![]() |
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 - nogginthenog - 2017-05-03 (2017-05-03, 16:19)Xycl Wrote: After 101 pictures? No. Never. And how big is the stack? Big enough for the overhead of 750 nested invocations of your main procedure? It is the stack that runs out of memory during recursion, not the heap. It is not relevant how much global memory is available. RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - Xycl - 2017-05-04 (2017-05-03, 20:02)nogginthenog Wrote: And how big is the stack? Big enough for the overhead of 750 nested invocations of your main procedure? It is the stack that runs out of memory during recursion, not the heap. It is not relevant how much global memory is available. Look at the source code. The recursion is already finished when adding the pictures in a loop. Better reasons for you problem:
RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - web4free - 2017-06-30 Sorry for this bad english - It is translate with google translate. My installation is: Kodi 17.3 on a Raspberry 3 Skin: Confluence MyPicsDB version 14.3.1 I have created a source for each year. For example: 2016 or 2017 ... The folders with the photos are then located. Eg: "06.2017 - Ferrari driving" or "05.2017 - Holidays with the children" I look at the photos about "Browse by folders" I would like to have the following views: Click on "Browse by Folders" => View: Big List Click on the folder (eg: 2017) => View: Thumbnail Click on the folder (eg "06.2017 - Ferrari fahren" => View: Thumbnail When I click on "Browse by Folders", "View: Thumbnail" is always displayed - The "View: Big List" setting is not saved permanently. Is this a bug or can I set it in an XML? RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - Park - 2017-07-03 (2017-05-03, 16:06)Xycl Wrote:Hello,(2017-03-15, 13:40)flafer Wrote: Hello, is it posible to exclude the scaned videos in the mix folder for the slideshow? Thx RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - Karellen - 2017-07-03 Why don't you just remove the videos from the folder and place them in another folder instead of trying to figure out a complex way for Kodi to achieve it? A bit of housekeeping will work better. RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - heula - 2017-07-04 (2016-01-26, 12:28)Xycl Wrote:It still is not working for me. I have found a setting intialise databse at startup addon but that will be automaticly disabled an does not stick. What I want is the addon to search for new images at the start of Kodi without having to open the addon itself first.(2016-01-20, 09:38)asplundj Wrote:(2016-01-04, 17:00)heula Wrote: Is there a setting to automaticly run "search for new pictures" (in the background) when Kodi starts? That is because I have set the widget "show last 50 images" to show for my picture button in the main menu. Also the option pop-up scan dialog setting does nothing. What should this do when it works? ![]() RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - Park - 2017-07-04 (2017-07-03, 22:42)Karellen Wrote: Why don't you just remove the videos from the folder and place them in another folder instead of trying to figure out a complex way for Kodi to achieve it? Thanks for your suggestion. But photos and also video from the same event/album belong in one folder. The videos are in a sparate folder in the corresponding photo album. Otherwise I must create for each event the same folder again. I thought such an app like these should facilitate the use? Besides for what is then the specified "videos" folder if not for videos in the app? How can I handle fotos and videos separat after the scan e.g. in category last 10 picture? The best way is to exclude the videos in each mixed folder but in the category "videos" folder you can watch? Thx RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - Karellen - 2017-07-04 @Park, Sure, ok. Which slideshow add-on are you using? I ask because I don't think you are in the correct thread to receive the answers to your questions. Unless I have misunderstood your intention. RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - Park - 2017-07-04 (2017-07-04, 13:01)Karellen Wrote: @Park, Im using My picture Database. RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - heula - 2017-07-05 I found this option in the wiki but it doesn't work (anymore) XBMC.RunScript("C:\Users\Alex\AppData\Roaming\Kodi\addons\plugin.image.mypicsdb\scanpath.py",--database) Tried this one but no joy either KODI.RunScript("C:\Users\Alex\AppData\Roaming\Kodi\addons\plugin.image.mypicsdb\scanpath.py",--database) This is the error I get running those lines ![]() How can I get this line to work and can I put this in my advancedsettings.xml to run automatically at the start of Kodi? Thanks. RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - dski - 2017-07-06 Is there a way to update what is displayed in the exif screen info? I would like to add the aperture, shutter, ISO and zoom data to display when I bring up the info. Is it easy to do that? RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - zeitalex - 2017-08-13 I am new to this Plugin, and having problem to scan Tags from XMP created with DigiKam or Darktable. Scanning from EXIF works fine. What format should XMP have to be compatible with MyPicsDB? My setup: Raspberry pi 3 LibreELEC 7.0.3 MyPicsDB 14.3.1 Any help would be highly appreciated. RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - zeitalex - 2017-08-14 Quote:Features: What XMP is meant here? Embedded into JPG? I thought a sidecar file. For each *.jpg I have *.jpg.xmp File. But probably scanning sidecar xmp files is not implemented in MyPicsDB RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - korben1 - 2017-09-03 Hello, I have exactly the same question: for every picture, let's say image.jpg, I have a xmp sidecar file image.xmp which contains the xmp metadata. It seems this plugin can't read from that file. I'm also new, do I have to change the configuration or is it not possible at the moment ? RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - ködi-zömbie - 2017-10-23 Anyone else has a bug in browsing pictures by folders ? I can see all (about11k) pics by tags, time, etc... Only browse by folders isnt working |