jaredsohn / flix_plus

Filter recommendations, remove spoilers, show IMDB and Rotten Tomatoes ratings, and more in Netflix.
GNU General Public License v2.0
47 stars 12 forks source link

Fading is no more working [duplicate/watched/rated] #21

Open vishal8492 opened 7 years ago

vishal8492 commented 7 years ago

Fading is no more working for any of duplicate/watched/rated titles.

vishal8492 commented 7 years ago

This looks pretty bad , netflix seemed to have changed react_id to not include actual movie/tv_show ids. I'm currently using ids in link attribute which seems to work but I don't like this solution at all. I haven't checked what else is breaking.

jaredsohn commented 7 years ago

Thanks for bringing this to my attention.

I agree re: your assessment; I might have to remove some features but I probably won't get to this for another week or so.

vishal8492 commented 7 years ago

Yeah cool , take your time no rush.

EO2 commented 7 years ago

Could you grab the movie ID from the title URL and use that instead? https://www.netflix.com/watch/<0-9>

Or is that a different ID than what is returned from watched list?

It would be great to have the option to totally hide watched titles to free up space. (hide the div class 'slider-item') + Link to display/hide watched shows. (hide watched) Link to display only watched shows. (hide everything else)

jaredsohn commented 7 years ago

@EO2 Yeah, I think I'll probably end up updating this to use the id in the url; I will have to verify that it matches the rated/watched list, though.

The extension used to allow hiding rated/watched/duplicate titles before Netflix has a big UI revamp; the reason we don't do that now is that the page only loads a portion of the images at once so you might see, for example, only three posters before you scroll again. You should be able to see this for yourself if you hide things via the console.

Also, FYI, there is a UI (under configure) for choosing what to do for rated/watched/duplicates - faded, tinted, and normal. In an earlier version of the extension there was a 'hidden' option as well.

Zarion commented 6 years ago

Is there a chance that this feature will be fixed?

Or maybe work on this extension has been abandoned?

jaredsohn commented 6 years ago

Sorry for the lack of follow-up; I'll see if I can look at this again this week.

re: hiding items - this was looked at (and it worked that way for the old Netflix UI) but the problem is that not all of the shows are loaded at once which would mean that as you scroll you would see gaps. You can see this yourself by manually adding 'display: none' to some shows.

vishal8492 commented 6 years ago

@jaredsohn I agree, although partial fetching of shows do not happen quite often. It's usually on first load, worst case you initiate page refresh or extension does this. There is no need to abandon this feature, this is quite important feature.