playerctl
playerctl copied to clipboard
Add support for playerctlrc file
Instead of having to specify the same options each time, common options (e.g. --ignore-player) may be placed inside $HOME/.playerctlrc (or globally in /etc/playerctlrc). These options are parsed before cli arguments, making it possible for manual override.
I made this patch to scratch my own itch so I didn't bother with updating the man file and readme, but I'd be glad to do it if you choose to accept the PR.
The CI tests are failing for some reason, but I don't think my changes did this. I'm seeing the same errors in master when running the docker container locally. Do you know what's going on there, @acrisci?