Is there a max folder/file count? #206
|
I had 2500 pictures split into 10 sub-folders, and it felt like shuffle was either not getting to all of them, or hitting duplicates in less time than a cycle took. I moved all files to the top /pictures folder today, and my brain is tricking me into thinking "it worked" seeing new pictures. Was the 2500 total count too high? Or making it shuffle through 10 folders too many? Have been using picframe for a few months, to the point that I've built a total of 3 now, giving one to my parents for Christmas. |
Replies: 6 comments 8 replies
|
Hi @Grapefruit82 I don't think the number of images or folders should be a problem. However there is definitely a "perception" problem with the way that the default config file is set up. The This "illusion" has cropped up before #128 and the simple, but non-intuitive, fix is to change the |
|
What I was always wondering about: What does reshuffle = 10 actually do? Does it repeat the order of the same once shuffled list 10 times? |
|
I do not have the problem that images are displayed twice in quick succession but I do not see images from additional directories. In my configuration I have: |
|
Do you have the ability to look at the SQLite database file? If so, it'd be interesting to see what's there. How many records are in the |
It doesn't get reset automatically. Really, it was added as a sanity check when some of us were questioning whether all images were actually getting viewed. Right now, if you have a need to reset it, you'll have to do it manually, via SQL.
Yeah, that'd be my assumption also. |
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. |
Hi @Grapefruit82 I don't think the number of images or folders should be a problem. However there is definitely a "perception" problem with the way that the default config file is set up. The
reshuffle_numis set to1which means that every run through there is quite a high probability of seeing an image repeated that was only recently shown, and the converse, you will have to wait nearly two complete cycles before seeing a few pictures that appeared early.This "illusion" has cropped up before #128 and the simple, but non-intuitive, fix is to change the
resuffle_numto 10. The show will then appear completely random, and even with a few hundred images you will not be able to perceive the…