Jump to content

Adjust 'AlbumArt' in Playlist View


Guest

Recommended Posts

This is a little CSS code to help you align your Album Art vertically by percentage, and adjust your bottom-margin...

The numbers can be adjusted to your liking and viewing preference.

I found that after saving you should restart your browser and go back to see the changes..

div.osdPoster-img {
	    margin: 0;
	    max-height: 60%;
        margin-bottom: 10%;
}

Optionally you can hide the song information under the artwork..

h2.videoOsdParentTitle {
	display: none;
}

 

An example..

Before:

03_16.2021_174346.jpg.a80a7f92cbf95790d50fd118ac33adf3.jpg

After:

03_16.2021_202452.jpg.6ee903913c1bcd49e352ecc282692590.jpg

Edited by Guest
Link to comment
Share on other sites

arrbee99

Quick hi-jack, cos I'm like that.

This is my preferred album art -

273125756_EmbyU2noalbumart2.thumb.JPG.0d33f5a038643d24caa97c0e0dcd30d7.JPG

I should probably get rid of those baby album images on the right as well....

Link to comment
Share on other sites

A little more difficult .. but totally do-able... I hid those already.. The next thing is to change the CSS so that the area for the player and art extend all the way over..

What I would like to see is it in the form of a slide out drawer that will appear when you mouseover that area of the screen..

'display: none;' is always cool for those unwanted items..LOL

Edited by Guest
Link to comment
Share on other sites

arrbee99

You mean this ?

/* Make Music Backdrop Full Screen and Make Playlist Transparent */
div.backdropContainer.backdropContainer-remotecontrol {right: 0%;}
div.upNextBar.upNextBar-static.flex.align-items-center {background: rgba(0,0,0,.33)!important;}
div.osdPlaylist.flex.flex-grow.hide.osdPlaylist-hidden {background: rgba(0,0,0,.33)!important;}

Link to comment
Share on other sites

I was playing with it.. Using Edge and 'Inspect' with notepad.. LOL.. Haven't got the big toys out in a while.. 😜

 

EDIT: Will try this out though awesome..

Edited by Guest
Link to comment
Share on other sites

arrbee99

Obviously I kill the album art and brighten the background, but people obviously like different things. The command I use for that also brightens backgrounds for Movies etc as well, which I also like, but....

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...