github jianyu-li/yet-another-media-player v21.1.0
Add menu_item action

latest releases: v35.0.9, v35.0.8, v35.0.7...
pre-release9 months ago

New Feature

Action Chip Row Menu Shortcuts

You can now add action chips that open the built-in card menus directly

How it works

Add a menu_item option to any action chip, choosing from:

  • search
  • source
  • more-info
  • group-players

When tapped, the chip opens the corresponding menu directly.


Example YAML

actions:
  - name: Search
    icon: mdi:magnify
    menu_item: search
  - name: Source
    icon: mdi:multimedia
    menu_item: source
  - name: More Info
    icon: mdi:information
    menu_item: more-info
  - name: Group
    icon: mdi:account-multiple
    menu_item: group-players

Don't miss a new yet-another-media-player release

NewReleases is sending notifications on new releases.