Posts: 4,947
Joined: Jul 2012
Reputation:
295
As it is, Kodi reads EXIF data when a photo folder "source" is opened. There was a problem that any more than about 5k images in a source would max out memory and crash Kodi. But I think in 18 it was fixed. Instead of having to read in the EXIF every time it would be helpful to store at least some in the db, and that would allow smart playlist filtering and also faster load times for large sources. I mostly used MyPicsDB for filtering (called collections in the addon). Don't see a need for editing data in Kodi.
scott s.
.
Posts: 3
Joined: Dec 2019
(2021-02-16, 00:12)Klojum Wrote: (2021-02-15, 22:38)Ubuntubirdy Wrote: So many years and team KODI does not notice how important a DB is for pictures! Why? Because almost everybody uses some kind of picture manager today and most of them work with a DB
If everyone already uses their favorite picture manager, why should we reinvent the wheel? A proper picture/photo manager will do so much more. Editing & updating metadata in photo files, moving photo folders/collections from one location to another, among other things. There is currently no intention of adding such a full-blown photo manager section to Kodi: the UI/UX would be too limited IMHO. As an example, try doing your whole photo management with only your TV remote control. It's unworkable.
Kodi will only be a photo viewer. A pics-db could be helpful for certain search or listing functionality, but file management (other than deleting files) on top of that is not to be expected. Right now, Team Kodi has its hands full with current release of Matrix. But as always, PRs are certainly welcomed in all Kodi areas.
(2021-02-15, 22:38)Ubuntubirdy Wrote: KODI does not... It's a shame!
Two posts you have written so far on this forum, one per year, and both of them is you whining over how things are wrong in Kodi with no helping hand whatsoever.
We'll be looking forward to your next complaint in 2022.
It seems that criticism cannot be dealt with here ... Ok, then I'll be gone ...
Posts: 201
Joined: Feb 2016
Reputation:
14
rafikW
Senior Member
Posts: 201
Great news!
MyPicsDB is one of the addons that stopping me to move on to Kodi 19 so this is really nice information!
I wish someone also make Xonfluence skin compatible with Python3 as the owner informed he is not going to maintain it any longer :-(
Anyway: thanks a lot and... good luck in programming :-)
Posts: 70
Joined: Jan 2020
Reputation:
6
Excellent Xycl, you rock !
MyPicDB is a must have addon for me. I was here checking possible compatibility issues before upgrading to KODI 19, so great to read you're working on it. I'll postponed my upgrade for the moment.
But I am also open for beta testing, can you explain where we'll get the beta versions to come ? or is it just to stay tuned on this thread maybe...
Posts: 4,947
Joined: Jul 2012
Reputation:
295
Installed 19.0.8 and it picked up my existing sqlite db, and a few basic menu options are working (update, random image, latest images) so thanks for that. I don't have a lot of exif data so can't easily test the filter functions.
Thanks for taking this on.
scott s.
.
Posts: 39
Joined: May 2012
Reputation:
7
I tried this out and created a new database with over 35000 pictures, lots of exif data. Everything I've tried works. Filters, tags, dates, videos, ...
Thanks so much for updating.
Posts: 454
Joined: Feb 2012
Reputation:
13
Thanks to scott967 and sfontes for your replies.
1) Google Maps don't work anymore because they want to earn money. I'll remove Google Maps!
2) The update service works.
Next step is to introduce 2 new settings with which you can disable the popup during scan and the popup when scan is completed.
Posts: 454
Joined: Feb 2012
Reputation:
13
There was a bug in the XMP parser with unicode characters (ö, é etc.) which is now fixed.