Skip to content

Instantly share code, notes, and snippets.

@mrmwiebe
Last active June 25, 2016 03:36
Show Gist options
  • Save mrmwiebe/3078a7f0a6e61047c2280150c275c63b to your computer and use it in GitHub Desktop.
Save mrmwiebe/3078a7f0a6e61047c2280150c275c63b to your computer and use it in GitHub Desktop.
Options for Winnitron
{
"launcher": {
"widescreen": "true",
"forceMode": "none"
},
"defaultFolders": {
"root": "dataPath",
"playlists": "/Playlists",
"music": "/Music",
"sync": "/Sync",
"attract": "/Attract",
"syncBat": "/Sync/bin"
}
}
@mrmwiebe
Copy link
Author

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

@mrmwiebe
Copy link
Author

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