Skip to content

Commit

Permalink
Experimental mpris server dbus service
Browse files Browse the repository at this point in the history
  • Loading branch information
compenguy committed Dec 29, 2024
1 parent a6a9a02 commit a5445a3
Show file tree
Hide file tree
Showing 4 changed files with 380 additions and 24 deletions.
201 changes: 190 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repository = "https://github.com/compenguy/panharmonicon"

[features]
default = ["emoji_labels"]
mpris_server = ["dep:mpris-server"]
emoji_labels = []

[dependencies]
Expand All @@ -33,6 +34,7 @@ async-broadcast = "0.7"
redlux = { version = "0.7", git = "https://github.com/compenguy/redlux.git" }
mp4ameta = "0.11"
cursive = { version = "0.20", default-features = false, features = ["crossterm-backend", "toml"] }
mpris-server = { version = "0.8", optional = true }
rand = "0.8"

[target.'cfg(windows)'.build-dependencies]
Expand Down
Loading

0 comments on commit a5445a3

Please sign in to comment.