player: Implement MPRIS

This commit is contained in:
Elias Projahn 2023-11-03 18:20:41 +01:00
parent c378305465
commit 31144dff46
6 changed files with 213 additions and 67 deletions

View file

@ -11,6 +11,7 @@ gettext-rs = { version = "0.7", features = ["gettext-system"] }
gstreamer-player = "0.21"
gtk = { package = "gtk4", version = "0.7", features = ["v4_12", "blueprint"] }
log = "0.4"
mpris-player = "0.6"
once_cell = "1"
rand = "0.8"
rusqlite = { version = "0.29", features = ["bundled"] }