TorrServer icon indicating copy to clipboard operation
TorrServer copied to clipboard

feat: Add TMDB API key setting

Open cocool97 opened this issue 1 year ago • 2 comments

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 :

  • [X] 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)

cocool97 avatar Jun 13 '24 15:06 cocool97

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

trinity-aml avatar Jun 15 '24 08:06 trinity-aml

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

cocool97 avatar Jun 16 '24 07:06 cocool97

I don't want to use TMDB, the client should add the poster and the whole date itself, for this purpose there are aki in the server.

YouROK avatar Feb 28 '25 18:02 YouROK