Skip to content

Instantly share code, notes, and snippets.

@GuilhermeHideki
Last active July 26, 2017 22:35
Show Gist options
  • Save GuilhermeHideki/a3821882666b64d65798 to your computer and use it in GitHub Desktop.
Save GuilhermeHideki/a3821882666b64d65798 to your computer and use it in GitHub Desktop.
cookbook.beets
# The 1º uniq is to reduce the data to the grep, because data_souce is at item's level
# The 2º uniq is because somehow I get duplicates
# Added the Album Artist to sort
beet ls -f "$data_source | $albumartist - $album ($year)" | uniq | grep Discogs | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment