musicpom/sample_config.ini

18 lines
539 B
INI

[settings]
db = library.db
library = /path/to/music
reorganize_destination = /where/to/reorganize/to
playlist_auto_export_enabled = 0
playlist_export_path = /where/to/export/to
playlist_path_prefix = /relative/prefix
extensions = mp3,wav,ogg,flac
volume = 100
window_size=1152,894
[table]
# Music table user options
columns = title,artist,album,track_number,genre,album_date,codec,length_ms,filepath
column_ratios = 0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01
# 0 = ascending, 1 = descending
sort_order = artist:0,track_number:0,album:0