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 - Xycl - 2016-06-06 (2016-05-26, 19:19)wstephen Wrote: Hi, Xycl, Please use Translation System RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - Xycl - 2016-06-06 (2016-05-22, 20:08)peppe_sr Wrote: hi, could you take a look a this log. Code: 19:59:27 T:5908 NOTICE: [My Pictures Database] line 88 in default.py object Main.get_args >> sys.argv[2] = ?method='random'&page='1'&viewmode='view'&action='showpics'&name='Show+250+random+pictures'&reload= Where does the parameter reload come from? RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - peppe_sr - 2016-06-06 hi mate. i think ii comes from the script which menage the widget. maybe this http://puu.sh/piDAa/e80760d677.jpg RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - Xycl - 2016-06-06 (2016-06-01, 02:28)twiseva Wrote: Hey all, just reverted to using myPicsDB as I now have a skin that I can get a widget working with. I have upgraded to the latest version and am seeing a few errors in the log around deletion. Seems like the delete statement cannot handle ' in the path names. It added these files fine but possibly the SQL is not escaped Please try the following 1) Edit file resources/lib/MyPicsDB.py 2) At line 615 you should see the following: Code: def del_pic(self, picpath, picfile=None): Code: def del_pic(self, picpath, picfile=None): EDIT: Try the new version 13.3.8 RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - Xycl - 2016-06-06 (2016-06-06, 11:29)peppe_sr Wrote: hi mate. Please try version 13.3.8 RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - peppe_sr - 2016-06-06 ok, i will try at home, my system with all stuff is off ATM. thanks and sorry for the mail. Peppe RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - Xycl - 2016-06-06 No problem RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - peppe_sr - 2016-06-06 (2016-06-06, 12:03)Xycl Wrote: Please try version 13.3.8 it worked at first attempt thanks Peppe RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - twiseva - 2016-06-07 (2016-06-06, 11:44)Xycl Wrote:(2016-06-01, 02:28)twiseva Wrote: Hey all, just reverted to using myPicsDB as I now have a skin that I can get a widget working with. I have upgraded to the latest version and am seeing a few errors in the log around deletion. Seems like the delete statement cannot handle ' in the path names. It added these files fine but possibly the SQL is not escaped Hey @Xycl, seems to have fixed this issue with the newest version -- great! RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - twiseva - 2016-06-07 (2016-06-06, 03:27)twiseva Wrote: Another oddity I am seeing is navigation of the menus. Seems like the bottom group of menu items are automatically selected (like you hit return) if you stay on them for about a second. This happens in the sub menus also. I am using Jarvis with the Nox skin if that makes any difference. A minor update: This seems only to for the following choices: filter wizard; global search; addon settings; translates your tags; help RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - peppe_sr - 2016-06-08 (2016-06-06, 15:01)peppe_sr Wrote:(2016-06-06, 12:03)Xycl Wrote: Please try version 13.3.8 i'm in trouble again..... my log i think that with random item deactivated http://puu.sh/pl3M7/fa60e72666.jpg it seems to work, but i'm not sure al 100%...... Peppe RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - Xycl - 2016-06-08 I'll look at this tomorrow RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - Xycl - 2016-06-08 (2016-06-07, 02:52)twiseva Wrote:(2016-06-06, 03:27)twiseva Wrote: Another oddity I am seeing is navigation of the menus. Seems like the bottom group of menu items are automatically selected (like you hit return) if you stay on them for about a second. This happens in the sub menus also. I am using Jarvis with the Nox skin if that makes any difference. I use MyPicsDB with a remote control at home and sometimes with a wireless keyboard. Never saw this. But my used skin is confluence. RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - twiseva - 2016-06-10 (2016-06-08, 16:59)Xycl Wrote:(2016-06-07, 02:52)twiseva Wrote:(2016-06-06, 03:27)twiseva Wrote: Another oddity I am seeing is navigation of the menus. Seems like the bottom group of menu items are automatically selected (like you hit return) if you stay on them for about a second. This happens in the sub menus also. I am using Jarvis with the Nox skin if that makes any difference. So it is definitely skin related -- tried confluence and aeon nox (standard) and both are fine. Went back to Aeon nox silvo and this behavior came back. Odd. Will try and see if I can find anything in logs or on silvo thread ... RE: [RELEASE] MyPicsDB: Pictures DB with EXIF, IPTC & XMP tags - twiseva - 2016-06-10 (2016-06-06, 15:01)peppe_sr Wrote:(2016-06-06, 12:03)Xycl Wrote: Please try version 13.3.8 So it seems that this same error has appeared for ma after updating to 13.3.8. See http://pastebin.com/raw/SHXqw4ZL. Looks basically the same. Prior to 13.3.8 all was well, afterwards get an error popup and this in the logs. |