[RELEASE] Flix2Kodi - Just another Netflix-Addon
Hello, few suggestions:

1) open browsers chrome and chromium in app mode solve problem opening of multiple tab (multiple tab with netflix = netflix retourn error)
- /opt/google/chrome/google-chrome --start-maximized --disable-translate --disable-new-tab-first-run --no-default-browser-check --no-first-run --kiosk --app="$url" &
2) in Linux systems bash script must be made executable, and must repeat this procedure every update; you can open the browser directly from python:
- CHROMIUM = os.path.join('/', 'usr', 'bin', 'chromium')
if not os.path.isfile(CHROMIUM): CHROMIUM = os.path.join('/', 'usr', 'bin', 'chromium-browser')
subprocess.call([CHROMIUM , '--start-maximized','--disable-translate','--disable-new-tab-first-run','--no-default-browser-check','--no-first-run','--kiosk','--app=url'])
Reply


Messages In This Thread
RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - by vania70 - 2016-05-29, 09:40
No access to TV show data - by seriousjohn - 2016-11-03, 19:01
Flix2kodi <crashed> - by Garri - 2016-01-08, 19:29
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Flix2Kodi - Just another Netflix-Addon8