Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add TMDB API key setting #421

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

cocool97
Copy link
Contributor

@cocool97 cocool97 commented Jun 13, 2024

This MR aims to add a TMDB feature, that would be useful to download posters, metadatas & summaries for movies & shows.

This is currently a Draft, and here is a list of planned features :

  • Add TMDB API Key setting
  • Add a tmdb_id field on torrents
  • Add a server side api forwarder for TMDB (https://github.com/cyruzin/golang-tmdb)
  • Split torrent list API endpoint into two: main page listing (returning basic informations) and torrent listing (returning torrent specific informations). To reduce network fingerprint as server list in polled regularly. This feature could be developed and merged without this MR)
  • Add a button when adding a new torrent to automatically get TMDB id if possible (based on torrent name), or manually set it if wanted. (Only if TMDB APi key has been provided)
  • Display TMDB informations on torrent page for torrent (summary for example + episode summary for shows + rating) (not implementing it for Android application)

@trinity-aml
Copy link

I have done this or almost that in my fork https://github.com/trinity-aml/TorrServer. Work good, but not perfect ;)

@cocool97
Copy link
Contributor Author

Oh nice ! Why don't you merge it upstream ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants