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 273 forks source link

new series premieres search #556

Open garfield69 opened 9 years ago

garfield69 commented 9 years ago

an enhancement request via this Reddit to present a search of all the new show premieres.

hyuma:

When I open DuckieTV i can't find a section with the upcoming tv shows and I've to search manually.. it will be good if according to caldendar it show the newest tv series ;D

Trakt.TV's API has get-new-shows

Returns all new show premieres (season 1, episode 1) airing during the time period specified.

An idea might be to present the results as part of the add-a-show page, where we could do a trakt.tv get-new-shows for the following 1,2 or 3 months from current date.

SchizoDuckie commented 9 years ago

Yeah that's a nice idea :)

I've also toyed with the idea to basically dump the new releases and premieres feed of all of trakt on the calendar, so that you can basically switch your calendar to the trakt live data and inspect and add shows that way. That will need some work to convert that new shows / premieres list to an event source for the calendar though.

Js41637 commented 7 years ago

Random thought. While it might not be the best solution Trakt has a shows/anticipated api call that returns as they say

Returns the most anticipated shows based on the number of lists a show appears on.

However if we use their filter functions I think we can get a pretty good list of new upcoming shows.

/shows/anticipated?limit=50&years=2017