19 lines
593 B
INI
19 lines
593 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_seconds,filepath
|
|
column_widths = 181,116,222,76,74,72,287,150,100
|
|
column_ratios = 0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01
|
|
# 0 = no sort, 1 = ascending, 2 = descending
|
|
sort_orders = 0,1,1,1,0,0,0,0,0
|