I installed 32-bit and 64-bit VLC to try to have two configs but apparently they both share the same config file in %AppData%vlc. That is unfortunate. Is there a way I could "hack" one of the VLC installations, say, the 32-bit version, to specify a different location/path for the config file? I need the actual .EXE and not a shortcut to point to a 2nd config file so I can have 2 configs, one for audio and one for video. Shortcuts will not work for this usage.
I need something like this:
VIDEO = "C:\Program Files\VideoLAN\VLC" -----> points to "%AppData\Roaming\vlc\vlcrc"
AUDIO = "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -----> points to "%AppData\Roaming\vlc\vlcrc2"
Any ideas?
Thank you.