Reply To: Library no longer visible after upgrade

#16089
magnate
Participant

@rpedde wrote:

@magnate wrote:

Hi folks,

I just upgraded my server from Debian Etch to Lenny, which means firefly has gone from (roughly) 1376 to 1696.

The web interface still shows the server running, and all the songs are there, but neither iTunes on my Windows PC nor my Soundbridge can see the library.

Am I missing something obvious??

CC

Check the status page on the web interface and see if the plugins are loaded. If they aren’t, it’s probably becasue the plugin path changed.

see where the plugins are on your installation:

dpkg -L mt-daapd | grep “rsp”

shoudl show you were the plugins are. In 1376, they were in /usr/lib/mt-daapd/plugins. They probably moved to /usr/lib/mt-daapd or something.

Check your config file that the plugins/plugin_dir entry matches where the plugins actually are (as determined above)

— Ron

Three plugins are loaded (all svn1696): daap, rsp and ssc-ffmpeg

I think these are the same three that were always loaded. Should I be looking for any others? They’re still in /usr/lib/mt-daapd/plugins btw.

CC