Add digital media as a preferred media
This commit is contained in:
parent
091389c47d
commit
a9c20fc694
16
config.yaml
16
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
|
||||
|
Loading…
Reference in New Issue
Block a user