Commit Graph

144 Commits (3cf527bfa2dc11bbc6aa84a451ad55abd8257c96)

Author SHA1 Message Date
Mark McDowall 79472964ed DeleteInvalidEpisodes Deletes by TvDbId only, skipping any manually added episodes (TvDbEpisodeId is 0 or null)
13 years ago
Mark McDowall 30ffe79442 DeleteInvalidEpisodes with tests added to delete episodes that TheTvDb no longer has (previously bad data).
13 years ago
Mark McDowall 4b2427ade7 Report size is now verified to ensure it is under the MaxSize for that quality type, with tests.
13 years ago
Mark McDowall 179de93a6e Removed AttachSeries for IEnumerable and using join instead, speed difference is negligible or in some cases faster .
13 years ago
Mark McDowall 8592ae4c88 AttachSeries is no longer used for single episodes, PetaPoco will get the series in a single call for us.
13 years ago
Mark McDowall 0a65e85e21 EpisodesWithFiles now returns the full series object, instead of just the SeriesTitle (So we don't need to add junk to the Episode class)
13 years ago
Mark McDowall 0b586de226 Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent.
13 years ago
kay.one 9244a4e6ef Update episode info now uses UpdateMany, InsertMany
13 years ago
Mark McDowall f604c35768 Backlog search added (disabled) - It will search for a full season if a full season is missing.
13 years ago
Mark McDowall 412a3fc476 EpisodesWithoutFiles now skips ignored episodes, Tests updated.
13 years ago
Mark McDowall 4f68d07c9a Fixed issue with missing episodes incorrectly using include specials.
13 years ago
Mark McDowall c88ead0585 Wired in the season and episode ignore saving.
13 years ago
kay.one 28b840766e Merge branch 'markus101'
13 years ago
kay.one b4fb3002a4 Updated Add Series
13 years ago
Mark McDowall 0ed898b6db IsIgnored will now be checked when adding new episodes to the DB, it will:
13 years ago
kay.one c37544d4ce Episode is now marked as grabbed on download
13 years ago
kay.one 69239bc371 Switched to SQLCE 4.0
13 years ago
kay.one 5fb2c61c77 Fixed sab title issue
13 years ago
kay.one 31c16b9004 Merge branch 'markus101'
13 years ago
kay.one 01163a4f87 Cleanup and tests around ImportFile
13 years ago
Mark McDowall cdf77ad2df Changed QualityProfile to a ResultColumn to make note that it will be used as a result only.
13 years ago
Mark McDowall 244e0f04f4 Fixed UnitTests (set EpisodeFileId to zero where no episo.de file is expected back)
13 years ago
kay.one 852b1e9bb5 Merge branch 'markus101'
13 years ago
kay.one 45549fa50b Fixed attach series issue and null episodes.
13 years ago
kay.one d3f823734e Cleanedup get GetNewFilename
13 years ago
Mark McDowall b084a3bc46 EpisodeProvider GetEpisode(s) returns episodes with EpisodeFiles.
13 years ago
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
14 years ago
kay.one f33c2c4939 Added episode status to back end, getting ready for backlog
14 years ago
kay.one 9c1ff4af6b initial stage of indexer refactoring. things compile.
14 years ago
Mark McDowall 0e429f58a1 Added Supports backlog boolean for Indexers.
14 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).
14 years ago
kay.one 17c8b8803b removed some unneeded injection dependencies. renamed dependency fields to be standard across the app.
14 years ago
kay.one c8252495af fix bug where info update from tvdb would overwrite our own data, fileid, date flags ...
14 years ago
kay.one 194c66f36a start support for daily show file import
14 years ago
kay.one e6fb02fac6 Fixed IsNeeded() with tests
14 years ago
kay.one 217f98c4a9 Moved GetSabTitle from episodeprovider to sabprovider, removed seriesprovider dependency
14 years ago
kay.one 3beeff4e18 Add TvDbEpisodeId to Episode. now we can index episodes before they showup in thetvdb
14 years ago
Mark McDowall 5a8baa9d6c Merge branch 'master' of git://github.com/kayone/NzbDrone
14 years ago
Mark McDowall 361d1f8d3b Commit after Merge.
14 years ago
kay.one e074164a47 more tests and bug fixes
14 years ago
kay.one e9c63b81e6 Added asp.net tick timer
14 years ago
kay.one 10ad7d1ed5 Added sabtitle method
14 years ago
kay.one 9028e498ca Added completely awesome JobProvider. extremely easy to do async/timer tasks with ui status/notification already plugged in.
14 years ago
kay.one e896af5cd0 ReSharper code cleanup
14 years ago
kay.one fcf51978f9 Removed IConfigProvider, ISeasonProvider, ISyncProvider
14 years ago
kay.one 7efbfdbb89 removed IEpisodeProvider, ILogProvider
14 years ago
Mark McDowall 0d95302aee Removed IHistoryProvider.
14 years ago
Mark McDowall c25af5978d Removed ISeriesProvider
14 years ago
kay.one a9f08caa18 Removed IQuality provider
14 years ago
kay.one 0a783542a6 Removed ITvDbProvider
14 years ago
kay.one 11e2b63b60 more rss refactoring
14 years ago
markus101 e7cabfe235 Fixed Episode to EpisodeFile relationship (So getting the EpisodeFIle gets associated Episode(s) as well.
14 years ago
markus101 9d24ccd97a Fixes for Episode to EpisodeFile mapping.
14 years ago
markus101 891acfff44 Fixed issues that came up after making changes to Episode and EpisodeFile.
14 years ago
markus101 88ad555e75 Delete is setup, just need to add a link to follow through on the delete.
14 years ago
markus101 d3b7d199ab Fixed QualityProfile mapping to Series, resulted in a large number of changed files referencing ProfileId instead of QualityProfileId
14 years ago
markus101 21ac5d804c RssSync improvements and fixes.
14 years ago
markus101 13ab28586f More comprehensive check to see if we want this episode, will now compare episodeFile with the episode from the feed to see if it is wanted (Quality and Proper)
14 years ago
markus101 735668f7b3 Fixed a bug with converting default quality profile from config when adding a new series.
14 years ago
markus101 fd4cf86694 EpisodeProvider - RefreshSeasonInfo by Season added, updates only the supplied season.
14 years ago
markus101 da979639ba More config pages have been added. AJAX to save. Order with jquery sortable.
14 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
Keivan 273de41d23 Cleaned up logging code
14 years ago
markus101 3157ee4aba Updated EpisodeProvider methods
14 years ago
Keivan 27d86a8540 Added Notification System, Renamed Repository to Entities
14 years ago
Keivan 9c7355f3fb Cleaned up some tests
14 years ago
Keivan 81e155ae42 Added basic episode support
14 years ago
Keivan beaf0cf939 Updated subsonic to latest nightly build
14 years ago
Keivan bca2e0c6b1 Added more stubbed mothods and providers
14 years ago
Keivan 8d47bcbe5e Rearanged episodes object, added method stubs
14 years ago
Keivan de212f8b98 Fixed some resharper line breaks
14 years ago
Keivan d00744aafa Resharper code cleanup
14 years ago
Keivan a49850cc89 refactored Episode, Added Quality Enum
14 years ago