Add support for MPRIS

This commit is contained in:
Elias Projahn 2021-02-05 00:50:27 +01:00
parent 9256e60122
commit b9b0b61319
5 changed files with 102 additions and 8 deletions

View file

@ -10,6 +10,7 @@ gio = "0.9.1"
glib = "0.10.3"
gstreamer = "0.16.4"
gstreamer-player = "0.16.3"
mpris-player = "0.6.0"
musicus_client = { version = "0.1.0", path = "../musicus_client" }
musicus_database = { version = "0.1.0", path = "../musicus_database" }
secret-service = "2.0.1"