How do I pause and play from the previous location in Liquidsoap?
I enabled the telnet port with:
set("server.telnet", true)
set("server.telnet.port", 1234)
When I connect to the instance I can't find any commands that allows me to pause the current playlist.
The only command I see are mont.stop
and mount.start
but they restart the playlist from the start. What I want is for the playlist to start playing again from the same location.
Thank you.