1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-03-04 10:38:18 +00:00
ympd/contrib/mympd.conf.dist
2018-09-24 23:27:24 +01:00

53 lines
1021 B
Plaintext

#myMPD config file
#Connection to mpd
mpdhost = 127.0.0.1
mpdport = 6600
#mpdpass =
#Webserver options
webport = 80
#Enable ssl
ssl = true
sslport = 443
sslcert = /etc/mympd/ssl/server.pem
sslkey = /etc/mympd/ssl/server.key
#myMPD user
user = mympd
#Port for mpd http stream
streamport = 8000
#Name for coverimages
coverimage = folder.jpg
#myMPD statefile
statefile = /var/lib/mympd/mympd.state
#Enable mixramp settings
mixramp = false
#Enable usage of mpd stickers for play statistics and voting
stickers = true
#List of tags in myMPD gui
#Supported tags: Artist,Album,AlbumArtist,Title,Track,Genre,Date,Composer,Performer
taglist = Artist,Album,AlbumArtist,Title,Track,Genre,Date,Composer,Performer
#Enable smart playlists
smartpls = true
#Newest songs = newest song minus one week
smartpls_newest = 604800
#Add max songs to myMPDsmart-newestSongs
smartpls_maxnewest = 200
#Add max songs to myMPDsmart-bestRated
smartpls_maxlike = 200
#Add max songs to myMPDsmart-mostPlayed
smartpls_maxplaycount = 200