Rust daemon that skips rap songs in (not only) Spotify radios via MPRIS and MusicBrainz
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"blacklist": {
|
|
|
|
"tag": [],
|
|
|
|
"tag_partial": ["hip-hop", "hip hop", "rap"],
|
|
|
|
"artist": ["Higher Brothers"]
|
|
|
|
},
|
|
|
|
"whitelist": {
|
|
|
|
"tag": [],
|
|
|
|
"artist": []
|
|
|
|
},
|
|
|
|
"logging": "info",
|
|
|
|
"allowed_players": [],
|
|
|
|
"artist_min_score": 95,
|
|
|
|
"max_artists_per_track": 3,
|
|
|
|
"player_find_interval_ms": 2500,
|
|
|
|
"cooldown_ms": 500,
|
|
|
|
"api_timeout_ms": 2000,
|
|
|
|
"allow_by_default": true
|
|
|
|
}
|