![]() |
|
Pictures database and library mode; scan EXIF and IPTC metadata tags into a SQL db - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Feature Suggestions (/forumdisplay.php?fid=9) +--- Thread: Pictures database and library mode; scan EXIF and IPTC metadata tags into a SQL db (/showthread.php?tid=22407) |
- Basemaster - 2010-09-01 19:14 Sounds good! - solexalex - 2010-09-02 00:01 OK I'm testing the beta 1 modified to comply with new Dharma addons system. A couple of changes later it seems to work pretty good. I solved some encoding errors that I didn't had for the first beta..... Need some more work on it to be sure everything is working. Then, 2 possibilities - I release it like this (will be the same as beta 1 but for Dharma) - I go on working and adding new features / improvement and release something when official Dharma is out... What do you think ? - mhdebokx - 2010-09-02 08:15 If I may suggest, I would start to make it Dharma compatible. In this case, more beta testers can join, to make the script better. And as an add-on, you can easaly upgrade and deploy the improved versions. - solexalex - 2010-09-02 13:00 You're right. So you can expect an addon for dharma release in the next few days... Concerning the new addon submitting system, it looks to me, for the few lines i read about, very complex. I m sure it is not but i had to read and understand... Lol I hope that addons can be installed without it !! - solexalex - 2010-09-07 23:09 Hi there ! Finally here it is ! MyPicture Database for XBMC Dharma new addon system !! You just have to go in your settings/addon section inside xbmc, then you'll find it under download add-ons > xbmc.org add-ons > Picture add-ons Please give me your feedbacks whatever platform you are running XBMC from. - Jair - 2010-09-08 02:23 Im trying it on the latest beta, and I get the following: NOTICE: -->Python Interpreter Initialized<-- 21:18:11 T:2948 M:1575968768 WARNING: msvcrt.dll: dll_fstati64 called, TODO: add 'int64 <-> long' type checking 21:18:11 T:2948 M:1573302272 NOTICE: using pysqlite2 21:18:11 T:2948 M:1573289984 ERROR: Error Type: exceptions.IOError 21:18:11 T:2948 M:1573289984 ERROR: Error Contents: invalid mode: w 21:18:11 T:2948 M:1573150720 ERROR: Traceback (most recent call last): File "C:\Documents and Settings\J\Dados de aplicativos\XBMC\addons\plugin.image.mypicsdb\default.py", line 428, in ? MPDB.razlog() File "C:\Documents and Settings\J\Dados de aplicativos\XBMC\addons\plugin.image.mypicsdb\resources\lib\MypicsDB.py", line 62, in razlog f=open(os.path.join(DATA_PATH,"MPDB.bak"),"w") IOError: invalid mode: w - ppic - 2010-09-08 02:25 how have you installated it ? be sure to install it from the official addon repository, that's the latest version. - rausch101 - 2010-09-08 02:48 Just tried it as well. Got a script error. Here's my debug log (enabled debugging about halfway down) http://pastebin.ca/1935417 - ppic - 2010-09-08 03:04 ok seems to be an error with the data path, solexalex will check that
- mhdebokx - 2010-09-08 07:20 rausch101 Wrote:Just tried it as well. Got a script error. Here's my debug log (enabled debugging about halfway down) - I get the same plungin.image.mypicsdb error. ![]() - Installation from add-ons section is quite easy. ![]() - I hope that the next version wil also include SMB directory access & is cross-platform compatible.
|