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
|
# ratelimit: 100
|
||||||
|
|
||||||
import:
|
import:
|
||||||
move: yes
|
move: true
|
||||||
write: yes
|
write: true
|
||||||
log: import.log
|
log: import.log
|
||||||
|
|
||||||
asciify_paths: yes
|
asciify_paths: true
|
||||||
|
|
||||||
paths:
|
paths:
|
||||||
singleton: $artist/Unknown/$title
|
singleton: $artist/Unknown/$title
|
||||||
@ -20,8 +20,8 @@ match:
|
|||||||
missing_tracks: strong # I have a lot of these
|
missing_tracks: strong # I have a lot of these
|
||||||
preferred:
|
preferred:
|
||||||
countries: ['US', 'GB|UK']
|
countries: ['US', 'GB|UK']
|
||||||
media: ['CD']
|
media: ['CD', 'Digital Media']
|
||||||
original_year: yes
|
original_year: true
|
||||||
required:
|
required:
|
||||||
- artist
|
- artist
|
||||||
|
|
||||||
@ -35,10 +35,10 @@ plugins:
|
|||||||
- edit
|
- edit
|
||||||
|
|
||||||
fetchart:
|
fetchart:
|
||||||
cautious: yes
|
cautious: true
|
||||||
|
|
||||||
lastgenre:
|
lastgenre:
|
||||||
# prefer_specific: yes
|
# prefer_specific: true
|
||||||
count: 2
|
count: 2
|
||||||
|
|
||||||
duplicates:
|
duplicates:
|
||||||
@ -46,5 +46,5 @@ duplicates:
|
|||||||
items: ['bitrate']
|
items: ['bitrate']
|
||||||
|
|
||||||
play:
|
play:
|
||||||
raw: yes
|
raw: true
|
||||||
command: ./play.sh
|
command: ./play.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user