owntone / owntone-server

Linux/FreeBSD DAAP (iTunes) and MPD audio server with support for AirPlay 1 and 2 speakers (multiroom), Apple Remote (and compatibles), Chromecast, Spotify and internet radio.
https://owntone.github.io/owntone-server
GNU General Public License v2.0
2.05k stars 235 forks source link

Parse error #302

Closed matthewdias closed 7 years ago

matthewdias commented 7 years ago

I'm getting a weird parse error

/etc/forked-daapd.conf:258: no such option ''
[FATAL]   config: Parse error in config file /etc/forked-daapd.conf
[FATAL]     main: Config file errors; please fix your config

The config file itself is only 257 lines so not sure whats going on here. Here's my config: https://gist.github.com/89fe82cf87c9f2ce992c647068c979c0

ejurgensen commented 7 years ago

It's line 175-182. Certainly the missing closing bracket, and perhaps also the quote in the name. Since you aren't actually setting anything in that section you should just leave as it was.

matthewdias commented 7 years ago

oops, thanks for the catch