I have a problem with Firefly as well after updating.
The Firefly database doesn't update
This is from the logfile.
2010-04-18 10:30:08 (480241c0): Initializing database
2010-04-18 10:30:08 (480241c0): Full reload...
2010-04-18 10:30:08 (480241c0): Starting mp3 scan
2010-04-18 10:30:08 (480241c0): opendir: Permission denied
I wonder if the Permission denied has to do with the user www-data and the /home/storage/music catalog. www-data isn't part of the the group users in my setup, and therefor doesn't have access to the folder, as I see it.
I did find an old version of the mt-daapd.conf (mt-daapd.conf.dpkg-old). The files have two main differences (using the diff command).
1: runas user: the old has mt-daapd, the new one has www-data (file ownership on either file corresponds to the runas user)
2: The database of the new file (with www-data ownership) points to:
/var/cache/mt-daapd
The old file (with mt-daapd ownership) points to /usr/var/cache/mt-daapd.
The user mt-daapd is part of the group users, and when I replace the "www-data config" with the "mt-daapd config" the bloody thing starts to catalog the music.
My question is, is there a certain point to use www-data instead of mt-daapd. Does it even matter.
I tried adding the group users to the user www-data, but that doesn't help.
I just can't get my head around it

Any ideas are welcome
//Jonte