Page 1 of 1

cvlc user documentation available?

Posted: 06 Sep 2011 22:41
by lazylew
I Googled and searched this forum as well, but can't find any documentation on how to use cvlc.
eg how to stop or pause a track?

Re: cvlc user documentation available?

Posted: 07 Sep 2011 15:23
by VLC_help
IIRC typing help should list the commands.

Re: cvlc user documentation available?

Posted: 07 Sep 2011 21:43
by lazylew
IIRC typing help should list the commands.
True, but that's useful for someone who already knows how it works and wants to look up some reference. I've gone over the -help several times but don't see simple stuff like "how to stop playing", for instance.

Re: cvlc user documentation available?

Posted: 08 Sep 2011 16:11
by VLC_help
AFAIK those are only listed in source code
http://git.videolan.org/?p=vlc.git;a=bl ... =HEAD#l800

Re: cvlc user documentation available?

Posted: 08 Sep 2011 19:25
by lazylew
AFAIK those are only listed in source code
http://git.videolan.org/?p=vlc.git;a=bl ... =HEAD#l800
When I play 2 tracks, like here:

Code: Select all

ludo@crunchdesk:~/Modern Jazz Quartet - Portrait$ cvlc 07* 12* VLC media player 1.1.3 The Luggage (revision exported) Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS") Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE") Warning: call to signal(13, 0x1) [0x1634160] dummy interface: using the dummy interface module...
and then type, when the music plays

Code: Select all

next
or

Code: Select all

stop
nothing happens.
I have to stop it with CTRL-c.
I guess I'll let it rest till I understand more about code and all that :geek:

Thanks for your help, anyway.

Re: cvlc user documentation available?

Posted: 10 Sep 2011 06:38
by VLC_help
AFAIK dummy interface has no control options. So rc or telnet interface might suit you better.

Re: cvlc user documentation available?

Posted: 10 Sep 2011 21:49
by lazylew
AFAIK dummy interface has no control options. So rc or telnet interface might suit you better.
Somewhat over my head, technically :-| Guess I'll stick to GUI in VLC and mocp in CLI. Thanks again for your replies :)