Release MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags
(2014-01-06, 11:12)Xycl Wrote: MyPicsDB 12.3.1

available in my repository.

New:
  • Works with Gotham Alpha 10
  • New Language Files

script.module.dialogaddonscan and script.module.myconnpy don't work with Gotham but are/were needed by MyPicsDB.
Increasing their version number and changing xbmc.python to version 2.1.0 didn't work with december Gotham release.
Therefore I decided to include the needed code locally.

Just testing out version 12.3.2 on Linux (Fedora) using Gotham built out of github, I got this traceback:

Code:
Traceback (most recent call last):
                                              File "/home/myth/.xbmc/addons/plugin.image.mypicsdb/scanpath.py", line 585, in <module>
                                                obj.dispatcher(options)
                                              File "/home/myth/.xbmc/addons/plugin.image.mypicsdb/scanpath.py", line 121, in dispatcher
                                                self.scan = AddonScan()
                                              File "/home/myth/.xbmc/addons/plugin.image.mypicsdb/resources/lib/local/dialogaddonscan/DialogAddonScan.py", line 20, in
__init__
                                                Window.__init__( self, parent_win, **kwargs )
                                              File "/home/myth/.xbmc/addons/plugin.image.mypicsdb/resources/lib/local/dialogaddonscan/AddonScan.py", line 221, in __ini
t__
                                                windowXml = DialogAddonScanXML( "DialogAddonScan.xml", __addonDir__, ADDON_SKIN )
                                            RuntimeError: XML File for Window is missing
                                            -->End of Python script error report<--
01

Looks like the directory for the skin is case-sensitive (which may not matter on Windows), because things worked after I symlinked "Default" to "default":

Code:
cd ~/.xbmc/addons/plugin.image.mypicsdb/resources/skins
ln -s Default/ default
Reply


Messages In This Thread
Beta Testers needed - by Xycl - 2012-11-06, 12:14
RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - by fiveisalive - 2014-01-23, 08:52
Filter / TAG Question ? - by knutklo - 2015-04-07, 16:38
Logout Mark Read Team Forum Stats Members Help
MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags1