I need a little help as I've been adding support for moviesets to Convergence. Under the windows nightlies runs with no problems, but under linux when you try to bring up the moviesets manager the script just asks for the name of a new set and nothing else happens. There are a couple of errors that pop up in the log.
Code:
06:57:19 T:2911865712 ERROR: [MovieSets] database::Database::addSet (400), 'return int( id )' - invalid literal for int() with base 10: ''
06:57:19 T:8808816 DEBUG: ------ Window Deinit (/home/xbmc/.xbmc/addons/skin.convergence/720p/script-MovieSets-Manager.xml) ------
06:57:20 T:2911865712 INFO: Scriptresult: Success
06:57:20 T:2911865712 INFO: Python script stopped
06:57:20 T:2911865712 DEBUG: Thread XBPyThread 2911865712 terminating
06:57:20 T:8808816 DEBUG: waiting for python thread 15 to stop
06:57:20 T:8808816 DEBUG: python thread 15 destructed
06:57:20 T:8808816 ERROR: ClearBlock: Trying to clear non existent block /home/xbmc/.xbmc/addons/script.moviesets
06:57:29 T:8808816 DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/ImageLib-i486-linux.so)
The complete log is here
XBMC.log
If you need the version of Convergence that supports scripts.moviesets the code can be found
HERE