# djmix-albums.txt — albums to include in the djmix.m3u8 exclusion playlist # # Each non-comment line is a beet query for one album. Lines without a pipe (|) # are passed as a single beet query argument. Lines containing | are split on | # and each part is passed as a separate beet query term (ANDed together). # # Use | to combine an album-artist and an album constraint, for example: # albumartist::Some Artist | album:Some Live Set 2024 # # Single-field lines with spaces work fine as one argument, because beet treats # the whole string after the colon as the value. Do not split names on commas. # # To find the exact album name in your own library first: # beet ls -f '$albumartist|$album' 'artist:Name' | sort -u # Then add a line and run the DJ-mix playlist job. # # This file ships empty. Add your own albums below, for example: # # album:Some Live Set 2024 # albumartist::Some Artist | album:Secret Show 2023