diff --git a/.gitignore b/.gitignore index 2cda530..1f3e6da 100644 --- a/.gitignore +++ b/.gitignore @@ -145,4 +145,4 @@ dist .nfs* data/** -config.json \ No newline at end of file +config.toml \ No newline at end of file diff --git a/config.toml b/config.toml deleted file mode 100644 index 91eddb9..0000000 --- a/config.toml +++ /dev/null @@ -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 \ No newline at end of file