philippp / albumparser

Derive album titles from a directory tree structure

This URL has Read+Write access

albumparser / config.py
100644 9 lines (8 sloc) 0.261 kb
1
2
3
4
5
6
7
8
9
rootDir = '/Volumes/G-Drive Q/incoming'
audioExtensions = ['mp3', 'flac', 'm4a', 'mp4', 'mpg2', 'wav', 'wma']
dirNameBlacklist = [
    '(\[.*\])*', #square brackets [2008]
    '\([vV\dflac]*\)', #(v0) (flac) etc
    '320',
    'PULSE',
    '[Vv]0']