mhdzumair / MediaFusion

Universal Stremio Add-On
MIT License
180 stars 27 forks source link

Add Torrents via file to enable support for private Trackers #215

Open Made1908 opened 2 weeks ago

Made1908 commented 2 weeks ago

First of all really thank you for the great work. This addon is exactly what I was looking for for years to finally start using stremio.

Now for my feature request: Right now Torrents are added through a magnet link to the download client. This means that mediafusion only works with public trackers, because private trackers disable DHT/PEX and therefore the torrent gets stucked at searching for metadata. To get mediafusion to work with private trackers the torrent needs to be added via the .torrent file. Prowlarrs api supports a flag 'privacy' to see if the indexer is private or public, so public trackers could still be added through the magnet link if you want to keep it that way. Maybe for further reference Jackettio/Radarr/Sonarr already does it exactly that.

mhdzumair commented 2 weeks ago

I haven't used any private tracker on my own, need assistance over there.

I have few questions

Made1908 commented 2 weeks ago

Of course happy to help.