-
- Downloads
merge recommendedShow and trendingShow templates and add more trakt lists support
* remove addShows_recommendedShows.mako * remove recommendedShows code from webserve.py * add traktList option to trendingShows functions in webserve.py * allow for any of the 7 trakt lists to be called and displayed * modify trendingShows.mako to display trakt placeholder image for shows without a poster Lists supported: Trending - Returns all shows being watched right now. Popular - Returns the most popular shows. Played - Most played shows in the past week Watched - Most watched shows in the past week Collected - Most collected shows in the past week Anticipated - Most anticipated show based on the number of lists it appears in Recommended - Personalized show recommendations for a user.
Showing
- gui/slick/js/core.js 7 additions, 1 deletiongui/slick/js/core.js
- gui/slick/js/core.min.js 0 additions, 0 deletionsgui/slick/js/core.min.js
- gui/slick/views/addShows.mako 6 additions, 16 deletionsgui/slick/views/addShows.mako
- gui/slick/views/addShows_recommendedShows.mako 0 additions, 48 deletionsgui/slick/views/addShows_recommendedShows.mako
- gui/slick/views/addShows_trendingShows.mako 17 additions, 6 deletionsgui/slick/views/addShows_trendingShows.mako
- gui/slick/views/trendingShows.mako 7 additions, 6 deletionsgui/slick/views/trendingShows.mako
- lib/libtrakt/trakt.py 8 additions, 8 deletionslib/libtrakt/trakt.py
- sickbeard/webserve.py 70 additions, 63 deletionssickbeard/webserve.py
Loading
Please register or sign in to comment