diff --git a/config.yaml b/config.yaml index ba1ba67..a83e1c7 100644 --- a/config.yaml +++ b/config.yaml @@ -6,11 +6,11 @@ # ratelimit: 100 import: - move: yes - write: yes + move: true + write: true log: import.log -asciify_paths: yes +asciify_paths: true paths: singleton: $artist/Unknown/$title @@ -20,8 +20,8 @@ match: missing_tracks: strong # I have a lot of these preferred: countries: ['US', 'GB|UK'] - media: ['CD'] - original_year: yes + media: ['CD', 'Digital Media'] + original_year: true required: - artist @@ -35,10 +35,10 @@ plugins: - edit fetchart: - cautious: yes + cautious: true lastgenre: - # prefer_specific: yes + # prefer_specific: true count: 2 duplicates: @@ -46,5 +46,5 @@ duplicates: items: ['bitrate'] play: - raw: yes + raw: true command: ./play.sh