Closed bdutro closed 5 years ago
I went about this a little different
Also supports adding other streaming services go to ~/.config/Qtwebflix/Providers.conf and add your service ex. netflix=https://netflix.com To use these other services right clicking will bring up a context menu with all available options.
A right click on the screen and you easily navigate to other sites you have set in your Providers.conf Does that work for you?
How would you use this with Kodi? never thougth about it
I'm aware of the context menu, it would just be nice to skip the extra step of navigating to a different provider if I know I want to go to a particular one (especially since right now it will open up the last page I visited). Right now, my flow would have to go something like this:
It would be easier if I could instead:
How would you use this with Kodi? never thougth about it
Kodi has a Docker addon, so I'm putting together a Docker image with qtwebflix. Then I could use something like the Advanced Emulator Launcher addon to create shortcuts to my preferred streaming sites. I'm using a third-party LibreELEC build that includes Chrome for all of this at the moment, but it would be nice to be able to use an official build with something a little more light weight.
Ok I see your point I might work on something this week, we can have command line options and context menu
@bdutro I just updated a test branch adding command line options
Options:
-h, --help Displays this help.
-v, --version Displays version information.
-p, --provider <provider> Set content provider eg. netflix.com
-u, --useragent <useragent> change useragent eg. "Mozilla/5.0 (Windows NT
10.0; WOW64) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/67.0.2526.73 Safari/537.36"
This has been merged into master give it a try!
closed with 735fbd278230dad0f1ade9cfae96a9f8a4c83aab
It would be nice if I could specify which provider I want to open on the command line. Something like:
I'm looking at using this with Kodi for Netflix/Amazon/etc. playback and this would allow me to make separate shortcuts for each provider.