Commit Graph

80 Commits (c904c6e085959324d937186cf21d5970c7b3f365)

Author SHA1 Message Date
Mark McDowall 924d3d0c8e Hello Autofac, Goodbye Ninject
12 years ago
Mark McDowall 78187b68f9 DailySeries renaming fixed
12 years ago
Mark McDowall 62b10a56df GetNewFilename takes series instead of string now
12 years ago
Mark McDowall 2fd1263619 Download naming uses tvdb numbering
12 years ago
Mark McDowall d25da21e58 Multi episode title cleanup #ND-67 Fixed
12 years ago
Mark McDowall a7fd486b03 Change episode file quality
12 years ago
Mark McDowall bee6914062 Allow scene name to be used for renaming
12 years ago
Mark McDowall c0d1d2c502 Fix: Successful downloads that are not moved properly should be retried.
13 years ago
Mark McDowall 1abeef7239 Fix: Episode naming for files with multiple episodes.
13 years ago
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.
13 years ago
kay.one b086414d75 some cleanup
13 years ago
kay.one 452b5c8f84 Renamed sorting config keys
13 years ago
kay.one f0735c0693 minor tweaks
13 years ago
Mark McDowall 938fa24a8e Merge branch 'master' of git://github.com/kayone/NzbDrone
13 years ago
kay.one 69239bc371 Switched to SQLCE 4.0
13 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.
13 years ago
kay.one 5a5d0852ee Updated some log levels
13 years ago
kay.one 13732a3f2e Updated some log levels
13 years ago
Mark McDowall 584a96a4f2 CalculateFilePath will use configured season folder, with tests.
13 years ago
kay.one 01163a4f87 Cleanup and tests around ImportFile
13 years ago
kay.one 1ba74e0eea Drop folder is now wired. needs more tests.
13 years ago
Mark McDowall 68b7ba9209 Added method to delete orphaned episodeFiles and also cleanup episodes that have invalid episodeFiles.
13 years ago
Mark McDowall 208feb7d19 CleanFileName when getting new filename from MediaFileProvider.
13 years ago
kay.one 8b7c624d09 Reformated some files
13 years ago
kay.one 63bd972af9 Refactored MediaFileProvider
13 years ago
kay.one cfcb9e61d7 Cleaned up import file a bit
13 years ago
kay.one d3f823734e Cleanedup get GetNewFilename
13 years ago
kay.one a853f80f9e Fixed season ignore
13 years ago
kay.one f211f99960 Fix issue on in ImportFile
13 years ago
Mark McDowall 5c055ebb9a Reverted back to Single<T> instead of SingleOrDefault<T> except when searching for an episode in DB.
13 years ago
Mark McDowall a771d2cfa9 Changed all Single<T> to SingleOrDefault<T>
13 years ago
kay.one 17d084cdf3 Removed Series.Episodes and Series.EpisodeFiles list.
13 years ago
Mark McDowall 63023d447d Using new PetaPoco Exists method in MediaFileProvider.
13 years ago
Mark McDowall 1f0e71c68e Merge with Kayone.
13 years ago
Mark McDowall 3dbb38b54f MediaFileProvider moved to PetaPoco.
13 years ago
kay.one 3cccb5858a Merge branch 'markus101'
13 years ago
kay.one 63f6899894 Added PetaPoco
13 years ago
Mark McDowall 1fbf9a1416 Using .ToList() to get around IEnumerable multi-DB calls and possible SubSonic bug with IQueryable.
13 years ago
kay.one add780b431 Ninject is now forced to use proper constructor.
13 years ago
Mark McDowall 5179bce37e ImportingNewDownload wasn't importing small files that weren't samples like it should.
13 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.
13 years ago
Mark McDowall 5041ff550c Post Download Import Job created and in effect. Scans every minute to import files from the users configured "SabDropDirectory".
13 years ago
Mark McDowall 560706ae8f Fixed Renaming of episodes to include extension.
13 years ago
kay.one 54d1d5e379 GetEpisodeFilesCount should be around 5 times faster.
13 years ago
Mark McDowall b68784060b Needed to reverse the tuple order for Episode count.
13 years ago
kay.one d3be516fb2 removed Season/SeasonProvider, updated dbBenchmark tests.
13 years ago
Mark McDowall 90d9e7d41e Moved episodeCount logic to mediaFileProvider.
13 years ago