Kodi Community Forum
[RELEASE] Flix2Kodi - Just another Netflix-Addon - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] Flix2Kodi - Just another Netflix-Addon (/showthread.php?tid=254263)



RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - BigL-New - 2017-05-13

This add-on works for me with current chrome-stable on Kodi 17.1 running on Ubuntu Linux 16.04 (configured according to fritsch instructions from "Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server" thread. I needed pavucontrol to change soundcard output but then it works OK.

But my problem is that once Chrome starts I loose all control from remote. The only thing I can do is connect to Kodi with VNC, do all things with normal keyboard+mouse, then watch movie, again connect with VNC to close Chrome with Ctrl-F4 and then I can back use remote to control Kodi. Is there any solution for this? Without it this add-on is unusable for Kodi running on TV and controlled by remote.


RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - yamboo-efi - 2017-05-13

(2017-05-13, 21:21)BigL-New Wrote: This add-on works for me with current chrome-stable on Kodi 17.1 running on Ubuntu Linux 16.04 (configured according to fritsch instructions from "Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server" thread. I needed pavucontrol to change soundcard output but then it works OK.

But my problem is that once Chrome starts I loose all control from remote. The only thing I can do is connect to Kodi with VNC, do all things with normal keyboard+mouse, then watch movie, again connect with VNC to close Chrome with Ctrl-F4 and then I can back use remote to control Kodi. Is there any solution for this? Without it this add-on is unusable for Kodi running on TV and controlled by remote.

Have you tried it with setting "Alternate remote control management" enabled?
In teory, with that option the plugin maps remote control keypress to chrome window.
I don't tested it because I use a mini keyboard/mouse to control XBMC.

Edit: I interpreted the code wrong. Whith "Alternate remote control management" disabled (The default option), the plugin launch an script that use xdotool to pass keypress to chrome/chromium windows. So, do you have xdotool installed?


RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - BigL-New - 2017-05-14

Now with xdotool it's much better :-)

Could you provide info what keys are mapped to subtitle change, soundtrack change, fullscreen toggle and chapter selection? Right now I can play, pause, do fast forward, rewind and stop.


RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - yamboo-efi - 2017-05-14

Good news! ;-)

The actions defined are:
  • To close: NAV_BACK, PREVIOUS_MENU, STOP
  • To pause: SELECT_ITEM, PLAYER_PLAY, PLAYER_PLAYPAUSE, PAUSE
  • To rewind player: PLAYER_REWIND, MOVE_LEFT, REWIND
  • To foward player: PLAYER_FORWARD, MOVE_RIGHT, FORWARD
  • To move up: MOVE_UP
  • To move down: MOVE_DOWN
  • To change language: KEY_1, CONTEXT_MENU
  • To cange subtitles: KEY_2, SHOW_INFO

Change language or subtitles could not work as expected because simulate mouse interaction. But you can play with X-Y coordinates by editing scripts found in the "resources/scripts/keysender" folder inside plugin folder.


RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - BigL-New - 2017-05-15

Thanks, it works as expected (even language and subtitles). Any actions defined for fullscreen and chapter selection?


RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - yamboo-efi - 2017-05-15

For now I don't plan new features, but mapping fullscreen is feasible. Chapter selection is another history because the option are only visible when playing a serie.

I annotted it. :-)


RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - Milox - 2017-05-20

First of all, I wanna thanks yamboo-efi for keeping this plugin alive.
So far the plugin works O.K. for me (play the movies even using custom playback.sh) but I cannot make it to read "My List". I can access the Movies and TV menus and in both of them check the viewing activity. Since there I can see the movies I watched recently I can conclude it is not a login/ credentials problem. But when I click in the Suggestion menu (the My List Menu is inside it) I get the following error:

10:16:14.436 T:140410445772544 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ValueError'>
Error Contents: lolomos not found in: {}
Traceback (most recent call last):
File "/home/xbmc/.kodi/addons/plugin.video.flix2kodi/addon.py", line 95, in <module>
handle_request()
File "/home/xbmc/.kodi/addons/plugin.video.flix2kodi/addon.py", line 37, in handle_request
general.main(video_type)
File "/home/xbmc/.kodi/addons/plugin.video.flix2kodi/resources/general.py", line 46, in main
add_dynamic_lists()
File "/home/xbmc/.kodi/addons/plugin.video.flix2kodi/resources/general.py", line 67, in add_dynamic_lists
mylist_id, lists = lolomos.read_lists(ret, root_list)
File "/home/xbmc/.kodi/addons/plugin.video.flix2kodi/resources/path_evaluator/types/lolomos.py", line 16, in read_lists
llms = child('lolomos', jsn)
File "/home/xbmc/.kodi/addons/plugin.video.flix2kodi/resources/path_evaluator/__init__.py", line 130, in child
raise ValueError(str(chld)+' not found in: '+str(jsn))
ValueError: lolomos not found in: {}
-->End of Python script error report<--


and the Suggestions menu is not opened.

I'm using kodibuntu (Ubuntu 14.04.5 LTS, Trusty) and Kodi 17.1.

Is there any way to solve this problem or to reach the My List menu?

Many thanks.


RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - yamboo-efi - 2017-05-25

Fixed the issue getting suggestions in master branch.


RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - LupinSansei - 2017-05-26

Has anyone had any luck getting this working in Windows 10? I always get an error. I'm using the one from that branch posted a few pages back.


RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - Milox - 2017-05-26

Many thanks yamboo-efi. It works like charm. Now I can reach and open "My List" menu.


[RELEASE] Flix2Kodi - Just another Netflix-Addon - Ipaddle - 2017-05-26

(2017-05-26, 17:59)Milox Wrote: Many thanks yamboo-efi. It works like charm. Now I can reach and open "My List" menu.


Where to download? Thanks.


Sent from my iPad


RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - Milox - 2017-05-26

Hi Ipaddle,

There is a link at Post #927


RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - yamboo-efi - 2017-05-27

Released Version 0.6.8.

* Improved API_URL detection
* Fixed wrong credentials detection
* Fixed suggestions retrieval.
* Fixed support on Kodi 17.x in Windows.

You can grab it from https://github.com/yamboo-efi/plugin.video.flix2kodi/releases


RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - drunkendragon - 2017-05-27

(2017-05-27, 19:06)yamboo-efi Wrote: Released Version 0.6.8.

* Improved API_URL detection
* Fixed wrong credentials detection
* Fixed suggestions retrieval.
* Fixed support on Kodi 17.x in Windows.

You can grab it from https://github.com/yamboo-efi/plugin.video.flix2kodi/releases
Working great again on win10 17.3. Thank you!

Verstuurd vanaf mijn SM-G930F met Tapatalk


RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - dagotal - 2017-05-27

It's work like a MAGIC! thanks!!!!!!!!!Big Grin