I've run a simple config file successfully as follows:
config file 'v1.txt'
new tuner1 broadcast enabled
setup tuner1 input "c://my music//track303.wav"
control tuner1 play
the command line (run from a batch file)
vlc --vlm-conf v1.txt -I telnet
plays the file303.wav
what i would like to do is use a 2nd config file (or some batch alternative)
to then stop the file playback
i created a config file 'v1stop.txt' containing the single command line
control tuner1 stop
and then ran the command line
vlc --vlm-conf v1stop.txt -I telnet
but that doesn't seem to do anything.
Is there a method to stop and restart the playback with other batch
calls to the telnet interface, but without having to open a telnet window explicitly?