mhdzumair / MediaFusion

Universal Add-On for Stremio & Kodi
MIT License
252 stars 30 forks source link

Pass in the database in the mongo URI and add torbox ref as mediafusion for sign ups #93

Closed ragmehos closed 8 months ago

ragmehos commented 8 months ago

Change 1 : If someone wants to setup their DB with a different database name, it will be helpful for them to pass it in the URI, so pick the DB based on the URI instead of forcing it in code.

Tested that it works with the current mediafusion deployment. MONGO_URI=mongodb://localhost:27017/mediafusion worked to connect locally.

Change 2: Pass ref as mediafusion for torbox, after talking to the torbox developer.