Releases: mariusor/mpris-ctl
The -Wall is the quiet type sometimes
Fixes for #11, which might be triggered by makepgk's append of -fstack-protector-strong
when building.
The late night session
Fixed an annoying memory leak(bleed?) when loading the namespace of the player
The case of the missing inits
Fixed some issues when we were freeing incorrectly initialized
dbus_error structs.
Fixed loading the metadata.length property
Fixed how we output the position and track length properties
More goto's than basic
Fixed issue #9.
Using goto's for memory freeing of DBus resources in a couple of functions. However, it could use some more refactoring, as there's a lot of code duplication.
I know your name
Corrected the %player_name
specifier to load the information from the MPRIS Identity property, instead of relying on the bus name.
This ensures that the player establishes what name is displayed.
The free from memleaks
Fixed the memory leaks in the DBus handling code.
Still in the dark
Previous version was crashing like crazy, so I want to see if today it's a better day to code.
Still having trouble with C'isms related to pointer passing as function arguments.
I guess that's what they call it learning.
I don't know what I'm doing (again)
Fixes last two coverity issues.
Removes %comment
output specifier.
Coverity no more
Fixed all the high priority defects reported by coverity scan.
2/8 remaining.
%comment(s) are good
Just adding the %comment
specifier to the info command.