Commit Graph

60 Commits (13732a3f2e9e062e7a12c8fab42856d83d887517)

Author SHA1 Message Date
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
kay.one 6b0aae85ee GetMediaFile should be alot easier on disk.
13 years ago
kay.one 1239da656e Rewrite of InventoryProvider
13 years ago
kay.one 500e9af6c3 Fixed a bug where reports weren't being added to history
13 years ago
kay.one 69406a95d4 Fixed bug when a file that wasn't parsable would try to be imported
13 years ago
kay.one b4ea8838d2 Updated file scan logging
13 years ago
Mark McDowall 7e44ee5020 Merge with Kayone's branch.
13 years ago
Mark McDowall d4ef96f97b Moved filename only piece to Parser.
13 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.
13 years ago
kay.one 17c8b8803b removed some unneeded injection dependencies. renamed dependency fields to be standard across the app.
13 years ago
kay.one 5faeccf098 added support for daily episode file import
13 years ago
kay.one 194c66f36a start support for daily show file import
13 years ago
kay.one e896af5cd0 ReSharper code cleanup
13 years ago
kay.one 8cade435d1 Application will automatically restart on db error.
13 years ago
kay.one fcf51978f9 Removed IConfigProvider, ISeasonProvider, ISyncProvider
13 years ago
kay.one 7efbfdbb89 removed IEpisodeProvider, ILogProvider
13 years ago
Mark McDowall 1a9948de2f Removed IDiskProvider.
13 years ago
kay.one 11e2b63b60 more rss refactoring
13 years ago
kay.one d7732cab3b fixed episode parse issue
13 years ago
kay.one 62b2cd510f started rss cleanup
13 years ago
markus101 1314d00c97 Post Processing has been implemented, still need to finish app for SAB to NzbDrone.
13 years ago