Reply To: Error loading plugin /usr/lib/mt-daapd/plugins/ssc-script.so

FireFly Media Server Firefly Media Server Forums Firefly Media Server Setup Issues Error loading plugin /usr/lib/mt-daapd/plugins/ssc-script.so Reply To: Error loading plugin /usr/lib/mt-daapd/plugins/ssc-script.so

#12870
rpedde
Participant

@valdemar wrote:

Debug level 9 does not output any error messages, I am afraid.

It has to emit something. As it scans the directory, it will emit a “found %s” message for each directory element. You should be able to follow at least as far down the path as it gets to the actual songs.

If it’s a directory and it can’t opendir it, it will log a message. If it’s a file that’s on the extensions list, it will scan and add it to the database, or emit an error. No other options.

So it’s in the log file. You’ll have to walk back every single directory from the top and follow what it’s doing in each subdirectory, but it’s there.

Or else the music isn’t in a directory covered by the mp3_dir option. Those are the only two options.

— Ron