## Music Control Tip ![Media Controls](pic/playerctl.png) Did you know that you can "blacklist" songs on Spotify, by automatically skipping them? Or automatically switch to the next online radio station when there is a song you don't like. Or skip songs containing `Live` in title, because I still can not undertand why people put such things on the web. Basically, any media control automation you can imagine. All you need is a [playerctl](https://github.com/altdesktop/playerctl#readme). What it does, it allows to listen media for player events, for example, do action on song change. Also, it allows universal control of media players, for example pausing or skipping the song. Works with any player with MPRIS D-Bus support, so VLC, Spotify, Youtube in the browser, etc. You can write scripts in [Bash](https://github.com/altdesktop/playerctl#following-changes) or [Python](https://github.com/altdesktop/playerctl#example-python-script) (for Python bindings install `libplayerctl-dev gir1.2-playerctl-2.0`). 🏷️Tip 🏷️CLI 🏷️Spotify 🏷️Audio