Skip to content

Instantly share code, notes, and snippets.

View kostabekre's full-sized avatar
🟣

Konstantin Bekrenyov kostabekre

🟣
View GitHub Profile
@kostabekre
kostabekre / gist:ecf2fd31adc53035363c22ee9e61acae
Last active February 24, 2023 06:20 — forked from Markus00000/gist:ad8c0ff46290f9dc2887
Song ratings with playlists in cmus
#!/bin/bash
# Usage: cmus-rate [1-5]
#
# Rate tracks playing in cmus and add them to corresponding playlists.
#
# The track currently playing in cmus is added to an M3U playlist corresponding
# to the given rating ("[1-5].m3u") and removed from any other rating playlist.
# If no argument is given, the track is removed from all rating playlists.
#
# The playlists are kept sorted.