Hi. I'm struggling to open VLC via batch with multiple folders - and have all files within those folders enqueued to play randomly. This is for my daughter so she can watch her favourite shows.
The closest I can get via Windows batch / command line is :
start "" "C:\Program Files\VideoLAN\VLC\vlc.exe" --started-from-file --playlist-enqueue --random --fullscreen "K:\folder 1" "K:\folder 2" "K:\folder 3"
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 ? I've scoured and searched to no avail.
Hoping what I've written is succinct enough to follow.
Any and all help gratefully received - thankyou.
Wim.