INTERACT FORUM

More => Old Versions => JRiver Media Center 31 for Windows => Topic started by: mattkhan on May 06, 2023, 08:05:28 am

Title: [REQ] Allow user to specify fields to include in /MCWS/v1/Playback/Info
Post by: mattkhan on May 06, 2023, 08:05:28 am
e.g. /MCWS/v1/Playback/Info?Fields=AnotherField,MyField

it's a way to avoid having to make an additional call to Files/GetInfo just to get some info about the currently playing file
Title: Re: [REQ] Allow user to specify fields to include in /MCWS/v1/Playback/Info
Post by: eve on May 09, 2023, 09:43:55 am
e.g. /MCWS/v1/Playback/Info?Fields=AnotherField,MyField

it's a way to avoid having to make an additional call to Files/GetInfo just to get some info about the currently playing file

+1!

Title: Re: [REQ] Allow user to specify fields to include in /MCWS/v1/Playback/Info
Post by: Matt on May 31, 2023, 08:13:55 am
We'll add this to the next build.  Thanks for the suggestion.

NEW: Added a Fields parameter to the MCWS Playback/Info so you can request any number of additional fields for the playing file.
Title: Re: [REQ] Allow user to specify fields to include in /MCWS/v1/Playback/Info
Post by: mattkhan on May 31, 2023, 08:33:00 am
nice, thanks
Title: Re: [REQ] Allow user to specify fields to include in /MCWS/v1/Playback/Info
Post by: eve on May 31, 2023, 12:55:27 pm
We'll add this to the next build.  Thanks for the suggestion.

NEW: Added a Fields parameter to the MCWS Playback/Info so you can request any number of additional fields for the playing file.

Sick
Title: Re: [REQ] Allow user to specify fields to include in /MCWS/v1/Playback/Info
Post by: terrym@tassie on June 08, 2023, 05:18:37 pm
Hi Matt,
Oliver Twist here (Can I have some more?)
Thanks for this great new feature but is there any chance that the format of the additional fields can be specified?
File/Getinfo defaults to unformatted fields but formatted can be selected.
Playback/Info is returning additional fields as formatted only.


EDIT: Request fulfilled here: https://yabb.jriver.com/interact/index.php/topic,136386.msg944718.html#msg944718


Thanks Matt!
Title: Re: [REQ] Allow user to specify fields to include in /MCWS/v1/Playback/Info
Post by: MrBiff on June 23, 2023, 04:25:21 pm
Is this correct:

http://127.0.0.1:52199/MCWS/v1/Playback/Info?Fields=Genre,Composer

It is not working for me.

A single field works.

http://127.0.0.1:52199/MCWS/v1/Playback/Info?Fields=Genre
Title: Re: [REQ] Allow user to specify fields to include in /MCWS/v1/Playback/Info
Post by: mattkhan on June 23, 2023, 04:28:03 pm
It's Semi colon separated for the field list