YouROK / TorrServer

Torrent stream server
GNU General Public License v3.0
1.51k stars 191 forks source link

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

Open yozik04 opened 9 months ago

yozik04 commented 9 months ago

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.

krasnh commented 8 months ago

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


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
yozik04 commented 8 months ago

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

aabytt commented 8 months ago

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

YouROK commented 8 months ago

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

filimonic commented 8 months ago

In concept, how it should look like? image image

yozik04 commented 8 months ago

I tried this way by querying from Jakett: image

Feels usable.