EDIT: MC 27.0.46 (and greater) now allows DSP settings to be saved to file in DSP Studio
Still no selective or partial load of settings however, which this utility supportsI am sharing this utility Powershell script in response to this post here:
https://yabb.jriver.com/interact/index.php?topic=123362.0The MC-DSP.ps1 Powershell script enables file based transfer of DSP settings between systems and major versions of Media Center.
It is used in conjunction with Media Center DSP Studio.
MC-DSP exports the registry keys and properties of a DSP preset as Powershell custom objects to an XML format file.
MC-DSP imports the custom objects from the XML file and creates or overwrites DSP preset entries in the registry.
MC-DSP can filter the keys and properties that are imported to give finer control of the DSP settings that are modified when a DSP preset is loaded by DSP Studio.
------- Using MC-DSP with DSP Studio -------
The process is:
1. Use DSP Studio to Save a DSP preset with the settings required.
2. Use MC-DSP to export the saved DSP preset to an XML file.
3. Use MC-DSP to import either all or a subset of the DSP preset from the file and either create a new DSP preset (recommended) or overwrite an existing saved DSP preset.
4. Finally use DSP Studio to Load the DSP preset that has been created or modified in step 3.
------- Suggested uses for MC-DSP: -------
Copying all the settings from a DSP preset on one system and restoring them on another.
Creating a preset that ONLY loads Parametric Equalizer and Parameteric Equalizer 2 (if used) settings and leaves all other settings untouched.
Importing Parametric Equalizer settings to Parametric Equalizer 2: this allows for quick comparison of filter settings.
Creating a preset that ONLY loads a specific DSP setting such as 'Room Correction' and leaves all other settings untouched.
Copying DSP settings between different versions of Media Center, for example from MC25 to MC26.
For full details please read MC-DSP-Overview.txt attached to this post.
For information on installing the script please read MC-DSP-installation.txt
The script and associated files are contained in the attached zip file MC-DSP.zip
I think this is of minority interest but I hope it may useful to some.
Terry