It's not a problem if it's not beautiful.
I tried :
Code: Select all
cd %ProgramFiles(x86)%\VideoLAN\VLC
start vlc.exe --auto-preparse "C:\Users\Jerome\Music\Autre" "C:\Users\Jerome\Music\Classique" "C:\Users\Jerome\Music\Electro, Dance" ...."
The problem is : this works up to a point and that being that it'll add the folders, then choose one at random, expand all files within that one chosen, then play a random file within.
This would work fine if there were only one file within each folder but in my case there are many many files within each and I'm adding to them constantly. Probability kicks in and the next file VLC chooses 'at random' is most-likely to be one of the files from the first expanded folder.
What I'd like is to open VLC with multiple folders added to a playlist, expand all files within those folders enqueued, then start playing the whole list at random.
Any ideas ?