sakithb / media-controls

A media indicator for the Gnome shell.
MIT License
236 stars 36 forks source link

Progress bar on media does not show properly #156

Closed kimjongbing closed 3 months ago

kimjongbing commented 3 months ago

Describe the bug On any media (music, video, etc) the progress of the video is not reflected on the bar. It will not show media length, it will just be 00:00 to 00:00.

To Reproduce Steps to reproduce the behavior:

  1. Open any video and play it
  2. Click to see the media controls and progress bar
  3. Progress bar will be greyed out and not reflecting any media progress.

Expected behavior The duration of the video being shown and the progress of how far the user is in the video.

Screenshots image

Environment:

ChrisLauinger77 commented 3 months ago

Have you tried a different browser ? It might the MPRIS implementation of the player and not the extension ... Maybe try with chromium / chrome ?

kimjongbing commented 3 months ago

Have you tried a different browser ? It might the MPRIS implementation of the player and not the extension ... Maybe try with chromium / chrome ?

Hi Chris. It does seem to work fine in a Chromium based browser. Is there a way to fix it so that it can work in Firefox?

ChrisLauinger77 commented 3 months ago

Maybe ask the firefox people to fix their MPRIS implementation ...

kimjongbing commented 3 months ago

Maybe ask the firefox people to fix their MPRIS implementation ...

Ok thanks I asked them here https://bugzilla.mozilla.org/show_bug.cgi?id=1903560