Menu

#9 Album Shuffle

open
nobody
None
5
2012-08-30
2012-08-30
Peter Fagan
No

I've never seen this valuable feature in an app, only in my old MP3 CD player.

This is certainly not valid code, but it's how I imagine the flow control would work:

@allDirs = recursivelyFindAllDirs;
@dirList = shuffle(@allDirs);
foreach(@dirList) {
if (dirContainsNoImageFiles) {
skip;
} else {
playImagesInOrder;
}
}

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.