![]() |
Release MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - Printable Version Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Picture Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=150) ---- Thread: Release MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags (/showthread.php?tid=133905) |
RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - m.savazzi - 2014-01-07 Is it possible to have support for Canon RAW images? RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - m.savazzi - 2014-01-07 One point: there are some italian string missing : Saved filter wizard settings -> Filtri salvati Show 250 random pictures -> Mostra 250 immagini a caso English Code: msgctxt "#30654" Italian [code] msgctxt "#30654" msgid "Show %s random pictures" msgstr "Mostra %s immagini a caso" msgctxt "#30655" msgid "Saved filter wizard settings" msgstr "Filtri salvati" [code] RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - Xycl - 2014-01-08 (2014-01-07, 17:33)m.savazzi Wrote: Is it possible to have support for Canon RAW images?Does they contain EXIF, IPTC or XMP tags? And is XBMC able to display them? Then yes, otherwise no. (2014-01-07, 18:10)m.savazzi Wrote: One point: there are some italian string missing : Please enter them in Transifex RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - m.savazzi - 2014-01-08 (2014-01-08, 10:41)Xycl Wrote:not sure if the tags are INSIDE the file or in a separate file.(2014-01-07, 17:33)m.savazzi Wrote: Is it possible to have support for Canon RAW images?Does they contain EXIF, IPTC or XMP tags? For all the pictures I have there is the file image001.cr2 and a file image001.xmp ![]() (2014-01-08, 10:41)Xycl Wrote: And is XBMC able to display them? YES, XBMC shows them correctly (2014-01-08, 10:41)Xycl Wrote:(2014-01-07, 18:10)m.savazzi Wrote: One point: there are some italian string missing : weird they were already in but not present in the distribution file RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - Xycl - 2014-01-09 1) Translation: It takes between 2 till 4 weeks until the entered translations are available. 2) You can go to the plugin settings and add the picture extension canon uses. In your case cr2. If the tags are inside then MyPicsDB will display them. RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - m.savazzi - 2014-01-09 Great, thank you. I can confirm right now it does skip the CR2 files ![]() I will check with the new settings. M RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - Xycl - 2014-01-22 Your list of wishes I've implemented most requested features like: - Complex filter possibility - Central MySQL DB - Remote access to a NAS Already in development: - Global searches are stored. So you don't need to enter them again. Question: What is still missing? RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - fiveisalive - 2014-01-23 (2014-01-06, 11:12)Xycl Wrote: MyPicsDB 12.3.1 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): 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 RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - Xycl - 2014-01-23 Okay then I've to change default to Default within AddonScan.py Thanks for reporting the problem. RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - Xycl - 2014-01-24 (2014-01-23, 08:52)fiveisalive Wrote: 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": Please try new version from my repo (w/o your symlink). RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - mhdebokx - 2014-01-24 (2014-01-22, 11:10)Xycl Wrote: Question: - introducing a hierarchy browser on landcode, provence, city and sub-location - introducing a smartplaylist, where pictures can be selected (folder-wise or using the MPD database) including AND music can be selected (folder-wise or using the XBMC music DB). Eg pictures from an concert where you have been can be shown with the latest CD music - improving the selection window for 'period' . I'm using Aeon Nox as skin, and it works terrible now RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - fiveisalive - 2014-01-25 (2014-01-24, 12:36)Xycl Wrote:(2014-01-23, 08:52)fiveisalive Wrote: 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": Thanks, works now w/o symlink. (2014-01-22, 11:10)Xycl Wrote: Question: Not sure if this is just a bug in my setup or a missing feature, but when I lasted tested a very old version of this plugin that worked under Dharma (just moved my system to pre-Gotham) it would show the videos interleaved with the photos by date. After I did a full re-scan of my photos/videos, now videos only appear under "videos". I liked the option of viewing the videos and photos all taken on the same date. Can this be restored? RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - Xycl - 2014-01-30 (2014-01-24, 23:47)mhdebokx Wrote: - improving the selection window for 'period' . I'm using Aeon Nox as skin, and it works terrible now This is a problem of Aeon Nox and Aeon MQ 5. The skins seem to ignore the type flag of the numeric dialog. Code: dialog = xbmcgui.Dialog() The parameter "1" of method numeric is the type flag. Quote:Types: RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - Xycl - 2014-01-30 (2014-01-25, 10:18)fiveisalive Wrote: Not sure if this is just a bug in my setup or a missing feature, but when I lasted tested a very old version of this plugin that worked under Dharma (just moved my system to pre-Gotham) it would show the videos interleaved with the photos by date. After I did a full re-scan of my photos/videos, now videos only appear under "videos". I liked the option of viewing the videos and photos all taken on the same date. Can this be restored? Videos: There are no EXIF tags ( or whatever) within videos. What should be used for creation date? RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - fiveisalive - 2014-01-31 (2014-01-30, 15:15)Xycl Wrote:(2014-01-25, 10:18)fiveisalive Wrote: Not sure if this is just a bug in my setup or a missing feature, but when I lasted tested a very old version of this plugin that worked under Dharma (just moved my system to pre-Gotham) it would show the videos interleaved with the photos by date. After I did a full re-scan of my photos/videos, now videos only appear under "videos". I liked the option of viewing the videos and photos all taken on the same date. Can this be restored? I think the previous version used Unix mtime: http://unix.stackexchange.com/questions/2464/timestamp-modification-time-and-created-time-of-a-file I know it's imperfect and could be inaccurate, but when my digital camera (or phone) creates a file and I copy it over to my HTPC it preserves the original creation time as the last "mtime". So it's pretty close to when the video was taken. So on Unix (Linux and presumably MacOS X) use mtime, on Windows I'm not sure how it reads/stores time. |