Updated to Gotham yesterday, used this addon (had to change database.py to 78 like described a few posts earlier) and succesfully applied 79 from 81 set-images to my moviesets. Here's the xbmc log for the 2 remaining moviesets which couldn't be processed:
Code:
09:49:03 T:140281861097216 ERROR: OperationalError: Could not decode to UTF-8 column 'url' with text 'nfs://192.168.2.200/Media_1/Movie/Action/Bourne Identit崯fanart.jpg'
09:49:10 T:140281861097216 ERROR: enumerate( movie_sets ): {'setid': 79, 'label': u'National Treasure Collection'}
09:49:10 T:140281861097216 ERROR: Traceback (most recent call last):
09:49:10 T:140281861097216 ERROR: File "/storage/.xbmc/addons/script.moviesetart.frodo/default.py", line 200, in update_movie_sets
09:49:10 T:140281861097216 ERROR: db_update_count += update_movie_set(percent, movieset, artwork_type, artwork_filename)
09:49:10 T:140281861097216 ERROR: File "/storage/.xbmc/addons/script.moviesetart.frodo/default.py", line 126, in update_movie_set
09:49:10 T:140281861097216 ERROR: return DB.updateDatabase(movieset[ "setid" ], filename, art_type, enable_force_update)
09:49:10 T:140281861097216 ERROR: File "/storage/.xbmc/addons/script.moviesetart.frodo/lib/database.py", line 175, in updateDatabase
09:49:10 T:140281861097216 ERROR: self.executeQuery(cur, "SELECT type, url FROM art where media_type = ? and media_id = ? and url != ''", ("set", setId))
09:49:10 T:140281861097216 ERROR: File "/storage/.xbmc/addons/script.moviesetart.frodo/lib/database.py", line 132, in executeQuery
09:49:10 T:140281861097216 ERROR: return cursor.execute(query, params)
09:49:10 T:140281861097216 ERROR: OperationalError: Could not decode to UTF-8 column 'url' with text 'nfs://192.168.2.200/Media_1/Movie/Action/Verm夨tnis der Tempelritter, Das/fanart.jpg'
I don't know why addon should search for fanart/poster in movie folder (I configured single folder), anyway the names of images in configured single folder path for those 2 movies are: Bourne Collection-fanart, Bourne Collection-poster and National Treasure Collection-fanart and National Treasure Collection-poster
Not a big problem because only 2 moviesets are affected but I decided to report nonetheless