Quote:
Originally Posted by rabidread
I think the most straightforward would be in the Select Image section to have a third options such as
{Current Cover}
{Default}
{Random Image}
Picture A.jpg
Picture B.jpg
Picture C.jpg
...
|

Load an array with the available file names; draw a random Integer (range check against # available) ; get the array[index]
Now you just need to know Python