• 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
    #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
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Music Player Needs to be Visible - by ajits - 2024-07-28, 05:50 PM
    RE: Music Player Needs to be Visible - by Efficient_Good_5784 - 2024-07-28, 05:53 PM
    RE: Music Player Needs to be Visible - by ajits - 2024-07-28, 06:01 PM
    RE: Music Player Needs to be Visible - by Efficient_Good_5784 - 2024-07-28, 06:09 PM
    RE: Music Player Needs to be Visible - by Ted Hinklater - 2024-07-28, 06:12 PM
    RE: Music Player Needs to be Visible - by ajits - 2024-07-29, 04:49 AM
    RE: Music Player Needs to be Visible - by mcarlton00 - 2024-07-29, 04:13 PM
    RE: Music Player Needs to be Visible - by ajits - 2024-08-04, 06:19 AM
    RE: Music Player Needs to be Visible - by thornbill - 2024-07-29, 11:45 PM

    • 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