Switch between VLC configurations
This is a small Python CLI utility used to switch between configuration files on VLC. This is helpful for if you have one for production and one for testing to show more information.
- Clone the repository via Git (
git clone https://github.com/vocauk/vlc-switch-config
) or download it via "Code" -> "Download ZIP" on the GitHub UI cd
into the directory in a terminal- Install dependencies with
pip install -r requirements.txt
- Run
python switchconfig.py to <configname>
to switch to a config, andpython switchconfig.py revert
to revert to your previous one
Note: this is optional, but it makes it easier to run on new Windows devices
- Run
build_win.bat
Note: you probably don't need this, but it might make it easier for you
- Run
build_linux.sh