musicpom/sample_config.ini
tsi-billypom aea3a6cdc3 what
2024-08-16 11:16:55 -04:00

18 lines
400 B
INI

[db]
# The library database file
database = db/library.db
[directories]
# Useful paths to have stored
library = /path/to/music
reorganize_destination = /where/to/reorganize/to
[settings]
# Which file types are scanned
extensions = mp3,wav,ogg,flac
[table]
# Music table options
columns = title,artist,album,track_number,genre,codec,album_date,filepath
column_widths = 181,116,222,76,74,72,287,150