
A likely candidate in my view would be some bad EXIF data that our EXIF reader code isn't handling very well. It feels to me like the db loader thread might be dying for some reason (though, certainly just guessing). Logging.basicConfig(level=logging.DEBUG, filename="/home/pi/picframe.log") Hi below logging line works for me (for example): logs? At the moment it seems to have stopped loading. Upon investigation I have found that the old DB was never fully populated for all 32k images and that some folders are missing (approx 1,000 images weren't included, the app was running on this pi continuously for a couple of weeks).ĭo you have any ideas what might be causing the DB load to stop? Or is there a way to see what might be causing the failure e.g. I've tried deleting the image it stopped on and restarting but that doesn't trigger a continuation of the load, so I guess the image wasn't the cause of the probem. It stops inserting on image 12,036, but by looking at the old DB I can see that this image was successfully inserted into the File table (when the images resided on the SD). Upon startup of PicFrame it's created a new db and started populating the table. I've moved approx 32k Images from the SD drive onto a USB drive, changed pic_dir to point to USB and I've renamed the old DB to get a fresh one. image will load one time but not another, in separate DB's). I find that the inserting stops on a seemingly random image (i.e.
#Picframe into another file full
I'm having trouble getting a full library of images into the file & folder tables.
