We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe The Bug
Most music players provide information about artist and song being played in the tab, while Jellyfin doesn't.
Steps To Reproduce
Expected Behavior
I would expect the name of the artist and song.
Logs
Screenshots
System (please complete the following information):
Additional Context
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
I can look at this, but can someone guide me as to where the code lives that handles playback of music?
@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.
Successfully merging a pull request may close this issue.
Describe The Bug
Most music players provide information about artist and song being played in the tab, while Jellyfin doesn't.
Steps To Reproduce
Expected Behavior
I would expect the name of the artist and song.
Logs
Screenshots
System (please complete the following information):
Additional Context
The text was updated successfully, but these errors were encountered: