1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
|
directory: /media/t/music_clean
library: /media/t/music_clean/beetsmusic.blb
plugins:
- mbsync
- duplicates
- fetchart
- mbcollection
- badfiles
- info
- smartplaylist
- playlist
- mpdupdate
- missing
import:
incremental: true
quiet_fallback: skip
log: /media/t/music_clean/import_log
move: true
write: true
autotag: true
paths:
default: $format/$albumartist/$album/$track $title
singleton: $format/Singletons/$artist - $title
comp: $format/comp/$album/$track $title
musicbrainz:
user: {{ .username.musicbrainz }}
pass: {{ .password.musicbrainz }}
auto: yes
mbcollection:
collection: d1764520-a53c-4144-a95d-f3c1b43afa07
match:
preferred:
countries: ['CA', 'US']
media: ['CD']
playlist:
auto: yes
relative_to: /media/t/music_clean
playlist_dir: /media/t/music_clean/M3U
smartplaylist:
relative_to: /media/t/music_clean
playlist_dir: /var/lib/mpd/playlists.smart
playlists:
- name: bagpipesolo.m3u
query: [ 'album:"The Piper And The Maker"'
, 'artist:"Alasdair Gillies"'
, 'artist:"Allan MacDonald"'
, 'artist:"Andrew Carlisle"'
, 'artist:"Andrew Pitkeathly"'
, 'artist:"Andrew Wright"'
, 'artist:"Angus MacColl"'
, 'artist:"Angus MacKenzie & Gabe McVarish"'
, 'artist:"Anna Murray"'
, 'artist:"Bill Livingstone"'
, 'artist:"Brian Donaldson"'
, 'artist:"Bruce Gandy"'
, 'artist:"Calum MacPherson"'
, 'artist:"Derek Midgley"'
, 'artist:"Donald MacLeod"'
, 'artist:"Donald MacPherson"'
, 'artist:"Dr. Angus MacDonald"'
, 'artist:"Dr. Barrie J. MacLachlan Orme"'
, 'artist:"Duncan MacFadyen"'
, 'artist:"Fin Moore & Simon Bradley"'
, 'artist:"Gary West"'
, 'artist:"Gavin Stoddart"'
, 'artist:"Gordon Duncan"'
, 'artist:"Gordon Walker"'
, 'artist:"Graham Mulholland"'
, 'artist:"Graham Roy"'
, 'artist:"Greg Wilson"'
, 'artist:"Hugh MacCallum"'
, 'artist:"Iain MacDonald & Malcolm Stitt"'
, 'artist:"Iain MacFadyen"'
, 'artist:"Iain MacInnes"'
, 'artist:"Iain Macleod"'
, 'artist:"Iain Morrison"'
, 'artist:"Iain Speirs"'
, 'artist:"Ian K. MacDonald"'
, 'artist:"J. B. Robertson"'
, 'artist:"Jakez Pincet"'
, 'artist:"James Campbell"'
, 'artist:"James Haddow McIntosh"'
, 'artist:"James Murray"'
, 'artist:"John A. MacLellan"'
, 'artist:"John D. Burgess"'
, 'artist:"John Don MacKenzie"'
, 'artist:"John MacDougall of Inverness"'
, 'artist:"John MacDougall"'
, 'artist:"John MacFadyen"'
, 'artist:"John MacLellan"'
, 'artist:"John Wilson"'
, 'artist:"Malcolm Robertson"'
, 'artist:"Malcolm Ross MacPherson"'
, 'artist:"Michael Cusack"'
, 'artist:"Murray Henderson"'
, 'artist:"Niall Matheson"'
, 'artist:"Patrick Molard"'
, 'artist:"Pipe Major"'
, 'artist:"Robert B. Nicol"'
, 'artist:"Robert Reid"'
, 'artist:"Robert U. Brown"'
, 'artist:"Robert Wallace"'
, 'artist:"Roderick MacDonald"'
, 'artist:"Ronnie Lawrie"'
, 'artist:"Tobar An Dualchais"'
, 'artist:"Tom Speirs"'
, 'artist:"William Barrie"'
, 'artist:"William Boyle"'
, 'artist:"William Livingstone"'
, 'artist:"William M. MacDonald"'
, 'artist:"William Macdonald"'
, 'artist:"William McCallum"'
, 'artist:"Willie Connell"'
, 'artist:"Willie Connell; Brad Davidson"'
, 'artist:"Willie Connell; Jay Close"'
, 'artist:"Willie McCallum"'
]
- name: francais.m3u
query: [ 'artist:"Cœur de Pirate"'
, 'artist:"CANO"'
, 'artist:"Félix Leclerc"'
, 'artist:"Harmonium"'
, 'artist:"Jacques Brel"'
, 'artist:"Louane"'
, 'artist:"Pomme"'
, 'artist:"Stéphane Paquette"'
]
- name: added-2023.m3u
query: [ "added:2023 added+" ]
- name: ripped-2023.m3u
query: [ "added:2023 format:flac album+ disc+ track+" ]
- name: added-2020.m3u
query: [ "added:2020" ]
- name: added-2019.m3u
query: [ "added:2019" ]
- name: added-2018.m3u
query: [ "added:2018" ]
|