Commit Graph

49 Commits (f211f999608bf742e94eb6bd923b7094171156e9)

Author SHA1 Message Date
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
markus101 3b749a39a7 Renaming fixes, extension will be used now.
13 years ago
markus101 e7cabfe235 Fixed Episode to EpisodeFile relationship (So getting the EpisodeFIle gets associated Episode(s) as well.
13 years ago
markus101 9d24ccd97a Fixes for Episode to EpisodeFile mapping.
13 years ago
markus101 ce6bcbfec1 EpisodeFile parsing was incorrect due to change of relationship with Episode
13 years ago
markus101 891acfff44 Fixed issues that came up after making changes to Episode and EpisodeFile.
13 years ago
markus101 738700537e Episode RenamingProvider created, allows renaming by Every Episode for Every Series, by Series, by Season, or individual Episodes.
13 years ago
markus101 88ad555e75 Delete is setup, just need to add a link to follow through on the delete.
13 years ago
Keivan bf1ff29519 look right in IE, all episodes are ajax loaded.
14 years ago
Keivan fa0af257ff fixed a bunch of things. added basic support for file scanning. logs are now avilable in the UI
14 years ago
Keivan c8a8fb4d62 Fixed notification issues
14 years ago