mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-02 13:41:21 +00:00
feat: Implement MPRIS Source
This commit is contained in:
parent
285f593a0f
commit
5ae79deca4
14 changed files with 654 additions and 6 deletions
9
config/mpris.json.example
Normal file
9
config/mpris.json.example
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[
|
||||
{
|
||||
"name": "ubuntu",
|
||||
"data": {
|
||||
"whitelist": ["vlc", "mpd"],
|
||||
"blacklist": ["spotify"]
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue