Mark McDowall
728a18f680
Fixed searchProvider
12 years ago
Mark McDowall
2fd1263619
Download naming uses tvdb numbering
...
Searching by scene name added
Removed American Dad
12 years ago
Mark McDowall
4b5d20cefe
Revert "XemClient added"
...
This reverts commit a6e8ec6123
.
12 years ago
Mark McDowall
a6e8ec6123
XemClient added
...
New: Now using the thexem.de for episode information
12 years ago
Mark McDowall
a7a0a25029
Renamed AiredAfter to CustomStartDate
12 years ago
Mark McDowall
3061219367
EpisodeAiredAfter added to edit/editor
12 years ago
Mark McDowall
6c78187601
EpisodeAiredAfter added to AddSeries UI
...
New: Ability to skip episodes that aired before a certain date, per
series.
12 years ago
Mark McDowall
eee24aff1d
Tests added
...
Series metadata will be created when series info is refreshed (and on
add)
13 years ago
Mark McDowall
4947252f93
New: AirTime will be shown in Series grid details.
13 years ago
Mark McDowall
5764059f1d
New: Banner will be deleted when series is deleted.
13 years ago
kay.one
6d7e886e8c
Minor CSS update
13 years ago
Mark McDowall
4d918ff683
New: Added Network to Series Grid.
...
Fixed logging for RetentionSpecification.
13 years ago
Mark McDowall
0ff60bde92
Mass edit is now Series Editor.
...
Renamed Opps to Oops.
Fixed broken SeriesEditor.
13 years ago
Mark McDowall
a12dcfd501
Deleting a series will now delete the coresponding seasons.
13 years ago
Mark McDowall
249e6d7c4b
Fixed DateTime parsing in SeriesProvider.CleanAirsTime, will now suppress failures because TheTvDb has random data.
13 years ago
Mark McDowall
02cb12bdb8
BacklogSetting refactoring.
13 years ago
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.
13 years ago
Mark McDowall
baa0b8df67
Series Grid won't show series that haven't been completely added (LastInfoSync is null).
13 years ago
Mark McDowall
e885fadc59
Added MassEdit for series editing.
13 years ago
kay.one
e8e0e8e5dc
Adding series with a ID of 0 is now blocked.
13 years ago
kay.one
bfe4de7a08
Fixed some issue around path normalization.
13 years ago
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.
13 years ago
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).
13 years ago
kay.one
4ae268b8e5
lots of different things ;)
13 years ago
Mark McDowall
72c555f250
Local series search will now search anywhere in the title, not just the beginning.
13 years ago
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).
13 years ago
Mark McDowall
7db08a10ec
Next airing will not show ignored episodes.
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
6736afbeab
Added NextAiring to Series (ResultColumn), which is used for Series/Index. Added tests and fixed broken tests after adding new property.
13 years ago
Mark McDowall
dfd0720872
Added BannerDownloadJob, it will run every 30 days.
...
New series will have their banner downloaded on import.
13 years ago
Mark McDowall
559011ba82
SeriesPathExists compares paths in lower-case now.
...
GitHub Issue #9
13 years ago
kay.one
b4fb3002a4
Updated Add Series
13 years ago
Mark McDowall
67299f0d97
Merge branch 'master' of git://github.com/kayone/NzbDrone
...
Conflicts:
NzbDrone.Core.Test/NzbDrone.Core.Test.csproj
14 years ago
Mark McDowall
7ec499acab
Series with Episode count now ignores shows that haven't aired (includes ones that air today).
14 years ago
kay.one
452b5c8f84
Renamed sorting config keys
14 years ago
Mark McDowall
342406784a
Fixed seriesGrid query and tests.
...
Fixed GetEpisodeModels that would fail due to a null AirDate.
14 years ago
Mark McDowall
938fa24a8e
Merge branch 'master' of git://github.com/kayone/NzbDrone
14 years ago
kay.one
69239bc371
Switched to SQLCE 4.0
14 years ago
Mark McDowall
3a065b86f1
Fixed series grid after save so it has proper counts.
14 years ago
kay.one
f6ccb5e17c
Fixed broken build
14 years ago
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.
14 years ago
Mark McDowall
d416ec0147
Merge branch 'master' of git://github.com/kayone/NzbDrone
...
Conflicts:
NzbDrone.Core.Test/SeriesProviderTest.cs
14 years ago
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.
14 years ago
kay.one
ef9bbdc60e
Removed leftover code from old ages ;)
14 years ago
kay.one
a990fb91d5
SeriesProvider.GetSeries(int seriesId) will now fail if series is not found.
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
520e9c9d14
Fixed Series.QualityProfile relationship
...
more subsonic cleanup
14 years ago
kay.one
aa836f6a88
Fixed exception when GetSeries(int seriesId) where seriesId didnt' exist
14 years ago
kay.one
acf23d4fc2
Removed subsonic completely
14 years ago
Mark McDowall
ab26d2dd61
Renamed SceneNameMapping to SceneMapping.
...
SceneMappingProvider moved to PetaPoco.
14 years ago