feat: add a dupped summary
This commit is contained in:
		@@ -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" \
 | 
					jq -c '.[].track | ( [.id, .name, .album.name, (.album.artists | map(.name))] )' "$PLAYLIST_JSON" \
 | 
				
			||||||
  > "$SUM_PLAYLIST_JSON"
 | 
					  > "$SUM_PLAYLIST_JSON"
 | 
				
			||||||
printf "$ARR dumped summary metadata on \x1b[35m%s\x1b[0m\n" "$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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user