mherger wrote: > > Set logging for scan.scanner to INFO, re-run a scan, and check the > scanner.log for any hint about "Skipping..." files. > > Could it be those files are part of a playlist? > > -- > > Michael
I found the problem. A sentinel file in the top level of a media folder is recognized but not processed. The workaround in my case was to add a dummy subdirectory under the top level and place the sentinel file there. Following is an excerpt from the log file indicating that the directory '/home/pi/Music' is being skipped but, further down, the audio file in that directory is added to the library. It should be a simple fix as the problem is easily recreatable. Thanks for the quick and helpful responses! -Sam [21-02-03 16:39:57.6933] Slim::Utils::Scanner::Local::rescan (179) Discovering audio files in /home/pi/Music [21-02-03 16:39:57.8151] Slim::Utils::Misc::folderFilter (866) Skipping: /home/pi/Music [21-02-03 16:39:57.8229] Slim::Utils::Misc::folderFilter (866) Skipping: /home/pi/Music/Steely Dan/Aja [21-02-03 16:39:57.8396] Slim::Utils::SQLiteHelper::updateProgress (442) Notify to server: [ "progress:1612388397.7985||importer||/home/pi/Music|discovering_directory||1||0||", ] [21-02-03 16:39:57.9302] Slim::Utils::SQLiteHelper::updateProgress (466) Notify to server OK [21-02-03 16:39:57.9572] Slim::Utils::SQLiteHelper::updateProgress (442) Notify to server: [ "progress:1612388397||importer||/home/pi/Music|discovering_directory||2||2||1612388397.94437", ] [21-02-03 16:39:58.0619] Slim::Utils::SQLiteHelper::updateProgress (466) Notify to server OK [21-02-03 16:39:58.0715] Slim::Utils::Scanner::Local::__ANON__ (191) Start processing found tracks [21-02-03 16:39:58.0770] Slim::Utils::Scanner::Local::__ANON__ (199) Connect do DB [21-02-03 16:39:58.0824] Slim::Utils::Scanner::Local::__ANON__ (202) Get latest ID [21-02-03 16:39:58.0903] Slim::Utils::Scanner::Local::__ANON__ (224) Delete temporary table if exists [21-02-03 16:39:58.0963] Slim::Utils::Scanner::Local::__ANON__ (227) Re-build temporary table [21-02-03 16:39:58.2753] Slim::Utils::Scanner::Local::__ANON__ (276) Get deleted tracks count [21-02-03 16:39:58.2806] Slim::Utils::Scanner::Local::__ANON__ (283) Get new tracks count [21-02-03 16:39:58.2882] Slim::Utils::Scanner::Local::__ANON__ (288) Get changed tracks count [21-02-03 16:39:58.2941] Slim::Utils::Scanner::Local::deleteTracks (519) Removing deleted audio files (0) [21-02-03 16:39:58.3002] Slim::Utils::Scanner::Local::__ANON__ (301) Scanning new audio files (1) [21-02-03 16:39:58.3327] Slim::Utils::SQLiteHelper::updateProgress (442) Notify to server: [ "progress:1612388398.30853||importer||/home/pi/Music|directory_new||1||1||", ] [21-02-03 16:39:58.4237] Slim::Utils::SQLiteHelper::updateProgress (466) Notify to server OK [21-02-03 16:39:58.4341] Slim::Utils::Scanner::Local::new (867) Handling new audio track file:///home/pi/Music/01-St.%20Thomas.flac [21-02-03 16:39:58.5963] Slim::Utils::SQLiteHelper::updateProgress (442) Notify to server: [ "progress:1612388398||importer||/home/pi/Music|directory_new||1||1||1612388398.58362", ] ------------------------------------------------------------------------ SamY's Profile: http://forums.slimdevices.com/member.php?userid=63495 View this thread: http://forums.slimdevices.com/showthread.php?t=113390 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
