oops forgot to remove config.toml

This commit is contained in:
Jill 2021-10-21 19:29:14 +03:00
parent 31c1fb8a11
commit 1a6ad4790d
2 changed files with 1 additions and 34 deletions

2
.gitignore vendored
View File

@ -145,4 +145,4 @@ dist
.nfs*
data/**
config.json
config.toml

View File

@ -1,33 +0,0 @@
[timer]
# the time before a downloaded file is cleaned off the data folder
deleteTimer = 1500000 # 25 minutes
[server]
port = 4500
[limits]
# the max amount of search results to send to the client
searchLimit = 15
[deemix]
# the format of the song to download
# can be "FLAC", "MP3_320", "MP3_128" or "DEFAULT"
trackFormat = "FLAC"
# templates for the folder and file names
trackNameTemplate = "%artist% - %title%"
albumTrackNameTemplate = "%tracknumber%. %artist% - %title%"
albumNameTemplate = "%artist% - %album%"
# create a m3u8 playlist file or not
createM3U8File = false
# cover art settings
# embed cover art in the music files themselves
embeddedArtworkPNG = true
embeddedArtworkSize = 800
# put the cover art file inside of the folder
saveArtwork = true
localArtworkSize = 1200
localArtworkFormat = "jpg"
jpegImageQuality = 80
removeDuplicateArtists = true