Jump to content

New theme - Plex inspired look


fillidill

Recommended Posts

CassTG

Firstly absolutely great job, this really cleans up the UI nicely. 

Switched to beta version as i noticed issues with the latest non beta on beta .32 which appears fixed in the beta, had to make a cpl of changes so far

Multi Select

This is fine in non pinned mode, the bar stretched the screen okay, but in pinned mode the qty number is hidden by the sidebar

1260877659_Screenshot2022-03-27at18_08_42.thumb.jpg.bb4792319db0f374025137e29a19f215.jpg

So i added the following for my setup (different colours) to ensure its center of the screen with a max-width

/*add styling to multiple edit box*/
.selectionCommandsPanel {
    background-color: #212730 !important;
    border-radius: 40px !important;
    margin-top: 15px !important;
    max-width: 80% !important;
    margin: auto;
}

Margin top still overrides the auto which centers it but moves it down from the top edge

510574666_Screenshot2022-03-27at18_19_02.thumb.jpg.b7d7cd2f5452b7db94d3eb70ad35ab2f.jpg

 

Multi Select (Disabled)

So seemed no or little styling on items that are not selectable as there is only one item i.e one audio track

591565851_Screenshot2022-03-27at18_21_12.jpg.333c835f51c78f0687923c51f1adc79a.jpg

As you can see in the Audio section especially, so didnt spend long here but just added the following for now

/*Disabled selection box add padding and bold font to match*/
.emby-select-inline[disabled] {
    padding: 7px !important;
    font-weight: 500 !important;
}

955148162_Screenshot2022-03-27at18_20_47.jpg.e752f90b50e8d2e9fb2ba7237e64f0f3.jpg

 

Active FIlter

This one bugged me but got there in the end, if you apply a filter the button colour is blue. Obviously you would want it to match your root colour choice (yellow) or in my case Pinky Red. As the original was flagged with !important, had to take a diff approach to make my !important more important then theirs

 

1114140101_Screenshot2022-03-27at16_53_26.jpg.3948ff4dd85bee5d6b3ed9fa31d0ff96.jpg

/* Filter Active Colour*/
div.emby-scroller .filter-active {
    background: #e0095b!important;
    background-color: #e0095b !important;
}

So now the active filter tab fits in with the rest

138209992_Screenshot2022-03-27at17_34_08.jpg.f1099708312a497521e7efcf45cdf302.jpg

 

Just need to sort out the issue of coverart disappearing when you select it for multiselect but thats for another day

Many thanks for this theme once again !

  • Like 2
Link to comment
Share on other sites

CassTG

Just another tweak that was needed for adding items to a collection (in beta css version). When the pop up box appeared the poster covers were not set so looked ugly

1833507056_Screenshot2022-04-02at15_38_48.jpg.539e61344d8182d0e824adbd09aa8591.jpg

 

Added this to resolve:

/*add to collection popster size*/
.cardScalable.cardPadder-portrait {
    background-size: contain !important;
}

2124871658_Screenshot2022-04-02at15_45_48.jpg.ad489e83bdd3a3d628c6d89832e589fd.jpg

  • Like 1
Link to comment
Share on other sites

fillidill

Hi guys and thanks for your kind feedback :)
Back again with a new update for the latest beta with new stuff and fixes for problem like with the OSD chapter thumbnail and things I didn't even know about (thanks @CassTG).
I've also added support for the buttons for Info and Chapters, see screens. The new css can be found in the main post and it is called "style-EmbyBeta-v2.txt" 

Here are som random images showing it off in action:
 

movie.jpg

episodes.jpg

osdthumb.jpg

info.png

chapters.png

  • Like 2
  • Thanks 1
Link to comment
Share on other sites

Locutus64

It's neither. All have Multiple movies in them, and they have always gotten a image of some sort right out of the gate.

Link to comment
Share on other sites

fillidill
14 minutes ago, Locutus64 said:

It's neither. All have Multiple movies in them, and they have always gotten a image of some sort right out of the gate.

If you remove the css temporarily, does that fix your issue? If not it has nothing to do with theme I am afraid. 

Link to comment
Share on other sites

Happy2Play
2 hours ago, fillidill said:

If you remove the css temporarily, does that fix your issue? If not it has nothing to do with theme I am afraid. 

It is the custom css reacting to items/folder with NO images. 

Not sure why it is random though.

image.png.d0a52970568f479b767ce198acc8424c.png

image.png.6b5db3bf1bc344082877777e496b95e7.png

Edited by Happy2Play
Link to comment
Share on other sites

Locutus64

If I assign specific images to each of the ones spinning will that stop them from being polled? 

Edited by Locutus64
Link to comment
Share on other sites

fillidill
33 minutes ago, Locutus64 said:

If I assign specif images to each of the ones spinning will that stop them from being polled?

Yes, that should fix it! 

  • Like 1
Link to comment
Share on other sites

Locutus64

Just checked the folder view under Movie Series and now it's down to only needing to add 7 images for folder instead of 2/3rds out of 191 Movie Series folders. So looks like it's correcting itself, just slowly.

Link to comment
Share on other sites

Locutus64

I notice when I go to identify a item that's either not identified at all or incorrectly that the  listed shows / movies to choose from have huge image placeholders for them. I also noticed that I have the background blur back with the 4.7.33 beta.

Screenshot_20220405_044755.thumb.png.fde8287b268035059f884e05c4c3ae31.pngScreenshot_20220408_034043.thumb.png.4f0b83595a09f83b144d64ce25754812.png

 

Emby CSS 04082022

 

Edited by Locutus64
Link to comment
Share on other sites

CassTG

Just tested identifying on .32 with beta css and images display fine here

When you do that screen can you open dev tools and paste whats showing in Console Tab

Edited by CassTG
Link to comment
Share on other sites

CassTG

Just as a test can you disable Adblock which i saw in your plugins as some images seemed to get blocked with

 

ERR_BLOCKED_BY_CLIENT

This error is normally down to ABP, may not solve any issue but be interesting to see if the same problem occurs

  • Like 1
Link to comment
Share on other sites

Locutus64

Yea I'll disable it for Emby and report back. Thanks

EDIT:

Worked like a charm. Thanks

Edited by Locutus64
  • Like 1
Link to comment
Share on other sites

Locutus64
1 hour ago, CassTG said:

You can add that domain as an exception i guess to ABP whitelist the ip

It's easy to disable it specifically for Emby.  Just remember when I put in the new CSS I never removed the one section to get rid of the blur on the background images. Just removed it and all looks good.

Edited by Locutus64
Link to comment
Share on other sites

Tangsgod
On 4/2/2022 at 4:50 PM, fillidill said:

Hi guys and thanks for your kind feedback :)
Back again with a new update for the latest beta with new stuff and fixes for problem like with the OSD chapter thumbnail and things I didn't even know about (thanks @CassTG).
I've also added support for the buttons for Info and Chapters, see screens. The new css can be found in the main post and it is called "style-EmbyBeta-v2.txt" 

Here are som random images showing it off in action:
 

movie.jpg

episodes.jpg

osdthumb.jpg

info.png

chapters.png

Well, that is an awesome work and a beautifull high level theme!

It should certainly be included in the next 4.7 release ! 

In fact, with the massive work the devs are doing on the beta plus such stunning visual, the next release could be directly name 5.0!

  • Haha 1
Link to comment
Share on other sites

Locutus64
2 hours ago, Tangsgod said:

In fact, with the massive work the devs are doing on the beta plus such stunning visual, the next release could be directly name 5.0!

Lets not go overboard. Some nice under the hood additions yes, but no show stoppers that would warrant jumping version numbers.

Link to comment
Share on other sites

gerard143

wow this is really really nice!   amazing work.   

Just wish I could get my apple TV app to look like this!!!

  • Like 1
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...