Jump to content

turn off last episode


FilmesShow

Recommended Posts

Happy2Play
5 hours ago, Luke said:

Hi, what exactly are you trying to do?

Hide/remove Latest Episodes from Suggestions.

  • Thanks 1
Link to comment
Share on other sites

  • 2 years later...
crossfire13148

finally found this. that is what i am trying to do. has this been added yet?

Link to comment
Share on other sites

11 minutes ago, crossfire13148 said:

finally found this. that is what i am trying to do. has this been added yet?

Hi, what exactly are you trying to do?

Link to comment
Share on other sites

crossfire13148
On 1/24/2022 at 5:23 PM, Happy2Play said:

Hide/remove Latest Episodes

had a css that removed it from web, but the latest update undid that. but trying to remove it.

 

better thing would be if changes i made, would be across all users. ie create layouts, and etc that cannot be changed, so all users will have the set up i set up. if that makes sense

Link to comment
Share on other sites

GrimReaper
On 1/24/2022 at 11:24 PM, Luke said:

OK there's currently no option for that, but it's always possible for the future

IMHO better way of handling that section would be to group episodes per TV show, as it is on Latest Home Screen row - latest episodes can always be checked/listed in Episodes tab sorted by Date added. 

Link to comment
Share on other sites

Happy2Play
5 hours ago, crossfire13148 said:

had a css that removed it from web

You mean this

div.latestSection.verticalSection.autoScrollSection[data-section="latest"] {
    display: none;
}

 

Link to comment
Share on other sites

crossfire13148

had this from another post:

div.latestSection {display: none;}

but now "latest" is now "Recently Released Episodes"

 

Link to comment
Share on other sites

Happy2Play
3 minutes ago, crossfire13148 said:

had this from another post:

div.latestSection {display: none;}

but now "latest" is now "Recently Released Episodes"

 

No that is another new row.

div.latestSection.verticalSection.autoScrollSection[data-section="latest"], div.recentlyReleasedSection.verticalSection.autoScrollSection[data-section="recentlyreleased"] {
    display: none;
}

 

Link to comment
Share on other sites

crossfire13148

AH! gotcha, much better now. Thank you Happy!
now have to see if i can get used to the other new changes or find a way to fix those!

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