feat: Implement MPRIS Source

This commit is contained in:
FoxxMD 2023-03-02 12:57:29 -05:00
parent 285f593a0f
commit 5ae79deca4
14 changed files with 654 additions and 6 deletions

View file

@ -0,0 +1,9 @@
[
{
"name": "ubuntu",
"data": {
"whitelist": ["vlc", "mpd"],
"blacklist": ["spotify"]
}
}
]