YouROK/TorrServer

[Feature] Ability to search for a movie via web interface

yozik04 opened this issue · 6 comments

Just an idea. Discussions are not enabled, so I had to create an issue.
Would be great to be able to search for a movie to stream.
Web UI could send request to Jackett to get torrent list with magnet links. Then would provide a button to start playing.
But I think that would better be a separate web app. Maybe, this app already exists, but I failed to find.

Would be great to be able to search for a movie to stream.

  • Settings - Enable RuTor search
  • http://localhost:8090/search/?query=Avatar
    ?

Title	"Аватар / Avatar (2009) BDRip 720p | 60 fps | D | Extended Cut"
Name	"Аватар"
Names	
0	"Avatar"
Categories	"Movie"
Size	"12.90 GB"
CreateDate	"2023-12-22T00:00:00+03:00"
Tracker	"Rutor"
Link	"/torrent/959988/avatar_avatar-2009-bdrip-720p-60-fps-d-extended-cut"
Year	2009
Peer	2
Seed	5
Magnet	"magnet:?xt=urn:btih:005ad0de93063cee41f1574890c8db75a9287669&dn=rutor.info&tr=udp://opentor.net:6969&tr=http://retracker.local/announce"
Hash	"005ad0de93063cee41f1574890c8db75a9287669"
IMDBID	"tt0499549"
VideoQuality	101
AudioQuality	300

Interesting. So I just need UI then. If CORS is supported then it is just a static page with some React components.

existing solution that combines movie description search (tmdb), torrents search (jackett) and torrents playing with TS

@dancheskus did the web interface, he doesn't have time to do it now. I'm not good enough at react to do it.

In concept, how it should look like?
image
image

I tried this way by querying from Jakett:
image

Feels usable.