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.
mediafusion needs to pass the .torrent file to the download client. So for example on qbittorrent you are right now adding the torrent with the magnet link to qbittorrent. Instead of the magnet link (which doesn't work on private trackers) you need to provide the .torrent file. Prowlarr provides the download link to the .torrent at "downloadUrl" with /api/v1/search. I am not sure about aioqbit but I assume that you can just parse in that link to qbittorrent and don't need to download the file first.
Yes DHT/PEX/LST all needs to be disabled on private trackers or otherwise the user will get banned. It should already do it by default if the tracker is configured properly but better safe then sorry.
I am personally not using any debrid service. But it should also work with debrid services who seed back (like Torbox or Debrid-Links). Torbox even heavily advertise that they are compatabile with private trackers.
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.