I am using the following command to open up the stream with an audio cd in the playlist:

vlc -I http cdda://

When run, it automatically starts playing. I need VLC to open up, populate the playlist, but not start playing until explicitly told to. I heard there was an easy way to do this in older versions of VLC, but not anymore? Can anyone help me or confirm this?

link|improve this question
2  
Voting to migrate to Super User. This is not a programming question. – Oded May 13 '11 at 19:41
@cshov and accept answers, btw. – tibur May 13 '11 at 19:51
feedback

migrated from stackoverflow.com May 13 '11 at 19:55

This question came from our site for professional and enthusiast programmers.

1 Answer

Try vlc --no-playlist-autostart

link|improve this answer
feedback

Your Answer

 
or
required, but never shown