SchizoDuckie / DuckieTV

A web application built with AngularJS to track your favorite tv-shows with semi-automagic torrent integration
http://schizoduckie.github.io/DuckieTV/
Other
1.13k stars 272 forks source link

Request: Filter trakt.tv trending shows so shows that are already added are not shown #729

Closed lonelyfairie closed 8 years ago

lonelyfairie commented 8 years ago

If the list wouldn't show the shows I am already following it would probably be more useful when looking for new shows to watch.

SchizoDuckie commented 8 years ago

Good idea. done.

(thinking about removing the existing shows from the 'add favorites' as welll, by the way)

lonelyfairie commented 8 years ago

I just tested this and I am not seeing any shows at all, attaching screenshots of all categories and Comedy selected.

I know I watch a lot of shows but I am sure some of the one from trending I am not currently watching. screen shot 2016-07-29 at 22 49 25 screen shot 2016-07-29 at 22 50 46

garfield69 commented 8 years ago

DuckieTV refreshes its local copy of the Trakt.TV trending list once a week to a cache stored in your local storage.
It's possible your trending cache got trashed yesterday when Trakt.TV were performing a database upgrade that took about 6 hours to sort out. During that period there were times when Trakt.TV was responding to connections but not delivering good data.
Anyway, lets try the following:
Press F12 to open the Developers Tools panel, and click on the console tab to view the log. at the > prompt paste the following from below and press enter.

localStorage.removeItem('trakttv.lastupdated.trending');localStorage.removeItem('trakttv.trending.cache');

Now shutdown and start up DuckieTV.
Have the trending shows re-appeared?

lonelyfairie commented 8 years ago

Thanks Garfield! That did it and now I see trending shows :)