Commit Graph

92 Commits (0dbb3789eb67c5bf8a7db3088b34c474154c6c29)

Author SHA1 Message Date
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
14 years ago
kay.one db3eeda50f Cleaned up RefreshEpisodeInfo added tests
14 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