(2012-03-26 21:41)Xycl Wrote: +1 for a github repo.
Please try to contact alexsolex.
Version 0.6.2 available (now part of my repo). I hope that I've fixed all possible combinations of unicode errors.
I wonder if you'd consider putting up your repo:
http://www.xycl.de/xbmc/repository.xycl....dharma.zip
on the list at:
http://wiki.xbmc.org/index.php?title=Uno...positories
that way the Repositories Installer Add-on can more easily install it. I had to manually search for the link to the zip file from your site, manually download it, then install it within XBMC. Thanks.
Just updated to 0.6.3. When I try to add a path, e.g. /home/foo/Pictures, it generates an error, and no path is added. Here's the log:
Code:
13:37:18 T:140208971437824 NOTICE: Previous line repeats 1 times.
13:37:18 T:140208971437824 NOTICE: 0
13:37:31 T:140208971437824 NOTICE: MyPicsDB >> SQL > SELECT DISTINCT strPath FROM files
13:37:31 T:140208971437824 NOTICE: MyPicsDB >> ERROR : DB_cleanup_keywords ...
13:37:31 T:140208971437824 NOTICE: MyPicsDB >> <type 'exceptions.Exception'> - no such table: TagsInFiles
13:37:31 T:140208971437824 ERROR: Error Type: <class 'sqlite3.OperationalError'>
13:37:31 T:140208971437824 ERROR: Error Contents: no such table: TagsInFiles
13:37:31 T:140208971437824 ERROR: Traceback (most recent call last):
File "/home/foo/.xbmc/addons/plugin.image.mypicsdb/default.py", line 1422, in <module>
m.show_roots()
File "/home/foo/.xbmc/addons/plugin.image.mypicsdb/default.py", line 746, in show_roots
MPDB.AddRoot(newroot,recursive,update,0)#TODO : traiter le exclude (=0 pour le moment) pour gérer les chemins à exclure
File "/home/foo/.xbmc/addons/plugin.image.mypicsdb/resources/lib/MypicsDB.py", line 932, in AddRoot
DB_cleanup_keywords()
File "/home/foo/.xbmc/addons/plugin.image.mypicsdb/resources/lib/MypicsDB.py", line 430, in DB_cleanup_keywords
cn.execute( "delete from TagsInFiles where idFile not in(select idFile from Files )")
OperationalError: no such table: TagsInFiles
13:37:31 T:140210039982144 ERROR: GetDirectory - Error getting plugin://plugin.image.mypicsdb/?do='addroot'&viewmode='view'&exclude='0'&action='rootfolders'&name='%5BB%5DAdd%5B%2FB%5D+a+path+to+database'
13:37:31 T:140210039982144 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.image.mypicsdb/?do='addroot'&viewmode='view'&exclude='0'&action='rootfolders'&name='%5BB%5DAdd%5B%2FB%5D+a+path+to+database') failed
13:37:31 T:140208971437824 NOTICE: -->Python Interpreter Initialized<--
13:37:31 T:140208971437824 NOTICE: MyPicturesDB plugin called :
13:37:31 T:140208971437824 NOTICE: plugin://plugin.image.mypicsdb/?do='showroots'&viewmode='view'&action='rootfolders'&name='Paths+of+pictures+folders'
13:37:31 T:140208971437824 NOTICE: --------------------
13:37:31 T:140208971437824 NOTICE: Previous line repeats 1 times.
13:37:31 T:140208971437824 NOTICE: 0
13:37:31 T:140208971437824 NOTICE: MyPicsDB >> SQL > SELECT path,recursive,remove,exclude FROM Rootpaths ORDER BY path