Jump to content

Ability to collapse playlist on music OSD


KickVanelli

Recommended Posts

KickVanelli

I like the playlist on the redesigned music OSD but i hide it because I want the full backdrop on the screen.

It would be great if the playlist could be swiched on/off with an onscreen button.

  • Like 3
Link to comment
Share on other sites

arrbee99

Agreed.

 

Maybe more of a click on left arrow to slide open and click on right arrow to disappear again. Possibly.

Link to comment
Share on other sites

  • 3 months later...
KickVanelli

Hi @@arrbee99,

 

You might like this (from beta 4.4.0.18.).

You need to replace Server\system\dashboard-ui\videoosd\playqueue.css with the modified file.

Click on "next" to (un)show the playqueue.

 

/* ----- Change background Image Transparency - Now Playing ----*/
div.backgroundContainer.withBackdrop {
    opacity: 0;
}
div.backgroundContainer.itemBackgroundContainer.withBackdrop
, html.withSectionTabs div.backgroundContainer.withBackdrop {
    opacity: .88;
}

/* Album cover smaller and downwards */
div.osdPoster-img
 { position: fixed;
    top: 75%;
    left: 1%;
    bottom: -5%;
    width: 8% ;
 }

/* Play queue to the right */
div.osdPlayQueue{padding: 0 0 0 70%;}

/* Remove SecondaryButtons */
div.flex.flex-shrink-zero.justify-content-flex-end
{ display: none; }

/* Shift control buttons and slider to the right */
div.videoOsdBottomInner {
width: 50%;
padding: 0 0 0 12%;
position: absolute;
font-size: x-small; }

 


 

Link to comment
Share on other sites

arrbee99

forgot the file

 

Thank you. Shall give it a go.

 

The file is something different from the css you gave above - I need the file and need to add the css in Settings, the file isn't just a copy of the css ?

Link to comment
Share on other sites

KickVanelli

You add the css in settings and you replace the file in the map server\system\dashboard-ui\videoosd\.

Of course make a backup of the original playqueue.css file first.

Mind you, every time you install a new server version you have to replace this file again.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...