Page 1 of 1

How to stop autoplay when started from file?

Posted: 28 May 2009 13:20
by jonathane
I searched around and didn't see this question answered elsewhere. If it has been answered, please point me in the right direction. Thanks.

I use VLC as a standalone player to play songs on my college radio show. I launch a new player for each file by loading the file from its directory. However, VLC has the unfortunate feature of starting playback as soon as a file is loaded. I need to start the songs manually after loading them.

How do I set VLC only to cue a file when loaded instead of starting playback automatically?

Thanks for your help.

Re: How to stop autoplay when started from file?

Posted: 28 May 2009 17:18
by VLC_help
--playlist-enqueue, --no-playlist-enqueue
Enqueue items to playlist when in one
instance mode (default disabled)
When using the one instance only option, enqueue items to playlist
and keep playing current item. (default disabled)
http://wiki.videolan.org/VLC_command-line_help

You either enable it from VLC or you can add it to context menu startup options by editing the registry.

Re: How to stop autoplay when started from file?

Posted: 29 May 2009 20:07
by jonathane
Thanks for your help!

Re: How to stop autoplay when started from file?

Posted: 15 May 2010 17:53
by hijoprodigo
Sorry for being a NB, but how would you modify the registry to make VLC not autoplay video/music files? What key and command-line option would you use?

I tried looking for an option in the regular VLC interface, but couldn't find the option to turn off autoplay. Help please?

Re: How to stop autoplay when started from file?

Posted: 16 May 2010 17:40
by VLC_help
You would have to add --playlist-enqueue to each filetype in registry.

Re: How to stop autoplay when started from file?

Posted: 18 May 2010 03:25
by hijoprodigo
Thank you kindly!