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

When playing music, Jellyfin doesn't show artist not song name on tab #6301

Open
alangrafu opened this issue Nov 5, 2024 · 3 comments · May be fixed by #6314
Open

When playing music, Jellyfin doesn't show artist not song name on tab #6301

alangrafu opened this issue Nov 5, 2024 · 3 comments · May be fixed by #6314
Labels
enhancement Improve existing functionality or small fixes

Comments

@alangrafu
Copy link

Describe The Bug

Most music players provide information about artist and song being played in the tab, while Jellyfin doesn't.

Steps To Reproduce

  1. Play some music on Jellyfin
  2. Check the tab of the jellyfin web app
  3. The information is "Jellyfin" and "Playing".

Expected Behavior

I would expect the name of the artist and song.

Logs

Screenshots

Image

System (please complete the following information):

  • Platform: Debian
  • Browser: Firefox
  • Jellyfin Version: 10.10.0

Additional Context

@alangrafu alangrafu added the bug Something isn't working label Nov 5, 2024
@alangrafu
Copy link
Author

BTW I know this is more a feature request than a bug, but it seems to be a relatively small fix, instead of a whole feature.

@viown viown added enhancement Improve existing functionality or small fixes and removed bug Something isn't working labels Nov 5, 2024
@Dan-613
Copy link

Dan-613 commented Nov 8, 2024

I can look at this, but can someone guide me as to where the code lives that handles playback of music?

@viown
Copy link
Member

viown commented Nov 10, 2024

@Dan-613 Sure! A lot of the audio playback is handled here https://github.com/jellyfin/jellyfin-web/blob/master/src/plugins/htmlAudioPlayer/plugin.js. There's also the now playing bar, because it may be worth considering whether we should add it for casted media as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve existing functionality or small fixes
Projects
None yet
3 participants