Mark McDowall
4b5d20cefe
Revert "XemClient added"
...
This reverts commit a6e8ec6123
.
2012-10-16 17:08:47 -07:00
Mark McDowall
a6e8ec6123
XemClient added
...
New: Now using the thexem.de for episode information
2012-10-13 12:44:19 -07:00
Mark McDowall
a7a0a25029
Renamed AiredAfter to CustomStartDate
2012-09-20 08:37:40 -07:00
Mark McDowall
3061219367
EpisodeAiredAfter added to edit/editor
2012-09-19 00:07:19 -07:00
Mark McDowall
6c78187601
EpisodeAiredAfter added to AddSeries UI
...
New: Ability to skip episodes that aired before a certain date, per
series.
2012-09-18 23:06:09 -07:00
Mark McDowall
eee24aff1d
Tests added
...
Series metadata will be created when series info is refreshed (and on
add)
2012-07-12 11:30:43 -07:00
Mark McDowall
4947252f93
New: AirTime will be shown in Series grid details.
2012-04-14 17:55:17 -07:00
Mark McDowall
5764059f1d
New: Banner will be deleted when series is deleted.
2012-03-06 18:53:49 -08:00
kay.one
6d7e886e8c
Minor CSS update
2012-02-29 00:25:56 -08:00
Mark McDowall
4d918ff683
New: Added Network to Series Grid.
...
Fixed logging for RetentionSpecification.
2012-02-28 23:20:40 -08:00
Mark McDowall
0ff60bde92
Mass edit is now Series Editor.
...
Renamed Opps to Oops.
Fixed broken SeriesEditor.
2012-02-23 14:31:50 -08:00
Mark McDowall
a12dcfd501
Deleting a series will now delete the coresponding seasons.
2012-02-22 13:43:41 -08:00
Mark McDowall
249e6d7c4b
Fixed DateTime parsing in SeriesProvider.CleanAirsTime, will now suppress failures because TheTvDb has random data.
2012-02-01 16:02:20 -08:00
Mark McDowall
02cb12bdb8
BacklogSetting refactoring.
2012-01-25 17:02:21 -08:00
Mark McDowall
9eb022fdf4
BacklogStatus added to individually control which series are included in backlog searches. Applies to Backlog and RecentBacklog jobs. Editable in Series/MassEdit and Series Edit.
2012-01-23 22:29:32 -08:00
Mark McDowall
baa0b8df67
Series Grid won't show series that haven't been completely added (LastInfoSync is null).
2012-01-22 20:14:01 -08:00
Mark McDowall
e885fadc59
Added MassEdit for series editing.
2012-01-19 23:51:26 -08:00
kay.one
e8e0e8e5dc
Adding series with a ID of 0 is now blocked.
2012-01-13 14:16:33 -08:00
kay.one
bfe4de7a08
Fixed some issue around path normalization.
2011-12-10 11:22:47 -08:00
kay.one
e269494ff8
ParseSeriesName will now return normalized version of the title if it doesn't match any predefined
...
PostDownload provider will skip subfolders that are known series folders.
2011-12-10 10:54:16 -08:00
Mark McDowall
58abb6fbc2
SearchForSeries won't fail if an apostrophe is used in the search term (Let's PetaPoco handle building the query, as it should).
2011-12-08 00:44:22 -08:00
kay.one
4ae268b8e5
lots of different things ;)
2011-10-23 22:54:09 -07:00
Mark McDowall
72c555f250
Local series search will now search anywhere in the title, not just the beginning.
2011-10-20 23:06:36 -07:00
Mark McDowall
745d9d9355
TopSlider added for local series searching!
...
Should be easy to add others (would want to have it close other open ones, I think).
2011-10-20 16:36:47 -07:00
Mark McDowall
7db08a10ec
Next airing will not show ignored episodes.
2011-10-03 16:38:22 -07:00
Mark McDowall
30ffe79442
DeleteInvalidEpisodes with tests added to delete episodes that TheTvDb no longer has (previously bad data).
2011-09-29 21:40:00 -07:00
Mark McDowall
6736afbeab
Added NextAiring to Series (ResultColumn), which is used for Series/Index. Added tests and fixed broken tests after adding new property.
2011-09-28 10:56:30 -07:00
Mark McDowall
dfd0720872
Added BannerDownloadJob, it will run every 30 days.
...
New series will have their banner downloaded on import.
2011-09-10 01:42:05 -07:00
Mark McDowall
559011ba82
SeriesPathExists compares paths in lower-case now.
...
GitHub Issue #9
2011-07-28 18:03:24 -07:00
kay.one
b4fb3002a4
Updated Add Series
2011-07-27 15:59:48 -07:00
Mark McDowall
67299f0d97
Merge branch 'master' of git://github.com/kayone/NzbDrone
...
Conflicts:
NzbDrone.Core.Test/NzbDrone.Core.Test.csproj
2011-07-09 19:48:02 -07:00
Mark McDowall
7ec499acab
Series with Episode count now ignores shows that haven't aired (includes ones that air today).
2011-07-09 19:45:31 -07:00
kay.one
452b5c8f84
Renamed sorting config keys
2011-07-07 20:36:02 -07:00
Mark McDowall
342406784a
Fixed seriesGrid query and tests.
...
Fixed GetEpisodeModels that would fail due to a null AirDate.
2011-06-23 11:37:17 -07:00
Mark McDowall
938fa24a8e
Merge branch 'master' of git://github.com/kayone/NzbDrone
2011-06-23 00:05:18 -07:00
kay.one
69239bc371
Switched to SQLCE 4.0
2011-06-22 23:56:17 -07:00
Mark McDowall
3a065b86f1
Fixed series grid after save so it has proper counts.
2011-06-21 23:39:45 -07:00
kay.one
f6ccb5e17c
Fixed broken build
2011-06-21 18:22:52 -07:00
Mark McDowall
ecd0fb50a8
Removed extra injects that weren't needed.
...
Wrapped find series in try/catch to prevent a case where the series is in SceneMapping, but isn't in the users database. -Missed in last commit apparently.
2011-06-21 18:10:31 -07:00
Mark McDowall
d416ec0147
Merge branch 'master' of git://github.com/kayone/NzbDrone
...
Conflicts:
NzbDrone.Core.Test/SeriesProviderTest.cs
2011-06-20 00:16:01 -07:00
Mark McDowall
431d850d32
SeriesProvider gets QualityProfile in single call to DB.
...
SeriesProvider.GetAllSeriesWithEpisodeCount gets seasonCount(with or without specials), total episode count & episodeWithFile count (excluding ignored episodes).
Added tests for SeriesWithEpisodeCount.
2011-06-20 00:13:17 -07:00
kay.one
ef9bbdc60e
Removed leftover code from old ages ;)
2011-06-19 23:28:42 -07:00
kay.one
a990fb91d5
SeriesProvider.GetSeries(int seriesId) will now fail if series is not found.
2011-06-18 22:56:52 -07:00
Mark McDowall
d6920ee8ea
Fixed EpisodeProvider queries with multiple terms.
...
SeriesProvider.FindSeries will now return the QualityProfile when a series is found.
2011-06-18 00:17:47 -07:00
kay.one
520e9c9d14
Fixed Series.QualityProfile relationship
...
more subsonic cleanup
2011-06-17 21:39:02 -07:00
kay.one
aa836f6a88
Fixed exception when GetSeries(int seriesId) where seriesId didnt' exist
2011-06-17 20:36:22 -07:00
kay.one
acf23d4fc2
Removed subsonic completely
2011-06-17 18:46:22 -07:00
Mark McDowall
ab26d2dd61
Renamed SceneNameMapping to SceneMapping.
...
SceneMappingProvider moved to PetaPoco.
2011-06-16 23:04:01 -07:00
Mark McDowall
1f0e71c68e
Merge with Kayone.
2011-06-16 20:46:14 -07:00
kay.one
3cccb5858a
Merge branch 'markus101'
...
Conflicts:
NzbDrone.Core.Test/SeriesProviderTest.cs
NzbDrone.Core/Providers/MediaFileProvider.cs
NzbDrone.Core/Providers/SeriesProvider.cs
2011-06-16 19:48:24 -07:00