Hello,
Perl version: 5.30.1
slimserver version: 7.9.2
I am using NixOS and since last major update of the OS the scan is missing many tracks. I am trying to find what library or dependency update would have caused this.
In the logs you can see it finds 16940 files but then in the "scanning new audio files", only 675 remains. This is after a full rescan, I also get the same result if I delete the db and start from scratch.
Full logs with debugging activated for scanner and db : https://lufi.ethibox.fr/r/2Cf3doUs#P...hxgXfbMXL12sE=
I previously made a github issue : https://github.com/Logitech/slimserver/issues/333
Thanks for the help !
Perl version: 5.30.1
slimserver version: 7.9.2
I am using NixOS and since last major update of the OS the scan is missing many tracks. I am trying to find what library or dependency update would have caused this.
In the logs you can see it finds 16940 files but then in the "scanning new audio files", only 675 remains. This is after a full rescan, I also get the same result if I delete the db and start from scratch.
Code:
[20-05-07 11:58:56.9089] Slim::Utils::Scanner::Local::Async::__ANON__ (81) Async scanner found 16940 files/dirs in 9.38 sec
[20-05-07 11:58:56.9101] Slim::Utils::SQLiteHelper::updateProgress (442) Notify to server: [
"progress:1588845527||importer||/mnt/medias/musique|discovering_directory||16940||16940||1588845536.90923",
]
[20-05-07 11:58:56.9126] Slim::Utils::SQLiteHelper::updateProgress (471) Notify to server failed: 500 Status read failed: Connection reset by peer
[20-05-07 11:58:56.9131] Slim::Utils::Scanner::Local::__ANON__ (192) Start processing found tracks
[20-05-07 11:58:56.9135] Slim::Utils::Scanner::Local::__ANON__ (200) Connect do DB
[20-05-07 11:58:56.9138] Slim::Utils::Scanner::Local::__ANON__ (203) Get latest ID
[20-05-07 11:58:56.9143] Slim::Utils::Scanner::Local::__ANON__ (225) Delete temporary table if exists
[20-05-07 11:58:56.9146] Slim::Utils::Scanner::Local::__ANON__ (228) Re-build temporary table
[20-05-07 11:58:56.9323] Slim::Utils::Scanner::Local::__ANON__ (277) Get deleted tracks count
[20-05-07 11:58:56.9327] Slim::Utils::Scanner::Local::__ANON__ (284) Get new tracks count
[20-05-07 11:58:56.9331] Slim::Utils::Scanner::Local::__ANON__ (289) Get changed tracks count
[20-05-07 11:58:56.9334] Slim::Utils::Scanner::Local::__ANON__ (295) Removing deleted audio files (0)
[20-05-07 11:58:56.9337] Slim::Utils::Scanner::Local::__ANON__ (373) Scanning new audio files (675)
I previously made a github issue : https://github.com/Logitech/slimserver/issues/333
Thanks for the help !