![]() |
|
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: Python Add-on Development (/forumdisplay.php?fid=26) +--- Thread: Pictures database and library mode; scan EXIF and IPTC metadata tags into a SQL db (/showthread.php?tid=80845) |
- solexalex - 2010-09-15 21:00 Hi all V 0.1.3 is available : Code: 2010/09/15 --> v 0.1.3It should be available from dharma update addons. Hope you like it ! I need your help, this plugin is for you all. So feel free to post your language strings.xml file, report me any bug, anything you like or even you dislike, continue telling me what do you wish for this plugin. Next release (if not too much bugs reported) I will try to add something I think it is a good thing. You should be able to save pics (individually or not) as selections. So you'll be able to make albums, easy then to display some holiday pictures wherever pictures are saved. - Robotica - 2010-09-15 21:31 Great! Is it possible to store links to the pics in the database so I don't need to scan my folder everytime (maybe as an option)? And about creating albums... Can you use smart playlists for this so you can combine those pics with other media.. btw: Is there a seperate download for the XBOX-users? - solexalex - 2010-09-15 21:40 Robotica Wrote:Is it possible to store links to the pics in the database so I don't need to scan my folder everytime (maybe as an option)?You have this option, it is the last one, and now, it should default to False : Initialize the database before scanning Unmark it and then it should only scan for new pics, and remove pics that are not physically present on your drive Robotica Wrote:And about creating albums... Can you use smart playlists for this so you can combine those pics with other media..Why not. Do you know a format for this ? Does XBMC play pictures smartplaylists ? If it is doable, then I may do that after 'picture selection' stuff Robotica Wrote:btw: Is there a seperate download for the XBOX-users?No unfortunately no... It would take me too much time to maintain the plugin for both XBMC version (pre-dharma and post dharma) If someone fill like doing a xbox version, feel free to tell me, would love to talk about it ! - Robotica - 2010-09-15 21:56 beta1 worked fine on XBOX... - solexalex - 2010-09-15 21:59 yes, the very first release was pre-dharma. But from this time I made many change, including necessary changes for dharma addon system. (Oh, I hope I did'nt missed a news telling dharma was ported to xbox as well !!!) - solexalex - 2010-09-16 00:09 known bug : if you choose a month from the 'by dates' filter, and you have any picture in this month, shooted the last day of the month, it bugs. It is because to select a whole day of pictures, I take all the pictures dated between the given day of the month, and the given day +1. So if the month contain only 30 days (for example April) it selects pics from yyyy/04/30 to yyyy/04/31, which python time module says to be wrong (of course) The correct thing should be 04/30 to 05/01 for a whole day... I have to fix that. Tonight I made something to sort pictures from any date to any other, so that you can easily sort all pics for a whole WE or all pics of you whole holidays. You'll have to wait for next release or check my svn : https://xbmc-scripts.googlecode.com/svn/branches/addons/plugin.image.mypicsdb
dutch translation - mhdebokx - 2010-09-16 12:01 dutch translation is send to your email adress in the next release this will be available - pko66 - 2010-09-16 14:01 Just a suggestion, maybe is stupid at this point, but... Both the picasa application and picasa web allow face recognition and (partially automatic) naming of the people in each picture, and it works pretty well, I have like a thousand photos face and name tagged. It would be great to have that information imported somehow into the database - Robotica - 2010-09-16 14:06 @pko66: Facebook does that also... - ppic - 2010-09-16 14:18 the plugin already read tag, so if picasa tag the picture, it will be available in the plugin. |