Recently, I've been messing about a lot with my MP3 library.
This has been partly prompted by the lack of an interface to the 32Gb Ipod Touches my wife and I now own. (No refelection on JRiver, it seems a lot of developers have the same issues).
Anyhoo, I have been playing with Media Jukebox 12, and it didn't seem to want to play nicely with my GForce and Whitecap (from Soundspectrum) visualisations.
If you check the registry, you will find the following keys:
HKEY_LOCAL_MACHINE\SOFTWARE\JRiver\Media Jukebox\Plugins\Display\G-Force
HKEY_LOCAL_MACHINE\SOFTWARE\JRiver\Media Jukebox\Plugins\Display\WhiteCap
The "REAL" registry entries for MJ12 seem to be located here
HKEY_LOCAL_MACHINE\SOFTWARE\JRiver\Media Jukebox 12\Plugins\Display
Note the reference to "Media Jukebox 12" instead of just "Media Jukebox"
So, I just did an export of the two keys in the registry editor, modified the lines in the .reg export files like this
[HKEY_LOCAL_MACHINE\SOFTWARE\JRiver\Media Jukebox\Plugins\Display\G-Force]
becomes
[HKEY_LOCAL_MACHINE\SOFTWARE\JRiver\Media Jukebox 12\Plugins\Display\G-Force]
AND
[HKEY_LOCAL_MACHINE\SOFTWARE\JRiver\Media Jukebox\Plugins\Display\WhiteCap]
becomes
[HKEY_LOCAL_MACHINE\SOFTWARE\JRiver\Media Jukebox 12\Plugins\Display\WhiteCap]
Then, simply double-click the .reg files after modifying them, and re-start MJ12, and both visualisations will work as expected.