sharkone / BitTorrent.bundle

BitTorrent channel for Plex Media Server
144 stars 52 forks source link

More options to navigate to a Movie / TV Show #52

Open jaq316 opened 9 years ago

jaq316 commented 9 years ago

The Trending and Popular options are a great start, but it would make navigation much easier if one could browse by the following:

I'm more than happy to help. Will just need a few pointers to get started.

sharkone commented 9 years ago

The way it currently works is that the scrapyard server is responsible for "merging" data from trakt.tv and magnet links providers.

What you suggest would be easily doable in scrapyard and then we could very simply extend the BT plugin to support these new endpoints.

The only problem though is that right now trakt only provides very limited browsing capabilites through its API (available here). Feel free to have a look a look and poke around.

Another idea could be to use another site such as themoviedb.org to get such browsing information.

Hope this helps.