INTERACT FORUM

Windows => Plug-in Development => Topic started by: CommandFusion on September 25, 2012, 02:12:39 am

Title: MCWS - MCC_CONTINUOUS - stop after each item
Post 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.
Title: Re: MCWS - MCC_CONTINUOUS - stop after each item
Post by: MrC on September 25, 2012, 03:05:22 am
I'll add it in the morning.
Title: Re: MCWS - MCC_CONTINUOUS - stop after each item
Post by: MrC on September 25, 2012, 03:33:18 pm
@Matt - do you have a new mcccommands.h so I can confirm this, and other changes?
Title: Re: MCWS - MCC_CONTINUOUS - stop after each item
Post by: Matt on September 25, 2012, 05:08:54 pm
Thanks MrC.

I just uploaded the latest MCCommands.h here:
http://www.jriver.com/DevZone/MCCommands.h
Title: Re: MCWS - MCC_CONTINUOUS - stop after each item
Post by: MrC on September 25, 2012, 09:46:57 pm
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.
Title: Re: MCWS - MCC_CONTINUOUS - stop after each item
Post by: Matt on September 26, 2012, 03:23:39 pm
Thanks MrC.  I made those corrections and uploaded a new one:
http://www.jriver.com/DevZone/MCCommands.h