Hi everyone
after a few days of research, I managed to get LMS 8.0 to work on my QNAP 112P, using SSOTS 4.14. Qobuz plugin works fine, but the media scanner fails. Error message on each Flac file is like that:
Can't locate object method "_scan" via package "Audio::Scan" at /share/HDA_DATA/.qpkg/SSOTS/var/home/SqueezeboxServer/lib/Audio/Scan.pm line 75
when looking in the Scan.pm program, I see that the scanner fails at the following line:
my $ret = $class->_scan( $suffix, $fh, $path, $filter, $md5_size || 0, $md5_offset || 0 );
I'm not a perl expert, so not really able to analyse. It looks like the interpretor is trying to locate the function "_scan" which does not exist. "scan" exists. When looking at all versions of the same code, it always says $class->_scan, while I would intuitively expect $class->scan.
Can anyone help with that?
after a few days of research, I managed to get LMS 8.0 to work on my QNAP 112P, using SSOTS 4.14. Qobuz plugin works fine, but the media scanner fails. Error message on each Flac file is like that:
Can't locate object method "_scan" via package "Audio::Scan" at /share/HDA_DATA/.qpkg/SSOTS/var/home/SqueezeboxServer/lib/Audio/Scan.pm line 75
when looking in the Scan.pm program, I see that the scanner fails at the following line:
my $ret = $class->_scan( $suffix, $fh, $path, $filter, $md5_size || 0, $md5_offset || 0 );
I'm not a perl expert, so not really able to analyse. It looks like the interpretor is trying to locate the function "_scan" which does not exist. "scan" exists. When looking at all versions of the same code, it always says $class->_scan, while I would intuitively expect $class->scan.
Can anyone help with that?