Page 1 of 1

Command line issues

Posted: 12 May 2021 08:40
by SusanFlamingo
Hi friends!

I need to run VLC from the command prompt and start [laying a certain file.
i.e.

C:\Program Files\VideoLAN\VLC\vlc --start-time=22.4 C:\test1.mp3

My question is that if VLC is already open, it opens another instance of the application using the file I designated to play.

How can I have VLC sswitch to the mp3 file I designate without starting a new instance?

TIA

Susan

Re: Command line issues

Posted: 12 May 2021 16:19
by Lotesdelere
Tools -> Preferences (Show settings = All) -> Advanced

There are two options:

Allow only one running instance
One instance when started from file

Make sure both options are ticked, save the preferences then exit and restart VLC.

Re: Command line issues

Posted: 12 May 2021 17:41
by SusanFlamingo
Works perfectly. Thank you