ssnjr2002 / stremio-gdrive

Stremio addon for fetching videos from your google drive.
101 stars 93 forks source link

Can I deploy it on a RPi instead of Heroku? #7

Closed AlyafeiAli closed 3 years ago

AlyafeiAli commented 3 years ago

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?

ssnjr2002 commented 3 years ago
  1. Yeah its possible. I assume you have linux with python (3.9.4 and above) installed on it, then do the following:

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.

AlyafeiAli commented 3 years ago

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

ssnjr2002 commented 3 years ago

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

AlyafeiAli commented 3 years ago

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