New: Only scan files that are new or updated (#760)

* New: Only scan files that are new or updated

Pass through filter correctly

Add more tests

Add tests for migration 30

* Fix windows disk provider

* Don't publish deleted event for unmapped file

* Fix test on windows
This commit is contained in:
ta264 2019-06-08 20:13:58 +01:00 committed by Qstick
parent 8fe8aec97c
commit 166fc90454
95 changed files with 1590 additions and 723 deletions

View file

@ -49,7 +49,7 @@ namespace NzbDrone.Core.MediaFiles
private bool ChangeFileDate(TrackFile trackFile, Artist artist, List<Track> tracks)
{
var trackFilePath = Path.Combine(artist.Path, trackFile.RelativePath);
var trackFilePath = trackFile.Path;
switch (_configService.FileDate)
{