-
-
Notifications
You must be signed in to change notification settings - Fork 3
Description
From the command line, it would be nice to be able to print more than one attribute per line for the tracks in a playlist, like Artist Name - Track Name (e.g., Beatles - Here Comes the Sun). I can get lists of albums by artist with roon -l artalbums, and lists of track titles in a playlist with roon -l playtracks -p "Rock", but I haven't been able to get lists of the contents of a playlist with lines that have both artist name and track name.
Or, if the program could print a list of the artist names in a playlist in the same order as the list of track names obtained from roon -l playtracks -p <playlist>, I could write a bash script or R program to merge the files into a single file of lines having the form I want.
[Most people can do this from the Roon apps on their Macs or windows boxes, but I have neither.]