Page 1 of 1

replacing a VLM conf file dynamically

Posted: 14 Oct 2008 20:46
by mgreene
If I'm starting a VLC instance using the telnet or RC interface and start it with a VLM.conf file, is there a way to later load another VLM2.conf file in the same instance?

Re: replacing a VLM conf file dynamically

Posted: 14 Oct 2008 21:15
by aegyssus
If you're using telnet interface, my way to do it would be like this:

Code: Select all

telnet localhost 4212 del all load new_file.vlm quit
Good luck!

Re: replacing a VLM conf file dynamically

Posted: 14 Oct 2008 21:53
by mgreene
Thanks!