This module has been created to integrate with the Trakt TV API in a limited manner. This is a new module, custom made for Backdrop CMS.
This module should be fully functional, but with very limted features. I will release it once I know that one or two other people have tested it out. It's a very niche module, but may be useful to some folks interested in learning how to access API's.
It currently, does the following.
- Allows a site vistor to view a list of the top 20 trending shows on Trakt TV.
- Allows a site vistor to search for a specific TV show in the Trakt TV database.
- Allows a site vistor to create a node with the following data for any TV show.
- Title
- Trakt ID
- Desciption / Overview
- Rating
- Tagline
- Year
- Status
- Website
- Genres
- Network
- Provides a "Recently watched on Trakt" block showing the site owner's most recently scrobbled episodes, for placement in any layout region. The number of episodes shown is configurable, and results are cached for 15 minutes to avoid hammering the Trakt API.
- Provides an "Upcoming on Trakt" block showing episodes airing soon for shows on the site owner's Trakt watchlist. The time window (3 days to 1 month) is configurable, and results are cached for 15 minutes.
This module creates a content type called TV Show with all of the fields required by this module.
We are open to idea for how to expand this module.
- This module requires a Trakt TV API Key. You will need to create an account on Trakt TV and create an application for an APP API key. https://trakt.tv/oauth/applications/new
-
Install this module using the official Backdrop CMS instructions.
-
You will need to create an account with Trakt TV and create an app here to the necessary credentials for this module. https://trakt.tv/oauth/applications
Copy the Client ID, Client Secret, and Redirect URI. For the final step, you will need to "authorize" the URI and paste the provided code into admin/config/media/trakt_tv/auth-exchange.
Your code will be here after you authorize your site:

Bugs and feature requests should be reported in the Issue Queue.
- Sponsored by Simplo
This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.


