visproduction 317 Posted May 21, 2021 Posted May 21, 2021 (edited) Library - TV Shows Really small status math issue: This div gets the wrong number of TV seasons and shows it on the TV show media page. The example has text "1 Season". It should be "2 Seasons". body > div.mainAnimatedPages.skinBody > div:nth-child(1) > div > div.topDetailsContainer.flex.flex-direction-row-reverse.topDetailsContainer-withbackdrop > div.flex-grow.topDetailsMain.flex.flex-direction-column > div.verticalSection.detailMainContainer.flex.flex-direction-row.align-items-flex-start.padded-left.padded-right.padded-bottom > div.flex-grow.detailTextContainer.details-largefont > div.flex.align-items-center.flex-direction-row > div.flex.flex-direction-column > div.mediaInfo.mediaInfoPrimary.flex.align-items-center.flex-wrap-wrap.reduce-font-size-tv.focusable > div.\33 .mediaInfoItem A show running from 9/1/2000 to 5/15/2002 shows up as 1 season. I am guessing the math in the backend rounds down, just like the number of minutes. The example show is really 2 seasons, so the code math should round up instead. Most shows start in September and can get cancelled after a second season, mid-year. Edited May 21, 2021 by visproduction
Happy2Play 9785 Posted May 21, 2021 Posted May 21, 2021 (edited) I see 2 Seasons body > div.mainAnimatedPages.skinBody > div:nth-child(3) > div > div.topDetailsContainer.flex.flex-direction-row-reverse.topDetailsContainer-withbackdrop > div.flex-grow.topDetailsMain.flex.flex-direction-column > div.verticalSection.detailMainContainer.flex.flex-direction-row.align-items-flex-start.padded-left.padded-right.padded-bottom > div.flex-grow.detailTextContainer.details-largefont > div.flex.align-items-center.flex-direction-row > div.flex.flex-direction-column > div.mediaInfo.mediaInfoPrimary.flex.align-items-center.flex-wrap-wrap.reduce-font-size-tv.focusable > div.\33 .mediaInfoItem Edited May 21, 2021 by Happy2Play 1
blade005 185 Posted May 21, 2021 Posted May 21, 2021 I have seen a number of my TV Series that did not refresh with all episode and season data after the update to 4.6 version of Emby Server. You may have to do a REFRESH METADATA on some series to get all episode information and season information to update and the display properly. 1 1
Solution Luke 42089 Posted May 21, 2021 Solution Posted May 21, 2021 FYI it depends on how many seasons you have in your library, rather than number of seasons the show actually aired. 2
visproduction 317 Posted May 21, 2021 Author Posted May 21, 2021 Aha... number of season in your collection. That makes sense. Thank you. 1
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