If I run this command:
Code: Select all
vlc --fullscreen --random --logfile /tmp/vlc_debug.out --logmode html --log-verbose 2 --playlist-tree --recursive expand /path/to/TV\ Shows /path/to/Movies
only one of the paths is expanded in the playlist. It often changes which one does get expanded, but it's never both of them. Naturally, this greatly skews --random as the one that does get expanded then gets the most screen time. Is this a bug? (Am I actually passing in file paths as intended?) If it is a bug, I can certainly add it to trac.
(Also, I would attach the debug file for more insight, but it isn't being created for some reason. It doesn't look like any simple things like permissions are to blame.)