feat: add a dupped summary
This commit is contained in:
parent
bd8b0c3cca
commit
3d360a41f7
@ -47,3 +47,6 @@ printf "$ARR dumped it as text on \x1b[35m%s\x1b[0m\n" "$PLAYLIST_TXT"
|
||||
jq -c '.[].track | ( [.id, .name, .album.name, (.album.artists | map(.name))] )' "$PLAYLIST_JSON" \
|
||||
> "$SUM_PLAYLIST_JSON"
|
||||
printf "$ARR dumped summary metadata on \x1b[35m%s\x1b[0m\n" "$SUM_PLAYLIST_JSON"
|
||||
|
||||
printf "Dupped Songs:\n"
|
||||
sort < "$PLAYLIST_TXT" | uniq -d
|
||||
|
Loading…
x
Reference in New Issue
Block a user