Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

progress bar "view only"? #846

Open
IoSonoAndreaZ opened this issue Jun 20, 2024 · 0 comments
Open

progress bar "view only"? #846

IoSonoAndreaZ opened this issue Jun 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@IoSonoAndreaZ
Copy link

Is it possible to set the progress bar "view only" so that it will not be possible to jump to another moment touching it by mistake? I want the player without any kind of buttons, progress bar visible (but not actionable), and tap action to toggle pause.
So far everything is achieved except for the progress bar thing:

type: custom:mini-media-player
entity: media_player.plex_plex_htpc_for_linux_krogpc_skylake
artwork: material
info: scroll
volume: true
group: false
tap_action:
  action: call-service
  service: media_player.media_play_pause
  service_data:
    entity_id: media_player.plex_plex_htpc_for_linux_krogpc_skylake
visibility:
  - condition: state
    entity: media_player.plex_plex_htpc_for_linux_krogpc_skylake
    state_not: unavailable
hide:
  power: true
  mute: true
  prev: true
  next: true
  volume: true
  play_pause: true
  icon: true

@Drafteed Drafteed added the enhancement New feature or request label Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants