Bugzilla – Bug 613
Change in root folder of a windows drive isn't detected
Last modified: 2008-12-18 11:52:02 UTC
A small bug that is sometimes really annoying, but now I know it's easy to fix: Perl stat() is unable to return a correct modify date for the root folder of a drive(e.g. stat('c:/') ), instead it returns always 315529200 (1.1.1980) - so the fix is to add " && ((stat(Slim::Utils::Misc::pathFromFileURL ($playlistpath)))[9]) != 315529200 " to the if clause in line 389 of scan.pm. (SlimServer nightly 2004-10-05) So every folder with a change date of 1.1.1980 is taken as unknown and rescanned as if there is a known change.
will patch.
seems liek this was committed oct 18
There are 536 bugs in the database with targets of '---' that were fixed prior to new year 2006. I am setting them to targets of 6.2.1 to keep them from showing up in my queries.
Routine bug db maintenance; removing old versions which cause confusion. I apologize for the inconvenience.