Posts: 113
Joined: Aug 2012
Reputation:
1
Hello
With MyPicsDB when i start Diaporama and hit the "O" key I display all EXIF/ITC information which is great but it will be fantastic to have the possibility to select only the items I want to be displayed.
Is it possible or will it be possible ?
Posts: 113
Joined: Aug 2012
Reputation:
1
Ok merci je vais me rapprocher du skin
Thank's I will see with the skin
Posts: 600
Joined: Dec 2010
Reputation:
4
Is it possible to edit IPTC or EXIF info with PicturesDB?
I thing not so can you make something for that?
Posts: 19
Joined: Jan 2013
Reputation:
1
2013-04-09, 10:14
(This post was last modified: 2013-04-09, 11:07 by herve502.)
Hi,
I continue to work on the file default.py and create a def structure import_xml_picasa to clean the show_collection.
I would like to propose the import in 3 passes.
The first pass is just to extract the picture name in import file and them import it if exist in Mypics database.
For this, i would like to find the picture file and picture path in the database only with the filename extract for import file (and not with the associated path file).
Your previous request works right:
picfile, picpath = MPDB.RequestWithBinds("select strFilename, strPath from files where lower(strFilename) and lower(strPath)= ? ",
(filename.lower(), pathname.lower() ) )[0]
work but when I try to write:
picfile, picpath = MPDB.RequestWithBinds("select strFilename, strPath from files where lower(strFilename) = ? ",
(filename.lower() ) )[0]
it doesn't work. Did I miss something ?
Posts: 7
Joined: Apr 2011
Reputation:
0
Is there an option to keep the original file names and not have the date appended?
Thanks.
Posts: 454
Joined: Feb 2012
Reputation:
13
Why do you think that a date is appended?
Posts: 7
Joined: Apr 2011
Reputation:
0
Sorry, my bad.
The picture folder that I've added is a library backup created by Windows8 Backup. The Windows8 Backup utility has appended the date, not the plugin.
Posts: 7
Joined: Oct 2011
Reputation:
1
2013-05-05, 11:03
(This post was last modified: 2013-05-05, 11:04 by Miso.)
Hello,
It seems that picture rating scanning does not work with the recent versions of the addon - no ratings are displayed for the pictures. I tried using XBMC 12.2 and addon versions 2.2.2 as well as development 2.2.6. Used OS is Windows 8.
It worked OK with version 12.0 and 1.2.9.
Is this a known issue or should report it somewhere else.
Thanks, great work otherwise!
Regards
Miso
Posts: 454
Joined: Feb 2012
Reputation:
13
I'll look on it next week.
Didn't know that there's an issue with the ratings because I don't own any pictures with ratings.
Thanks
Xycl