Mini-media-player: Runtime misplacement

Created on 12 May 2019  路  8Comments  路  Source: kalkih/mini-media-player

Hey,

It appears that there's a slight glitch with the runtime placement (currently using Chrome both desktop and android). Also when the runtime is not displayed, the progress is kind of _dimmed_

  • hide.runtime: false
    image
  • hide.runtime: true
    image

Here's my config:

      type: custom:mini-media-player
      entity: media_player.sonos_universal
      name: Sonos Connect
      artwork_border: true
      icon: mdi:disc-player
      hide:
        name: true
        icon: true
        power: true
        volume: false
        shuffle: false
        source: true
        progress: false
        runtime: false/true
      artwork: full-cover
      group: false
      max_volume: 80
bug

All 8 comments

Hey, should be fixed with 3853729ae4911fe1aac3ce09b2ad821bf1a1192b
Will be included in the next release.

Amazing, thanks :)

I've tested the dev branch and it seems the runtime is still a bit off compared to when the artwork in not in full-cover mode (however, the _dim_ problem is fixed):
image

Strange, tried with your config, should be fixed in the latest release, give it a shot!

@kalkih, still the same issue as my last comment with 1.1.3 :( Running latest chrome desktop, same on android.

Okay I found the issue..., If the active theme didn't have --ha-card-border-radius set, the style would fallback to an invalid value because I missed putting px after 4 馃槥

Anyway, setting --ha-card-border-radius: 0px should solve the issue until the next release, or if you want to build from source.

Great, it's working, I built from source! Thanks a lot :)

Fix now available in the latest release :tada:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

twistp picture twistp  路  5Comments

hulkhaugen picture hulkhaugen  路  3Comments

gerard33 picture gerard33  路  3Comments

bramkragten picture bramkragten  路  4Comments

TheRealBadRobot picture TheRealBadRobot  路  3Comments