jaruba / PowderPlayer

Hybrid between a Torrent Client and a Player (torrent streaming) -
https://powder.media/
GNU Lesser General Public License v2.1
579 stars 95 forks source link

[Feature Request] In App Torrent Search Using Jackett API #148

Open zero77 opened 5 years ago

zero77 commented 5 years ago

Can you please add Jackett API support to search for torrents, it uses the Torznab protocol.

Torznab example:

GET http://servername.com/api?t=tvsearch&apikey=xxxq=The%20Beverly%20Hillbillies&season=S01

screenshot_2018-11-12 sonarr sonarr

Also the following may be helpful:

Example, search plygin used by qbittorrent: https://raw.githubusercontent.com/hannsen/qbittorrent_search_plugins/master/jackett.py

Thanks https://github.com/Jackett/Jackett 68747470733a2f2f692e696d6775722e636f6d2f3064316e6c37672e706e67

jaruba commented 5 years ago

Lol, I know Jackett, already implemented it in a different project: https://github.com/jaruba/PowderWeb

Amazing work on the details of this request though, I can add support for it, sure.

zero77 commented 5 years ago

Thanks