Music Player Needs to be Visible - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Development (https://forum.jellyfin.org/f-development) +--- Forum: Feature Requests (https://forum.jellyfin.org/f-feature-requests) +--- Thread: Music Player Needs to be Visible (/t-music-player-needs-to-be-visible) |
Music Player Needs to be Visible - ajits - 2024-07-28 The music time line including Play, Stop, Pause, Shuffle and volume button is not visible once you stop the music playing. This has to be visible at all times. Requesting to make changes that this is visible all the time RE: Music Player Needs to be Visible - Efficient_Good_5784 - 2024-07-28 It would not make sense to implement this on anything other than a music-only library. That only pops up if you're dealing with music. Maybe with some CSS it can be made to be permanently on screen, but I'm not sure of how to do that. RE: Music Player Needs to be Visible - ajits - 2024-07-28 (2024-07-28, 05:53 PM)Efficient_Good_5784 Wrote: It would not make sense to implement this on anything other than a music-only library. That only pops up if you're dealing with music. Wouldn't be the same for all media player. Movies/shows/live tv etc... Why would you not have it visible on screen unless the user decides to hide it. Isn't this a must have feature. Thanks for your quick reply RE: Music Player Needs to be Visible - Efficient_Good_5784 - 2024-07-28 You can request it as a feature here: https://features.jellyfin.org/ RE: Music Player Needs to be Visible - Ted Hinklater - 2024-07-28 (2024-07-28, 05:50 PM)ajits Wrote: The music time line including Play, Stop, Pause, Shuffle and volume button is not visible once you stop the music playing. This has to be visible at all times. Requesting to make changes that this is visible all the time If you put this in your custom CSS box, it'll keep the Now Playing bar visible permanently Code: .nowPlayingBar-hidden { RE: Music Player Needs to be Visible - ajits - 2024-07-29 (2024-07-28, 06:12 PM)Ted Hinklater Wrote:(2024-07-28, 05:50 PM)ajits Wrote: The music time line including Play, Stop, Pause, Shuffle and volume button is not visible once you stop the music playing. This has to be visible at all times. Requesting to make changes that this is visible all the time hey thanks much. will try it, So when I press stop button. And would like to play the same music there is no option to play "PLAY" button goes missing. The play button goes missing once pause or stop is pressed RE: Music Player Needs to be Visible - mcarlton00 - 2024-07-29 In the web client, once you hit the stop button, your play queue is discarded. afaik, there's no way to stop and play again without rebuilding the queue from scratch when using clients based on the web UI. RE: Music Player Needs to be Visible - thornbill - 2024-07-29 That’s what pause is for… 😉 RE: Music Player Needs to be Visible - ajits - 2024-08-04 (2024-07-29, 04:13 PM)mcarlton00 Wrote: In the web client, once you hit the stop button, your play queue is discarded. afaik, there's no way to stop and play again without rebuilding the queue from scratch when using clients based on the web UI. Thanks for your update (2024-07-29, 11:45 PM)thornbill Wrote: That’s what pause is for… 😉 Thanks |