Closed AlyafeiAli closed 3 years ago
git clone https://github.com/ssnjrthegr8/stremio-gdrive
cd stremio-gdrive
pip install -r requirements.txt
export TOKEN='Paste your token string here'
export CF_PROXY_URL='Paste your proxy url here'
gunicorn app:app --log-file=- || ~/.local/bin/gunicorn app:app --log-file=-
If you are facing slow speeds from the proxy try using cloudflares warp VPN.
You would have to ask the stremio android dev team if you want an ETA for the android app update.
Thank you for the detailed reply, much appreciated I'll try the vpn and check if it helps, thanks :)
Also, is it possible to pass the file's name to external player apps like Torrentio does? It helps in downloading subtitles correctly
Also, is it possible to pass the file's name to external player apps like Torrentio does? It helps in downloading subtitles correctly
Only if you use the proxy, I will add that to the todo list
Only if you use the proxy, I will add that to the todo list
Thank you very much, that would be great 💯 I'll close the issue since everything is fine now, so thank you
Hi
Thank you so much for this amazing addon, I really appreciate it!
1- I have a Raspberry Pi that's running 24 hours, so I was wondering of there's a way to deploy your script on it instead of Heroku? If so, do you know how?
2- Is Heroku being used to download from GDrive and upload to Stremio, or is it only being used to fetch the results and push the GDrive links?
I'm assuming it's downloading and uploading, hence why I want to deploy on my own device to get faster speeds... If it's only fetching links, then Heroku is more than enough I guess and I won't need my RPi 😅
BTW, when can we expect the Android update that allows the addon to run without a proxy?