INTERACT FORUM

More => Old Versions => JRiver Media Center 33 for Windows => Topic started by: mattkhan on October 17, 2024, 02:03:32 am

Title: [REQ] Provide an MCWS call that just tells you if playing in direct mode or not
Post by: mattkhan on October 17, 2024, 02:03:32 am
currently this is accessible via AudioPath but this can return an arbitrarily large document (in my case, it's nearly 40k per call as audiopath itself has 320 lines) so is relatively expensive to process particularly when you only want the direct flag

this is for the HA integration btw
Title: Re: [REQ] Provide an MCWS call that just tells you if playing in direct mode or not
Post by: Matt on October 17, 2024, 08:51:08 am
Next build:
NEW: Added the MCWS function Playback/AudioPathDirect to check for direct playback (also returned from Playback/AudioPath, but that returns lots more).

Thanks for the suggestion.
Title: Re: [REQ] Provide an MCWS call that just tells you if playing in direct mode or not
Post by: mattkhan on October 17, 2024, 09:21:37 am
Great, thanks