Keivan Beigi
b5644bf660
moved series/season/episodes to object db.
12 years ago
kay.one
4504232956
still very broken
12 years ago
kay.one
2d4998d52d
moved Series,Seasons,Episodes to their own folders.
12 years ago
kay.one
a0d0e4715e
fixed some tests, cleaned up root folders.
12 years ago
Mark McDowall
924d3d0c8e
Hello Autofac, Goodbye Ninject
12 years ago
Mark McDowall
5cc2810f77
Skip import when when folder is in use
...
Fixed: Skip post-processing when folder is in use or series path does
not exist on disk
12 years ago
Mark McDowall
b5e196fcef
Skip import when Series.Path doesn't exist
12 years ago
Mark McDowall
f9370a8aec
Cleaned and fixed broken tests
12 years ago
Mark McDowall
b2c4f0201c
Better error message for import fails.
12 years ago
Mark McDowall
cc6011ec87
Organized tests for DiskScan and PostDownload
...
Added tests for GetVideoFiles and ProcessVideoFile
12 years ago
Mark McDowall
3cdd479bb4
Import video files from root of unsroted dir
...
New: Import Files directly from unsorted directory (no subfolder
required)
12 years ago
Mark McDowall
a48dbba015
Metadata won't be created when there no imported files
12 years ago
Mark McDowall
65df24988c
Episodes will not be imported if disk space is low
...
New: Episodes will not be imported when disk space is too low to
complete the import
12 years ago
Mark McDowall
b122f1135e
Metadata will be called when needed #ND-21
...
Import/Rename episode files
Import series/update series info
12 years ago
Mark McDowall
c0d1d2c502
Fix: Successful downloads that are not moved properly should be retried.
13 years ago
Mark McDowall
2a6f02be17
Added additional logging to PostDownloadProvider.
13 years ago
kay.one
ead5f37921
Directory write time is now calculated based on the most recent file write to any file inside of that directory.
13 years ago
kay.one
8f4f863631
Turning off tagging folder for now, to stop messing people's series folders
13 years ago
kay.one
bfe4de7a08
Fixed some issue around path normalization.
13 years ago
kay.one
e269494ff8
ParseSeriesName will now return normalized version of the title if it doesn't match any predefined
...
PostDownload provider will skip subfolders that are known series folders.
13 years ago
kay.one
313d0f6b8e
Fixed broken tests
13 years ago
kay.one
10264cba5c
post download issues are only logged as warn the first time.
13 years ago
kay.one
6778a6ed99
Moved duplicated NormalizePath method to PathExtentions
13 years ago
kay.one
1270e464b3
More autoupdate code.
13 years ago
kay.one
b3e4485d71
Post processor now deletes folders that are less than 40MB.
13 years ago
kay.one
3dd7b3d768
This should fix the bug where a folder was tried to be retagged with the same error.
13 years ago
kay.one
7563527eac
Reformated PostDownloadProvider.cs
13 years ago
kay.one
ec08436587
Refactored the shit out of PostDownloadProvider
13 years ago
kay.one
35e44284c0
Fixed broken test, drop folder prefix uses regex instead of prefix now.
13 years ago
Mark McDowall
11e1deb5f7
PostDownloadProvider was treating successful downloads as ones with an error and incorrectly trying to rename them before processing.
13 years ago
Mark McDowall
a3e5c90319
Cleanup generating paths for error scenarios.
13 years ago
Mark McDowall
e87cdbde44
Removed SharedLiveTemplates.xml.
...
Cleaned up PostDownloadProvider, added more tests.
13 years ago
Mark McDowall
66b4b094f9
Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
...
Conflicts:
NzbDrone.Core.Test/EpisodeProviderTest.cs
NzbDrone.Core/Providers/PostDownloadProvider.cs
13 years ago
Mark McDowall
642707e46d
Fixed some issues with PostDownloadProvider.
...
Added tests for PostDownloadProvider.
13 years ago
Keivan Beigi
6af98f9e96
more better exception handling.
13 years ago
Mark McDowall
117cebe655
Found and fixed a bug in EpisodeProvider.GetEpisodesByParseResults, where it would incorrectly return all episodes for a season when a file was detected as a Full Season release.
13 years ago
Mark McDowall
8cac84b4ad
PostDownloadProvider broken down further.
...
Will try to reprocess _NzbDrone_ directories each pass, but will mark with an error when possible.
Attempt to process _UNPACK_ and _FAILED_ directories 30 minutes after first detected by NzbDrone (to give SAB time to unpack properly before processing).
13 years ago
Mark McDowall
04ed22db55
Moved core of PostDownloadScanJob to PostDownloadProvider.
13 years ago