initial commit
This commit is contained in:
commit
fae3d30dbd
26 changed files with 18409 additions and 0 deletions
26
desktop/example-config.toml
Normal file
26
desktop/example-config.toml
Normal file
|
@ -0,0 +1,26 @@
|
|||
[preferences.ui]
|
||||
album_info_show_description = true
|
||||
album_info_show_genre = true
|
||||
album_info_show_narrator = true
|
||||
album_info_show_year = true
|
||||
last_used_volume = 0.5
|
||||
|
||||
[preferences.podcasts]
|
||||
jump_backwards_seconds = 30
|
||||
jump_forward_seconds = 30
|
||||
|
||||
[[libraries]]
|
||||
name = "Audiobooks"
|
||||
path = "/home/joshua/Audiobooks"
|
||||
|
||||
[[libraries]]
|
||||
name = "Music"
|
||||
path = "/home/joshua/Music"
|
||||
|
||||
[[libraries]]
|
||||
name = "Streaming"
|
||||
path = "/home/joshua/StreamingMusic"
|
||||
|
||||
[[libraries]]
|
||||
name = "Podcasts"
|
||||
path = "/home/joshua/Podcasts"
|
Loading…
Add table
Add a link
Reference in a new issue