cochize1 24 Posted October 9, 2020 Share Posted October 9, 2020 So, what is the new code for switching Next Up and Season sections in Movies, Tv Series and Mixed Content with the new emby release? Last time it was: div.detailPageContent { display: flex; flex-direction: column; } #itemDetailPage div.nextUpSection { order: 2; } #itemDetailPage div#childrenCollapsible { order: 1; } #itemDetailPage div#castCollapsible { order: 3; } Link to post Share on other sites
Solution Happy2Play 4533 Posted October 9, 2020 Solution Share Posted October 9, 2020 Will require some work since there are almost no pageids any more so ordering TV will order all itemdetails pages. So it may change Movies Did not look at all variables. Looks like it will change again in 4.6. div.itemMainScrollSlider {display: flex; flex-direction: column;} div.verticalSection.itemNextUpSection { order: 2;} div.verticalSection.childrenSection { order: 1;} div.verticalSection.peopleSection {order: 3;} div.verticalSection.similarSection {order: 4;} div.verticalSection.tagsSection{order: 9;} div.verticalSection.linksSection{order: 9;} div.verticalSection.audioVideoMediaInfo{order: 9;} 1 Link to post Share on other sites
coltonyyz 0 Posted January 16 Share Posted January 16 Forgive me if there is another thread I should have used instead of this one but, where or how can I change the amount of time it shows "next up"? Currently I think it's set to 40 or 45 seconds but I'd like it to only be 10 seconds. Personally, I find anything more than 20 seconds is way too long. LOL Link to post Share on other sites
Happy2Play 4533 Posted January 16 Share Posted January 16 4 minutes ago, coltonyyz said: Forgive me if there is another thread I should have used instead of this one but, where or how can I change the amount of time it shows "next up"? Currently I think it's set to 40 or 45 seconds but I'd like it to only be 10 seconds. Personally, I find anything more than 20 seconds is way too long. LOL I assume you are talking about the "Enable next video info during playback" pop-up option. You would have to find the script that triggers this event and change it with every server update. Link to post Share on other sites
coltonyyz 0 Posted January 16 Share Posted January 16 Oh, yes, I'm sorry! You are correct. I am confusing what it's called, with Kodi. Yes, I am referring to the lower banner style pop up that displays the next video title and counts down to play the next video automatically. I guess this isn't the correct thread. My apologizes. But thanks for replying! I'm not sure how to edit scripts. I was hoping it would be an xml edit or something easy haha. Link to post Share on other sites
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