Last active
June 25, 2016 03:36
-
-
Save mrmwiebe/3078a7f0a6e61047c2280150c275c63b to your computer and use it in GitHub Desktop.
Options for Winnitron
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"launcher": { | |
"widescreen": "true", | |
"forceMode": "none" | |
}, | |
"defaultFolders": { | |
"root": "dataPath", | |
"playlists": "/Playlists", | |
"music": "/Music", | |
"sync": "/Sync", | |
"attract": "/Attract", | |
"syncBat": "/Sync/bin" | |
} | |
} |
defaultFolders
"data" - leave empty to use the standard winnitron_data folder where subfolders will be. fill in an absolute path to specify folder.
The rest are relative to the data folder.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
forceMode options:
"local" - doesn't use the sync option, assumes all folders are local in case you want to make sure it doesn't use sync options
"remote" - deletes all folders regardless if they are local or not and only uses the remote playlists etc.
"none" - normal mode. playlist folders with a underscore are local and ignored by sync program, all others are managed by sync script