Commit Graph

68 Commits (7b5556199fff05e2076abd5e91687232fc29c1f8)

Author SHA1 Message Date
kay.one 3d3e864094 EpisodeProvider now fills Series property for all episodes returned.
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 b00e437e56 Added Fluent.cs to allow string default extention method eg. "Series.Title.WithDefault(series.SeriesId)"
13 years ago
Mark McDowall d6920ee8ea Fixed EpisodeProvider queries with multiple terms.
13 years ago
kay.one acf23d4fc2 Removed subsonic completely
13 years ago
kay.one 33a38481dc Fixed IsIgnored issues
13 years ago
kay.one cb8cb1691f SeriesProvider is now Subsonic free.
13 years ago
kay.one 63f6899894 Added PetaPoco
13 years ago
kay.one add780b431 Ninject is now forced to use proper constructor.
13 years ago
Mark McDowall 560706ae8f Fixed Renaming of episodes to include extension.
13 years ago
Mark McDowall 9cb1eb7597 Rename Provider returns proper name for single episode series.
13 years ago
kay.one 54d1d5e379 GetEpisodeFilesCount should be around 5 times faster.
13 years ago
kay.one 57690f49a0 Fixed IsSeasonIgnore logic, added tests
13 years ago
Mark McDowall 08b7b8c3e1 SeasonEditor moved to Gird Editor.
13 years ago
kay.one d3be516fb2 removed Season/SeasonProvider, updated dbBenchmark tests.
13 years ago
Mark McDowall 5953ae038e EpisodesWithoutFiles will ignore episodes with an air date before 1900.
13 years ago
kay.one e547792020 More episode update fixes, tests
13 years ago
kay.one db3eeda50f Cleaned up RefreshEpisodeInfo added tests
13 years ago
kay.one 1239da656e Rewrite of InventoryProvider
13 years ago
kay.one f33c2c4939 Added episode status to back end, getting ready for backlog
13 years ago
kay.one 9c1ff4af6b initial stage of indexer refactoring. things compile.
13 years ago
Mark McDowall 0e429f58a1 Added Supports backlog boolean for Indexers.
13 years ago
Mark McDowall ee00ef8c17 Added notes for handling Full Season releases, decisions to be made on how to handle them and how to correct multi-episode releases (as long as the first episode is needed we mark it as so).
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 c8252495af fix bug where info update from tvdb would overwrite our own data, fileid, date flags ...
13 years ago
kay.one 194c66f36a start support for daily show file import
13 years ago
kay.one e6fb02fac6 Fixed IsNeeded() with tests
13 years ago
kay.one 217f98c4a9 Moved GetSabTitle from episodeprovider to sabprovider, removed seriesprovider dependency
13 years ago
kay.one 3beeff4e18 Add TvDbEpisodeId to Episode. now we can index episodes before they showup in thetvdb
13 years ago
Mark McDowall 5a8baa9d6c Merge branch 'master' of git://github.com/kayone/NzbDrone
13 years ago
Mark McDowall 361d1f8d3b Commit after Merge.
13 years ago
kay.one e074164a47 more tests and bug fixes
13 years ago
kay.one e9c63b81e6 Added asp.net tick timer
13 years ago
kay.one 10ad7d1ed5 Added sabtitle method
13 years ago
kay.one 9028e498ca Added completely awesome JobProvider. extremely easy to do async/timer tasks with ui status/notification already plugged in.
13 years ago
kay.one e896af5cd0 ReSharper code cleanup
13 years ago
kay.one fcf51978f9 Removed IConfigProvider, ISeasonProvider, ISyncProvider
13 years ago
kay.one 7efbfdbb89 removed IEpisodeProvider, ILogProvider
13 years ago
Mark McDowall 0d95302aee Removed IHistoryProvider.
13 years ago
Mark McDowall c25af5978d Removed ISeriesProvider
13 years ago
kay.one a9f08caa18 Removed IQuality provider
13 years ago
kay.one 0a783542a6 Removed ITvDbProvider
13 years ago
kay.one 11e2b63b60 more rss refactoring
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 891acfff44 Fixed issues that came up after making changes to Episode and EpisodeFile.
13 years ago
markus101 88ad555e75 Delete is setup, just need to add a link to follow through on the delete.
13 years ago
markus101 d3b7d199ab Fixed QualityProfile mapping to Series, resulted in a large number of changed files referencing ProfileId instead of QualityProfileId
13 years ago
markus101 21ac5d804c RssSync improvements and fixes.
13 years ago