VLC shortcut load and sort two directories
Posted: 26 Apr 2015 17:02
My video collection has grown to fill one hard drive and I have a second I will start to use. I'd like to be able to load an ever expanding collection up (no playlists) right when I start VLC. I want to load two folders into VLC's playlist and have it expand and sort both alphabetically.
Right now I'm using a shortcut and have edited the target to
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" "F:\Movies" --random
in order for it to load that folder and put it on random. I've also been able to add a second folder by adding "Q:\Movies"
The problem I'm having is that it does not automatically expand both folders, just the one random chooses first. I've tried to use the --recursive={expand} command but it doesn't seem to work to expand the directory itself.
Next would be to get the playlist to sort the sum of the folders alphabetically. I've seen the --directory-sort command but not sure if when I do get them to both expand it would sort them as a whole or individually in the order they load.
The main concern would be to get the two folders to expand so that random has a full selection to choose from. I could ultimately just use the gui to sort the playlist after it loads, but that's not nearly as convenient--I'm going for a one click launch.
If anyone can help figure out how to get this working that would be much appreciated. I've been trying to figure it out from the Command Line Help page but its a lot to take in all at once.
Right now I'm using a shortcut and have edited the target to
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" "F:\Movies" --random
in order for it to load that folder and put it on random. I've also been able to add a second folder by adding "Q:\Movies"
The problem I'm having is that it does not automatically expand both folders, just the one random chooses first. I've tried to use the --recursive={expand} command but it doesn't seem to work to expand the directory itself.
Next would be to get the playlist to sort the sum of the folders alphabetically. I've seen the --directory-sort command but not sure if when I do get them to both expand it would sort them as a whole or individually in the order they load.
The main concern would be to get the two folders to expand so that random has a full selection to choose from. I could ultimately just use the gui to sort the playlist after it loads, but that's not nearly as convenient--I'm going for a one click launch.
If anyone can help figure out how to get this working that would be much appreciated. I've been trying to figure it out from the Command Line Help page but its a lot to take in all at once.