unfoldedcircle / feature-and-bug-tracker

Feature and bug tracker repository for Unfolded Circle products
21 stars 0 forks source link

[bug] Progress bar not displayed anymore #361

Closed albaintor closed 3 months ago

albaintor commented 3 months ago

Is there an existing issue for this?

Description

The progress bar won't display anymore on the media player entities. Only the AppleTV integration still display it, which is a mystery to me On the driver that I developed, I reproduced the same behaviour but no progress bar is displayed. Here is an example of a websocket message sent by the driver to the remote. Media position and duration are sent, as well as the entity state (PLAYING) in a previous message. The position is < to the duration, and is updated regularly in following messages (only media position will be sent then)

2024/03/25 21:20:27,stdout,"DEBUG:ucapi.api:[('172.17.0.1', 51750)] ->: {\"kind\": \"event\", \"msg\": \"entity_change\", \"msg_data\": {\"entity_id\": \"media_player.D0:6E:DE:E9:88:A1\", \"entity_type\": \"media_player\", \"attributes\": {\"media_title\": \"La Bible\", \"media_type\": \"TVSHOW\", \"media_image_url\": \"https://proxymedia.woopic.com/api/v1/images/1870%2Fepg%2Fcontainer4d85034826cf4942a7c2ac6f34c88f41fb9b3655fd358d9f490a80b6c4c27640d948526c_10EE89282C535D55F2D6F42B4AE7923D.jpg\", \"media_position\": 1527, \"media_duration\": 9900, \"source\": \"ARTE\"}}, \"cat\": \"ENTITY\"}

How to Reproduce

  1. The media entity has been added in a page inside the activity
  2. Launch an activity with a media player entity which advertises the media position and duration (+ the title and artwork)
  3. The media entity page will show the title and the artwork, but not the progress bar with the position and duration

Expected behavior

Progress bar displayed

System version

v1.7.7

What part of the system affected by the problem?

No response

Additional context

No response

albaintor commented 3 months ago

Duplicate of https://github.com/unfoldedcircle/feature-and-bug-tracker/issues/348 I close it