• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Development Feature Requests Music Player Needs to be Visible

     
    • 0 Vote(s) - 0 Average

    Music Player Needs to be Visible

    Music Time LIne not Visible when stopped
    ajits
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:India
    #1
    2024-07-28, 05:50 PM
    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
       
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,168
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #2
    2024-07-28, 05:53 PM
    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.
    ajits
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:India
    #3
    2024-07-28, 06:01 PM
    (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.

    Maybe with some CSS it can be made to be permanently on screen, but I'm not sure of how to do that.

    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
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,168
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #4
    2024-07-28, 06:09 PM
    You can request it as a feature here: https://features.jellyfin.org/
    Ted Hinklater
    Offline

    Member

    Posts: 151
    Threads: 8
    Joined: 2023 Nov
    Reputation: 22
    Country:United Kingdom
    #5
    2024-07-28, 06:12 PM
    (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 {
      -webkit-transform: translate3d(0,100%,0);
      transform: translate3d(0,100%,0);
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
      height: auto !important;
      transition: none !important;
      position: fixed !important;
      bottom: 4em !important;
      left: 0 !important;
      right: 0 !important;
      z-index: 1000 !important;
    }
    1
    ajits
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:India
    #6
    2024-07-29, 04:49 AM (This post was last modified: 2024-07-29, 05:04 AM by ajits. Edited 4 times in total.)
    (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

    If you put this in your custom CSS box, it'll keep the Now Playing bar visible permanently

    Code:
    .nowPlayingBar-hidden {
      -webkit-transform: translate3d(0,100%,0);
      transform: translate3d(0,100%,0);
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
      height: auto !important;
      transition: none !important;
      position: fixed !important;
      bottom: 4em !important;
      left: 0 !important;
      right: 0 !important;
      z-index: 1000 !important;
    }

    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
    mcarlton00
    Offline

    Kodi Addon Maintainer

    Posts: 145
    Threads: 1
    Joined: 2023 Sep
    Reputation: 9
    Country:United States
    #7
    2024-07-29, 04:13 PM
    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.
    thornbill
    Offline

    Core Team

    Posts: 176
    Threads: 6
    Joined: 2023 Jun
    Reputation: 8
    Country:United States
    #8
    2024-07-29, 11:45 PM
    That’s what pause is for… 😉
    [Image: thornbill?style=flat&logo=github]
    ajits
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:India
    #9
    2024-08-04, 06:19 AM (This post was last modified: 2024-08-04, 06:19 AM by ajits.)
    (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
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode