mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-04-28 11:49:57 +00:00
* QoL improvement -- Instead of needing to rename a config file so it is not read by MS a user can now use the 'enable' property in all source/client configs to enable or disable loading the config * Added property to all config examples
10 lines
140 B
JSON
10 lines
140 B
JSON
[
|
|
{
|
|
"name": "ubuntu",
|
|
"enable": true,
|
|
"data": {
|
|
"whitelist": ["vlc", "mpd"],
|
|
"blacklist": ["spotify"]
|
|
}
|
|
}
|
|
]
|