Reply To: Build firefly nightly on WL-500g

#8849
Anonymous
Inactive

@rpedde wrote:

Do “/opt/sbin/mt-daapd -c /opt/etc/mt-daapd/mt-daapd.conf -v”, which should convert your config file to the new format, then edit it and add a section at the bottom like this:


[plugins]
plugin_dir=/opt/usr/share/mt-daapd/plugins

Then, to solve the original problem, check the things that should be files and make sure htey aren’t directories — specifically, check that /opt/etc/mt-daapd/mt-daapd.playlist is a file and not a directory, and that /var/log/mt-daapd.log is a file not a directory.

— Ron

When I try to convert the file I get:
“Converting config file…
Error writing config file.”

I’m logged in as admin and have write permissions on the file, I can edit with nano.

I can confirm that the files are files not directories.