diff --git a/spotify/update-playlist.sh b/spotify/update-playlist.sh index 9f0387a..daeecb3 100755 --- a/spotify/update-playlist.sh +++ b/spotify/update-playlist.sh @@ -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