Mark McDowall
d5e62bc70b
Files will be tagged with Proper when append quality is enabled and episode is a proper.
13 years ago
kay.one
4da2e1cb72
Episode auto-ignore is now done in realtime rather than using a job.
13 years ago
kay.one
6778a6ed99
Moved duplicated NormalizePath method to PathExtentions
13 years ago
Mark McDowall
350e0388de
Updated JobProvider to allow jobs with two targets.
...
JobQueueItem class created instead of using Tuples.
Added Search for Season and Rename Season jobs , plus links for them on Series/Details.
Add GetSeasonFiles added to MediaFileProvider.
13 years ago
kay.one
b086414d75
some cleanup
14 years ago
kay.one
452b5c8f84
Renamed sorting config keys
14 years ago
kay.one
f0735c0693
minor tweaks
14 years ago
Mark McDowall
938fa24a8e
Merge branch 'master' of git://github.com/kayone/NzbDrone
14 years ago
kay.one
69239bc371
Switched to SQLCE 4.0
14 years ago
Mark McDowall
9f5b461274
MediaFileProvider delete fixed to delete EpisodeFile with key of Int32 instead of object Int32. Added test to ensure File is deleted, but others remain.
14 years ago
kay.one
5a5d0852ee
Updated some log levels
14 years ago
kay.one
13732a3f2e
Updated some log levels
14 years ago
Mark McDowall
584a96a4f2
CalculateFilePath will use configured season folder, with tests.
...
MoveFile creates folder before move.
14 years ago
kay.one
01163a4f87
Cleanup and tests around ImportFile
14 years ago
kay.one
1ba74e0eea
Drop folder is now wired. needs more tests.
14 years ago
Mark McDowall
68b7ba9209
Added method to delete orphaned episodeFiles and also cleanup episodes that have invalid episodeFiles.
...
Cleanup will run aforementioned methods before doing cleanup.
14 years ago
Mark McDowall
208feb7d19
CleanFileName when getting new filename from MediaFileProvider.
14 years ago
kay.one
8b7c624d09
Reformated some files
14 years ago
kay.one
63bd972af9
Refactored MediaFileProvider
14 years ago
kay.one
cfcb9e61d7
Cleaned up import file a bit
14 years ago
kay.one
d3f823734e
Cleanedup get GetNewFilename
14 years ago
kay.one
a853f80f9e
Fixed season ignore
14 years ago
kay.one
f211f99960
Fix issue on in ImportFile
14 years ago
Mark McDowall
5c055ebb9a
Reverted back to Single<T> instead of SingleOrDefault<T> except when searching for an episode in DB.
14 years ago
Mark McDowall
a771d2cfa9
Changed all Single<T> to SingleOrDefault<T>
14 years ago
kay.one
17d084cdf3
Removed Series.Episodes and Series.EpisodeFiles list.
14 years ago
Mark McDowall
63023d447d
Using new PetaPoco Exists method in MediaFileProvider.
14 years ago
Mark McDowall
1f0e71c68e
Merge with Kayone.
14 years ago
Mark McDowall
3dbb38b54f
MediaFileProvider moved to PetaPoco.
...
Season Grid now shows episodeFile quality.
14 years ago
kay.one
3cccb5858a
Merge branch 'markus101'
...
Conflicts:
NzbDrone.Core.Test/SeriesProviderTest.cs
NzbDrone.Core/Providers/MediaFileProvider.cs
NzbDrone.Core/Providers/SeriesProvider.cs
14 years ago
kay.one
63f6899894
Added PetaPoco
14 years ago
Mark McDowall
1fbf9a1416
Using .ToList() to get around IEnumerable multi-DB calls and possible SubSonic bug with IQueryable.
14 years ago
kay.one
add780b431
Ninject is now forced to use proper constructor.
14 years ago
Mark McDowall
5179bce37e
ImportingNewDownload wasn't importing small files that weren't samples like it should.
14 years ago
Mark McDowall
cea511a460
Fixed a bug when trying to clean up an episode that was still attached to an episode file that no longer existed.
...
Wrapped processing of file in try/catch to prevent one failure from affecting the other files.
14 years ago
Mark McDowall
5041ff550c
Post Download Import Job created and in effect. Scans every minute to import files from the users configured "SabDropDirectory".
14 years ago
Mark McDowall
560706ae8f
Fixed Renaming of episodes to include extension.
...
PostDownload Importing setup, need to setup job for period scan.
14 years ago
kay.one
54d1d5e379
GetEpisodeFilesCount should be around 5 times faster.
14 years ago
Mark McDowall
b68784060b
Needed to reverse the tuple order for Episode count.
14 years ago
kay.one
d3be516fb2
removed Season/SeasonProvider, updated dbBenchmark tests.
14 years ago
Mark McDowall
90d9e7d41e
Moved episodeCount logic to mediaFileProvider.
...
Episode count counts by 5 now, so it doesn't take forever.
14 years ago
kay.one
6b0aae85ee
GetMediaFile should be alot easier on disk.
14 years ago
kay.one
1239da656e
Rewrite of InventoryProvider
14 years ago
kay.one
500e9af6c3
Fixed a bug where reports weren't being added to history
14 years ago
kay.one
69406a95d4
Fixed bug when a file that wasn't parsable would try to be imported
14 years ago
kay.one
b4ea8838d2
Updated file scan logging
14 years ago
Mark McDowall
7e44ee5020
Merge with Kayone's branch.
14 years ago
Mark McDowall
d4ef96f97b
Moved filename only piece to Parser.
...
Added .mp4 to media file extensions.
.mp4 will be treated as TV quality.
14 years ago
Mark McDowall
5e0427f927
MediaFileProvider, ImportFile will return null if episode cannot be properly parsed. Will only try to parse the filename, not the full episode path.
14 years ago
kay.one
17c8b8803b
removed some unneeded injection dependencies. renamed dependency fields to be standard across the app.
14 years ago