You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New release which uses the latest versions of crates and Rust.
Use latest Rust edition 2021
Replaced clap with pico-args (Smaller binary, less crates)
Updated mpris crate
Strip binary via cargo profile
Use cargo fmt to format the code
Added workflow to build and upload binary to releases
Note: The previous version didn't allowed the subcommands to be used
as the first argument, but it now can! It still supports the old format
to be backwards compatible, but i prefer to use the subcommand as the
first argument my self.
(commit: 3a7c346)
With a nice contribution from @treeshateorcs mpris-control now supports player selection and nicer command line usage.
I Also made it possible to trigger multiple or all MPRIS players at once, nice if you want to have a pause or stop all function.