INTERACT FORUM
Windows => Plug-in Development => Topic started by: CommandFusion on September 25, 2012, 02:12:39 am
-
Just thought I would share that using MCC_CONTINUOUS with a parameter of 4 will set the repeat mode to 'Stop After Each Item'.
The docs in the wiki don't mention 4 as being an option (and I couldn't register on the wiki to update this - its admin only - so can an admin please update this small detail?).
Hopefully this helps anyone searching the forum for how to achieve this repeat mode.
-
I'll add it in the morning.
-
@Matt - do you have a new mcccommands.h so I can confirm this, and other changes?
-
Thanks MrC.
I just uploaded the latest MCCommands.h here:
http://www.jriver.com/DevZone/MCCommands.h
-
Ok, Updated.
@Matt, in MCCommands.h...
the following line is missing the closing bracket ] :
MCC_LOCATE_FILE, // [int nLocation (-1: on disk (internal); -2: on disk (external); 0-n: library field index)
and the following line :
MCC_CONTINUOUS, // [0: toggle continuous; 1: off; 2: playlist; 3: song]
should include a mode 4:
MCC_CONTINUOUS, // [0: toggle continuous; 1: off; 2: playlist; 3: song; 4: stop after each]
The EPlaybackVolumeModes enumeration in the define:
MCC_SET_VOLUME_MODE, // [int value from EPlaybackVolumeModes enumeration]
is not in this header file, so I left the older header comment:
Set volume mode (0=application, 1=internal, 2=system, 3=disabled)
which may not be accurate anymore.
-
Thanks MrC. I made those corrections and uploaded a new one:
http://www.jriver.com/DevZone/MCCommands.h