Posts: 4
Joined: Dec 2015
Reputation:
0
I wrote a small routine to pull out the randomised list so I could compare it after multiple runs and it looked pretty good to me after the random.seed was put in. The code in Github looks newer than my version but the principle is the same - yes it does need to go before the random.shuffle, you can put it directly before but as the code uses random in other places I chose to put it in the start_show function.
Posts: 15,282
Joined: Jan 2009
Reputation:
738
ronie
Team-Kodi Member
Posts: 15,282
ok, thanx for the feedback.
i'll add the random.seed() in future versions of the screensaver.
Posts: 5
Joined: Dec 2015
Reputation:
0
2015-12-29, 08:57
(This post was last modified: 2015-12-29, 08:58 by Brad Peterson.)
Hmm...the photo filenames would leak information about my family. Is there any kind of snippet or section you're looking for?