INTERACT FORUM

More => Old Versions => JRiver Media Center 24 for Linux => Topic started by: drmimosa on December 29, 2018, 07:16:37 am

Title: DSP presets don't save adaptive volume settings
Post by: drmimosa on December 29, 2018, 07:16:37 am
Hello, and Happy Holidays to the JRiver team.

I'm not sure if this is a just Linux problem, but I've tested it on an i7 and a RaspPi.

DSP presets don't save adaptive volume settings. For example, if I check "Adaptive Volume" and click "Night Mode" and save a preset "Night", it won't activate when I load the preset.

I'm trying to make a MCWS switch for night mode and small speaker mode.

Thanks!
Title: Re: DSP presets don't save adaptive volume settings
Post by: drmimosa on December 29, 2018, 07:19:18 am
OK never mind. Found this functionality under a different MCWS call:

Code: [Select]
  SetAdaptiveVolume
         Set the adaptive volume setting.
         Parameters:
            Strength: The strength (1, 2, or 3 or 0 for off). (default: )
            Zone: The zone the command is targetted for. (default: -1)
            ZoneType: The type of value provided in 'Zone' (ID: zone id; Index: zone index; Name: zone name). (default: ID)
         Response:
         Examples:
            Set to night mode.

Maybe it would still be useful to expand the DSP presets to include everything in the DSP menu's left hand check boxes.
Title: Re: DSP presets don't save adaptive volume settings
Post by: drmimosa on December 29, 2018, 07:47:47 pm
Something may be wrong with the Linux MCWS calls for DSP.

They only seem to work if I make the call, then click on the DSP menu. If I send the MCWS request alone, nothing happens. Can anyone duplicate this?

Also, seriously no rush. Happy New Years to all!
Title: Re: DSP presets...(Solved)
Post by: drmimosa on January 01, 2019, 03:44:44 pm
Hi, I figured this out everything works. I didn't realize you have to switch on DSP with a separate MCWS request, then select Night Mode with the above request.

Code: [Select]
/MCWS/v1/DSP/Set?DSP=Adaptive%20Volume&On=1
Title: Re: DSP presets don't save adaptive volume settings
Post by: bob on January 04, 2019, 08:41:52 am
I can't seem to duplicate the issue with the DSP load/save settings unless I'm not understanding it properly.

If I set night mode under adaptive volume then save that out as night. Exit MC, restart it load the preset and it's still set to night mode.