MediaEmby1968 71 Posted April 26 Posted April 26 I've found a bug in the latest version. It turns out that if you apply filters to a library, for example, "Runtime, Year, and Movie Rating," only the rating is displayed, even if you've selected other criteria. In my case, I have "Rating," "Year," and "Runtime," and only the rating is shown, as you can see in the attached screenshot. 1
HUNCO 4 Posted April 26 Posted April 26 I also discovered a bug. The "Ordering and Layout" section doesn't take into account whether a series includes special episodes, so special episodes are placed at the very bottom of the page instead of right below the episodes, as they were before. 1
Aleas 81 Posted April 27 Author Posted April 27 (edited) Updates: Media card footer color variables Removed the footer blank line assassin code More misc. icon coloring Updates to layout ordering to add in missing areas A few other areas got some nice touches Section 1 Changes: If you customized your CSS, you could keep your section 1 and just update section 2 on down. but here are the important things that were added or changed so you can modify accordingly. Media footer options were updated with 2 new variables --card-title-color and --card-subtitle-color /* --- MEDIA FOOTER OPTIONS --- */ --media-footer-bg: var(--navy-light-alpha-60); /* Frost transparency intensity: var(--navy-base-alpha-75), var(--black-alpha-80), var(--black-alpha-95), etc, or var(--retro-navy-light) or transparent to disable */ --media-footer-blur: var(--blur-medium); /* Frost blur intensity:var(--blur-extra-light), var(--blur-light), var(--blur-medium), var(--blur-heavy), var(--blur-extreme), or none */ --media-footer-border: 1px solid var(--pure-black); /* Border of thickness of media card footers (Good options are --gold-alpha-15 or --pure-black) */ --media-footer-shadow: 0 10px 25px -5px var(--black-alpha-70); /* Shadow used for media card footers, none to disable */ --media-card-title-color: var(--white-alpha-80); /* Main title text under posters (e.g., Movie/Show name) */ --media-card-subtitle-color: var(--text-muted); /* Secondary text under posters (e.g., Year, Episode name) */ Dialog popups were updated to add in --dialog-background-color and --dialog-backdrop-blur. /* --- DIALOG POPUPS --- */ --dialog-icon-color: var(--my-gold); /* Dialog popup icon color */ --dialog-icon-hover-color: color-mix(in srgb, var(--my-gold-light) 40%, white); /* Dialog popup icon color in a hovered state */ --dialog-background-color: var(--black-alpha-70); /* Default background color of modal popups */ --dialog-backdrop-blur: var(--blur-extra-light); /* Frost intensity behind dialogs. Options: var(--blur-extra-light), var(--blur-light), var(--blur-medium), var(--blur-heavy), var(--blur-extreme), or none */ Removed --dialog-background-color from EMBY THEME ENFORCERS section, it got moved to the above dialog section, and the variable was fixed. Updated the default of this variable --text-muted: var(--white-alpha-60); /* Soft white used globally for primary paragraph/body text */ Layout and ordering were updated, it was also moved into the advanced section, as there could be potential issues if you play with it. (I have not been able to fully test all these) /* --- LAYOUT & ORDERING - (MEDIA DETAIL PAGES) --- */ --order-seasons: 1; /* Vertical order of Seasons / Albums section */ --order-next-up: 2; /* Vertical order of Next Up section */ --order-specials: 3; /* Vertical order of Special Features, Extras, & Theme Media */ --order-more-from: 4; /* Vertical order of "More from Season/Artist" sections */ --order-music-videos: 5; /* Vertical order of Music Videos (Artist pages) */ --order-chapters: 6; /* Vertical order of the Chapters & Scenes row */ --order-cast-crew: 7; /* Vertical order of Cast & Crew section */ --order-included-in: 8; /* Vertical order of "Appears In" / Collections section */ --order-similar: 9; /* Vertical order of "More Like This" (Similar) section */ --order-reviews: 10; /* Vertical order of Critic Reviews */ --order-about: 11; /* Vertical order of the Text Overview/About section and Media stream info cards */ Moved seasonal variables above the advanced area. Emby Navy and Gold v5.9.css Edited April 27 by Aleas
HUNCO 4 Posted April 27 Posted April 27 The error with special episodes persists. Even if I delete the "Ordering" section, the error persists. Through trial and error, I concluded that the error is caused by some code in section 2. It's difficult to pinpoint the exact code, as section 2 is extremely large. However, if I delete it and leave only section 1, the error with special episodes disappears. 1
Aleas 81 Posted April 27 Author Posted April 27 (edited) 22 minutes ago, HUNCO said: The error with special episodes persists. Even if I delete the "Ordering" section, the error persists. Through trial and error, I concluded that the error is caused by some code in section 2. It's difficult to pinpoint the exact code, as section 2 is extremely large. However, if I delete it and leave only section 1, the error with special episodes disappears. How are you naming the file for this special episode, so I can see it? I've always just used a "Specials" or "Season 00" season folder for those. Edited April 27 by Aleas
HUNCO 4 Posted April 27 Posted April 27 All my special episodes are located in the folders of the seasons they belong to. Some files are named as Special S00E01others as S00E01. As an experiment, I created a separate "Specials" folder and moved all the special episodes there. The problem remained the same. Based on this, I conclude that some part of the code in section 2 is causing this issue. 1
Aleas 81 Posted April 27 Author Posted April 27 (edited) Here try this, I forgot about the different Display views in your options. It was just a missing tag in Section 6. Emby Navy and Gold v5.9.1.css Edited April 27 by Aleas 1
HUNCO 4 Posted April 27 Posted April 27 (edited) Great! Thank you so much, everything works flawlessly now. We'll continue testing. Edited April 27 by HUNCO 1
Gremory17 16 Posted yesterday at 12:53 AM Posted yesterday at 12:53 AM SRT subtitles do not respect the color setting; they all appear in a gradient gray color. 1
MediaEmby1968 71 Posted 19 hours ago Posted 19 hours ago Asi es, lo he comprobado y da igual el color que pongas se ve solo siempre en ese tono. Yo es que no veo vídeos en la web, pero has probado a ver si quitando el tema CSS, y usando el que trae el servidor por defecto funciona bien o no. Por si no es del tema, que creo puede que no lo sea. 1
Aleas 81 Posted 2 hours ago Author Posted 2 hours ago Thanks, I have a working fix, should hopefully have a small update out tomorrow. There are just 1-2 other little things I want to correct also.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now