Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 797 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 797 Bytes

CMUS current Song

The cmus-current-song program uses the 'cmus-remote' binary to query the current song that is playing in the CMUS music player. It does not have any configuration options, and simply displays the current song information when run. If no song is currently playing, the program will not display any information.

The program will parse the output of the 'cmus-remote' command to extract the necessary information about the current song, such as the artist, track title, and album. Here is an example of what the output might look like when a song is playing:

$ cmus-current-song

Red Hot Chili Peppers : Copperbelly (02:18/03:44)

Installation

cargo install --path .

IRC client integration

Drop script from irc/$clientname/ where your client expects it.