If I try and select multiple tracks ie. open up 10 songs to play, the VLC tries to play them all at once.
Is there a way to get VLC to add the selection to the playlist?
Code: Select all
vlc --one-instance --playlist-enqueue YourFile(s)
You can either modify this action (%1 is a special tag which will be replaced by the song filename) or add another one (default or not) to match the --one-instance pattern above. Example:name: "play"
action: "c:\.....\vlc.exe %1"
Using another menu-item can allow multi instance of VLC when you need it.name: "enqueue"
action: "c:\.....\vlc.exe --one-instance --playlist-enqueue %1"
Return to “General VLC media player Troubleshooting”
Users browsing this forum: smarty123 and 23 guests