Posts: 2,131
Joined: Sep 2014
Reputation:
57
This looks promising!
Will you consider adding an option to play all special features?
thanks
Posts: 1,332
Joined: Jan 2016
Reputation:
54
I made this with Full Bluray and DVD rips in mind so a playall would not work so well. With that would you be good with play all as a option on the context menu versus actually having it on the main menu?
Posts: 1,332
Joined: Jan 2016
Reputation:
54
It should work with Krypton as well...maybe even Jarvis? If it is not working with Krypton plz let me know I will try to track down the issue.
Posts: 2,131
Joined: Sep 2014
Reputation:
57
Using Krypton, getting this error:
The dependency with json version 9.1 could not be satisfied
Posts: 1,332
Joined: Jan 2016
Reputation:
54
O you need module.simple.jsn I didn't make it a requirement because Leia has xbmc.json so that my fault I will make to branches later tonight so that it is downloaded automatically. And I will test be for hand sorry about that I just when I did my testing in Krypton it was already downloaded.
Posts: 1,332
Joined: Jan 2016
Reputation:
54
Okay I have added support for Krypton and the link is updated to the main GitHub. I give my apologies to those that had this error. If you find any other issues or suggestions please post so they can be fixed.
Posts: 2,131
Joined: Sep 2014
Reputation:
57
Can't get it to work.
I have windows 7 kodi 17.6, below is the error i get:
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnicodeEncodeError'>
Error Contents: 'ascii' codec can't encode character u'\xbd' in position 20: ordinal not in range(128)
Traceback (most recent call last):
File "C:\Users\Kodi\AppData\Roaming\Kodi\addons\plugin.specialfeatures\init.py", line 267, in <module>
init_db()
File "C:\Users\Kodi\AppData\Roaming\Kodi\addons\plugin.specialfeatures\init.py", line 43, in init_db
get_movielist()
File "C:\Users\Kodi\AppData\Roaming\Kodi\addons\plugin.specialfeatures\init.py", line 135, in get_movielist
m_file = str(item.get('file', ''))
UnicodeEncodeError: 'ascii' codec can't encode character u'\xbd' in position 20: ordinal not in range(128)
-->End of Python script error report<--
Posts: 2,131
Joined: Sep 2014
Reputation:
57
No go,
Folder structure is movies (bluray) \ Troy Director's Cut \ Extras \ Troy.mkv
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnicodeEncodeError'>
Error Contents: 'ascii' codec can't encode character u'\xbd' in position 1: ordinal not in range(128)
Traceback (most recent call last):
File "C:\Users\Kodi\AppData\Roaming\Kodi\addons\plugin.specialfeatures\init.py", line 267, in <module>
init_db()
File "C:\Users\Kodi\AppData\Roaming\Kodi\addons\plugin.specialfeatures\init.py", line 43, in init_db
get_movielist()
File "C:\Users\Kodi\AppData\Roaming\Kodi\addons\plugin.specialfeatures\init.py", line 126, in get_movielist
m_title = item.get('title', '').decode('utf-8')
File "C:\Program Files (x86)\Kodi\system\python\Lib\encodings\utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xbd' in position 1: ordinal not in range(128)
-->End of Python script error report<--
Posts: 1,332
Joined: Jan 2016
Reputation:
54
its going to be the ' in director's try director for now and see if that works and I will work on figuring out a way to fix it.
Posts: 1,332
Joined: Jan 2016
Reputation:
54
Before you change that I updated it once more... sorry about this if it doesn't work this time give me the same report and I will just have to go back to the drawing board and try to recreate the problem on my side... because I am working blind as of now.