MusicPlayerDaemon / mpdscribble

a MPD client which submits information about tracks being played to a scrobbler (e.g. last.fm)
GNU General Public License v2.0
114 stars 15 forks source link

IniFile: allow underscores in key names #16

Closed cstew2 closed 4 years ago

cstew2 commented 4 years ago

Was running into an "invalid key" error when having the "daemon_user" key set in the configuration file, the issue being that it contains and underscore. This key and others are still defined in ReadConfig.cxx so I assume they are not deprecated options.