mhdzumair / MediaFusion

Universal Add-On for Stremio & Kodi
MIT License
192 stars 28 forks source link

Seedbox Integration #115

Closed iwnh closed 3 months ago

iwnh commented 5 months ago
mhdzumair commented 5 months ago

Provide the seedbox API Documentation resource as well to refer.

mhdzumair commented 5 months ago

I saw a list of seedbox vendors https://reddit.com/r/seedboxes/w/seedbox_vendors?utm_medium=android_app&utm_source=share

Are you using a seedbox from above list or setup your own seedbox in a server? I need more details about your requirement in order to work on the implementation.

funkypenguin commented 4 months ago

Adding comments re how this might be achieved on ElfHosted..

ElfHosted provides subscription-based, hosted instances of qBittorrent and RDTClient, both of which implement the qBittorrent API. As with all ElfHosted apps, the user's storage is found at /storage/elfstorage on the filesystem of the app, and publically available (if they've got the appropriate webdav subscription) at https://<username>-webdav.elfhosted.com/elfstorage/..

If the user was able to pass to MediaFusion the something like this:

QBITTORRENT_API=<URL>
QBITTORRENT_STORAGE_PATH=/storage/elfstorage/mediafusion # example subfolder for qbittorrent download API call
QBITTORRENT_STORAGE_URL=https://<username>-webdav.elfhosted.com/elfstorage/

.. then this should be both achievable within ElfHosted, and any other similar platform :)

All new ElfHosted accounts get $10 free credit to play around with, so this should be testable for free :)

D

mhdzumair commented 4 months ago

Added support for qBittorrent - WebDav. I hope this will be working with ElfHosted. I only tested the setup in my local.