Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
7 år sedan | |
---|---|---|
src | 7 år sedan | |
.gitignore | 7 år sedan | |
Cargo.lock | 7 år sedan | |
Cargo.toml | 7 år sedan | |
README.md | 7 år sedan | |
rapblock.example.json | 7 år sedan |
README.md
RapBlock
This is a daemon that auto-skips rap and hip-hop songs on Spotify via MPRIS.
Music genre is determined using the MusicBrainz JSON API, as that is not reported via MPRIS.
Compatibility
This daemon should work with any MPRIS compatible player, so long as it reports artist names in the TrackChanged event metadata.
Customization
You can easily modify this to skip e.g. folk, country or any other genre. Just change the
BAD_GENRES
list in src/brainz.rs
.