|
22 | 22 | path: Base download directory |
23 | 23 | convert_to_alac: Converts a .flac file to an ALAC .m4a file (requires ffmpeg) |
24 | 24 | lyrics: Enable lyrics tagging and synced lyrics as .lrc download using the Deezer API (from https://codeberg.org/RemixDev/deemix) |
25 | | -Format variables are {title}, {artist}, {album}, {tracknumber}. |
| 25 | +Format variables are {title}, {artist}, {album}, {tracknumber}, {discnumber}, {date}, {quality}, {explicit} |
| 26 | +{quality} has a whitespaces in front, so it will look like this " [Dolby Atmos]", " [360]" or " [M]" according to the downloaded quality |
| 27 | +{explicit} has a whitespaces in front, so it will look like this " [E]" |
26 | 28 | track_format: How tracks are formatted. The relevant extension is appended to the end. |
27 | 29 | album_format: Base album directory - tracks and cover art are stored here. May have slashes in it, for instance {artist}/{album}. |
28 | 30 |
|
|
64 | 66 | "tries": 5, |
65 | 67 | "path": path, |
66 | 68 | "track_format": "{tracknumber} - {title}", |
67 | | - "album_format": "{albumartist} - {album}", |
| 69 | + "album_format": "{albumartist} - {album}{quality}{explicit}", |
68 | 70 | "convert_to_alac": False, |
69 | 71 | "lyrics": True, |
70 | 72 | "lyrics_provider_order": ["Deezer", "musiXmatch"], |
|
87 | 89 | "tries": 5, |
88 | 90 | "path": path, |
89 | 91 | "track_format": "{tracknumber} - {title}", |
90 | | - "album_format": "{albumartist} - {album}", |
| 92 | + "album_format": "{albumartist} - {album}{quality}{explicit}", |
91 | 93 | "convert_to_alac": True, |
92 | 94 | "lyrics": True, |
93 | 95 | "lyrics_provider_order": ["Deezer", "musiXmatch"], |
|
99 | 101 | "AAC_96": True |
100 | 102 | }, |
101 | 103 |
|
102 | | - # This preset will allow FLAC_16 and MQA files only |
103 | | - "mqa_flac": { |
104 | | - "keep_cover_jpg": True, |
105 | | - "embed_album_art": True, |
106 | | - "save_album_json": False, |
107 | | - "tries": 5, |
108 | | - "path": path, |
109 | | - "track_format": "{tracknumber} - {title}", |
110 | | - "album_format": "{albumartist} - {album}", |
111 | | - "convert_to_alac": False, |
112 | | - "lyrics": True, |
113 | | - "lyrics_provider_order": ["Deezer", "musiXmatch"], |
114 | | - "artwork_size": 3000, |
115 | | - "resolution": 1080, |
116 | | - "MQA_FLAC_24": True, |
117 | | - "FLAC_16": True, |
118 | | - "AAC_320": False, |
119 | | - "AAC_96": False |
120 | | - }, |
121 | | - |
122 | | - # This preset will only download MQA |
123 | | - "MQA": { |
124 | | - "keep_cover_jpg": True, |
125 | | - "embed_album_art": True, |
126 | | - "save_album_json": False, |
127 | | - "tries": 5, |
128 | | - "path": path, |
129 | | - "track_format": "{tracknumber} - {title}", |
130 | | - "album_format": "{albumartist} - {album}", |
131 | | - "convert_to_alac": False, |
132 | | - "lyrics": True, |
133 | | - "lyrics_provider_order": ["Deezer", "musiXmatch"], |
134 | | - "artwork_size": 3000, |
135 | | - "resolution": 1080, |
136 | | - "MQA_FLAC_24": True, |
137 | | - "FLAC_16": False, |
138 | | - "AAC_320": False, |
139 | | - "AAC_96": False |
140 | | - }, |
141 | | - |
142 | | - |
143 | 104 | # This preset will only download FLAC 16 |
144 | 105 | "FLAC": { |
145 | 106 | "keep_cover_jpg": True, |
|
148 | 109 | "tries": 5, |
149 | 110 | "path": path, |
150 | 111 | "track_format": "{tracknumber} - {title}", |
151 | | - "album_format": "{albumartist} - {album}", |
| 112 | + "album_format": "{albumartist} - {album}{quality}{explicit}", |
152 | 113 | "convert_to_alac": False, |
153 | 114 | "lyrics": True, |
154 | 115 | "lyrics_provider_order": ["Deezer", "musiXmatch"], |
|
159 | 120 | "AAC_320": False, |
160 | 121 | "AAC_96": False |
161 | 122 | }, |
162 | | - |
163 | | - |
164 | | - # This preset will only download AAC ~320 |
165 | | - "320": { |
166 | | - "keep_cover_jpg": True, |
167 | | - "embed_album_art": True, |
168 | | - "save_album_json": False, |
169 | | - "tries": 5, |
170 | | - "path": path, |
171 | | - "track_format": "{tracknumber} - {title}", |
172 | | - "album_format": "{albumartist} - {album}", |
173 | | - "convert_to_alac": False, |
174 | | - "lyrics": True, |
175 | | - "lyrics_provider_order": ["Deezer", "musiXmatch"], |
176 | | - "artwork_size": 3000, |
177 | | - "resolution": 1080, |
178 | | - "MQA_FLAC_24": False, |
179 | | - "FLAC_16": False, |
180 | | - "AAC_320": True, |
181 | | - "AAC_96": False |
182 | | - }, |
183 | | - |
184 | | - |
185 | | - # This preset will only download AAC ~96 |
186 | | - "96": { |
187 | | - "keep_cover_jpg": True, |
188 | | - "embed_album_art": True, |
189 | | - "save_album_json": False, |
190 | | - "tries": 5, |
191 | | - "path": path, |
192 | | - "track_format": "{tracknumber} - {title}", |
193 | | - "album_format": "{albumartist} - {album}", |
194 | | - "convert_to_alac": False, |
195 | | - "lyrics": True, |
196 | | - "lyrics_provider_order": ["Deezer", "musiXmatch"], |
197 | | - "artwork_size": 3000, |
198 | | - "resolution": 1080, |
199 | | - "MQA_FLAC_24": False, |
200 | | - "FLAC_16": False, |
201 | | - "AAC_320": False, |
202 | | - "AAC_96": True |
203 | | - }, |
204 | 123 | } |
0 commit comments