Recommended releases
Download | Released | |
---|---|---|
1.x-1.0.0-beta002 (30.18 KB) | Mar 26th, 2025 | Notes |
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 10 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
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.
Requirements
- 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
Installation
-
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:
Issues
Bugs and feature requests should be reported in the Issue Queue.
Current Maintainer
Credits
- Sponsored by Simplo
License
This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.