Releases: mariusor/mpris-ctl
There's no higher number
Those who seek, will find
What's Changed
-
Add "seek" command capable of back or forward seeking into current track.
-
Improve active/inactive/named player selection for commands.
-
Improve documentation.
New Contributors
Full Changelog: v0.8.6...v0.9
The "Backstreet's back all right"
Fix a crash when loading player names from the --player
flag.
Many thanx and apologies to github users @vaygr and @JosefLitos for the bug reports and reminders.
Full Changelog: v0.8.5...v0.8.6
Comments can be long
Fixing some issues with copying strings (that's what I get for using C)
Improving buffer sizes, because sometimes the comments can be quite large
A stopped player is wrong twice a day
Changed default from effecting commands to all existing players to only active ones.
Now it requires explicit setting the falg --player inactive
to do it for inactive ones.
The "segfaults are bad"
A fix for segfaults when meeting unregognized long form parameters in the command line
Some improvements to the CI pipeline - as in, we have one now
The "we got contributors"
Small improvement to output and to player name matching.
Most importantly we stopped outputting the info command to stderr
, many thanx to @nedludd for the fix.
The more you fix things the more you break them
Fixing some memory access issues shown by the memory sanitizer
Fix broken --player <name>
option, which was defaulting to all players.
v0.8.0: Who needs memory allocations anyway
Added support for loading information / sending commands to multiple players that can be specified by name, or by play status.
Stopped dynamically allocating of strings, they are now char arrays on stack and are being copied with memcpy.
Improvements to CI pipeline.
There is nothing more important than art
Added %art_url
format specifier for the info command.