Stable: 2.5.2
Development: 2.6-alpha3
Hello,
I've configured moc as my default player for audio and playlist formats in firefox. A simple script adds the downloaded files to the current playlist with the -a option. Now I'd like mocp to start playing these files, but not to restart playing from the beginning of the playlist.
It seems that the only way to start playing is using the -p option, but this also rewinds the playlist. Is there another way to do this ?\
Thank you,
daper
Wed, 2007-08-08 20:03
Permalink
There is no option to do
There is no option to do that, you can only clear the playlist first from the command line using the -c option.
--
Damian Pietras - MOC developer
zevv
Fri, 2007-08-10 10:56
Permalink
That's a pity
Wouldn't this be a sensible option to add in future releases ?
daper
Fri, 2007-08-10 16:16
Permalink
Yes, nice idea, I'll add it
Yes, nice idea, I'll add it to the TODO list. Please don't assume that this means I'm going to do it in the nearest future :)
--
Damian Pietras - MOC developer
kmws
Sun, 2017-01-01 19:23
Permalink
Hi,
Hi,
Better late than never I guess.
You can now steer the currently played file of the playlist with -p parameter.
mocp -p -- old functionality, rewind to first item and play
mocp -p l -- play (l)ast item of the playlist
mocp -p n -- play n-th item of the playlist
https://www.sendspace.com/file/dmncpa
I will be sending this patch to mocmaints also.
Have fun :-)
K.