Jump to content

Change Next Up and Seasons places... again


cochize1
Go to solution Solved by Happy2Play,

Recommended Posts

cochize1

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; }

image.thumb.png.7fa44ef0cb33ee9e071c4e3b8218e1ad.png

Link to comment
Share on other sites

  • Solution
Happy2Play

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;}

 

  • Like 1
Link to comment
Share on other sites

  • 3 months later...
coltonyyz

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 comment
Share on other sites

Happy2Play
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 comment
Share on other sites

coltonyyz

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