kay.one
|
c37544d4ce
|
Episode is now marked as grabbed on download
|
14 years ago |
kay.one
|
69239bc371
|
Switched to SQLCE 4.0
|
14 years ago |
kay.one
|
5fb2c61c77
|
Fixed sab title issue
Added profiling to OpenSharedconnection
|
14 years ago |
kay.one
|
31c16b9004
|
Merge branch 'markus101'
|
14 years ago |
kay.one
|
01163a4f87
|
Cleanup and tests around ImportFile
|
14 years ago |
Mark McDowall
|
cdf77ad2df
|
Changed QualityProfile to a ResultColumn to make note that it will be used as a result only.
Wrapped find series in try/catch to prevent a case where the series is in SceneMapping, but isn't in the users database.
|
14 years ago |
Mark McDowall
|
244e0f04f4
|
Fixed UnitTests (set EpisodeFileId to zero where no episo.de file is expected back)
|
14 years ago |
kay.one
|
852b1e9bb5
|
Merge branch 'markus101'
|
14 years ago |
kay.one
|
45549fa50b
|
Fixed attach series issue and null episodes.
|
14 years ago |
kay.one
|
d3f823734e
|
Cleanedup get GetNewFilename
|
14 years ago |
Mark McDowall
|
b084a3bc46
|
EpisodeProvider GetEpisode(s) returns episodes with EpisodeFiles.
|
14 years ago |
kay.one
|
3d3e864094
|
EpisodeProvider now fills Series property for all episodes returned.
|
14 years ago |
Mark McDowall
|
5c055ebb9a
|
Reverted back to Single<T> instead of SingleOrDefault<T> except when searching for an episode in DB.
|
14 years ago |
Mark McDowall
|
a771d2cfa9
|
Changed all Single<T> to SingleOrDefault<T>
|
14 years ago |
kay.one
|
b00e437e56
|
Added Fluent.cs to allow string default extention method eg. "Series.Title.WithDefault(series.SeriesId)"
|
14 years ago |
Mark McDowall
|
d6920ee8ea
|
Fixed EpisodeProvider queries with multiple terms.
SeriesProvider.FindSeries will now return the QualityProfile when a series is found.
|
14 years ago |
kay.one
|
acf23d4fc2
|
Removed subsonic completely
|
14 years ago |
kay.one
|
33a38481dc
|
Fixed IsIgnored issues
|
14 years ago |
kay.one
|
cb8cb1691f
|
SeriesProvider is now Subsonic free.
|
14 years ago |
kay.one
|
63f6899894
|
Added PetaPoco
|
14 years ago |
kay.one
|
add780b431
|
Ninject is now forced to use proper constructor.
|
14 years ago |
Mark McDowall
|
560706ae8f
|
Fixed Renaming of episodes to include extension.
PostDownload Importing setup, need to setup job for period scan.
|
14 years ago |
Mark McDowall
|
9cb1eb7597
|
Rename Provider returns proper name for single episode series.
|
14 years ago |
kay.one
|
54d1d5e379
|
GetEpisodeFilesCount should be around 5 times faster.
|
14 years ago |
kay.one
|
57690f49a0
|
Fixed IsSeasonIgnore logic, added tests
|
14 years ago |
Mark McDowall
|
08b7b8c3e1
|
SeasonEditor moved to Gird Editor.
|
14 years ago |
kay.one
|
d3be516fb2
|
removed Season/SeasonProvider, updated dbBenchmark tests.
|
14 years ago |
Mark McDowall
|
5953ae038e
|
EpisodesWithoutFiles will ignore episodes with an air date before 1900.
Renamed SiteLayout to _Layout (MVC3 standard)
Moved some images to the image folder.
|
14 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).
Currently full season releases can be parsed, but will not process.
|
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
Added sample xml from all indexers to test project
Fixed a bug where parser would try to use file extension from a report title.
|
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
Conflicts:
NzbDrone.Core.Test/SeriesProviderTest.cs
NzbDrone.Core/Providers/EpisodeProvider.cs
|
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
Added health monitoring
Updated database logging
|
14 years ago |
kay.one
|
10ad7d1ed5
|
Added sabtitle method
Added custom parse option to Indexrbase
|
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
fixed some broken tests.
|
14 years ago |