Mark McDowall
d99415bc31
Revert to standard numbering when scene is absent
12 years ago
Mark McDowall
2fd1263619
Download naming uses tvdb numbering
...
Searching by scene name added
Removed American Dad
12 years ago
Mark McDowall
59bfa16462
Added tests for GetEpisodeBySceneNumbering
12 years ago
Mark McDowall
9c6d78d479
Cleanup and updates for XEM
...
SceneSource added to signify to lookup via scene name
Use Episodes for naming instead of EpisodeNumbers (in ParseResult)
12 years ago
Mark McDowall
c9c967fa1d
Properly using Xem now
12 years ago
Mark McDowall
4b5d20cefe
Revert "XemClient added"
...
This reverts commit a6e8ec6123
.
12 years ago
Mark McDowall
d25da21e58
Multi episode title cleanup #ND-67 Fixed
12 years ago
Mark McDowall
070f6bb318
Added absolute episode number to DB
12 years ago
Mark McDowall
a6e8ec6123
XemClient added
...
New: Now using the thexem.de for episode information
12 years ago
Mark McDowall
23f8f534fc
TVDB numbering confusion fixed
...
Fixed: Issue when episode numbers changed on TheTVDB causing episode
files were linked incorrectly
12 years ago
Mark McDowall
2a8fab7ef9
Fixed: Episode Overview is trimmed down more to prevent being to large.
13 years ago
Mark McDowall
399b50ec8e
Truncating TvDb Overviews actually works. Stupid Recaps.
13 years ago
Mark McDowall
d79fa1c2cd
Fix: Episode Overview will be trimmed if it is too long.
13 years ago
kay.one
c5df00cc87
Fixed: fixed an issue where season ignore check wasn't working correctly.
...
Fixed: unavailable nzbdrone service will no longer block series from being added.
13 years ago
kay.one
3b18c9f621
Removed single episode rename button
...
Fix: while renaming series/seasons a single failure no longer stops the whole process
Fix: much better notification during batch rename
13 years ago
Mark McDowall
6116fdb032
Merge branch 'season-ignore'
...
Conflicts:
NzbDrone.Core.Test/NzbDrone.Core.Test.csproj
NzbDrone.Core/NzbDrone.Core.csproj
13 years ago
kay.one
7e38afc838
Logging/Download notification tweaks.
13 years ago
Mark McDowall
aac42d4882
More Season ignore work. Already ignored seasons will be ignored.
...
Fix: Season Ignore is handled separately from Episode Ignore.
13 years ago
Mark McDowall
969f8ae5e2
SeasonProvider Added to handle ignoring of Seasons.
13 years ago
kay.one
05df752cc8
Fix: Downgraded some log levels for less verbose logging
13 years ago
kay.one
83aa6330d1
Minor cleanups.
13 years ago
kay.one
5717b7f596
New: Rewrite of download decision engine.
13 years ago
kay.one
9fcb3a4573
Improved: Episodes that are in the future AND have no title will not be added to db (place holder episodes in TVDB)
13 years ago
kay.one
65417bd8ec
Fixed: Multipart episodes are now added to sab queue using single episode title only.
13 years ago
Mark McDowall
6772db7e69
EpisodesWithoutFiles returns Series.* instead of Series.Title only.
13 years ago
kay.one
78268f3c58
Better parser logging.
13 years ago
kay.one
4da2e1cb72
Episode auto-ignore is now done in realtime rather than using a job.
13 years ago
Mark McDowall
218059e08d
Added the ability to auto-ignore episodes for files that are deleted, good for people that delete after watching. Option is not exposed in the UI and is disabled by default (obviously).
13 years ago
Mark McDowall
7ff53e5ac2
Season 1, Episode 0 will not be automatically ignored (usually a pilot), with test.
13 years ago
kay.one
721bb51886
logging updates.
13 years ago
kay.one
7ec89056af
Auto adding of episodes is now disabled. (we should make it more conservative if we want to bring it back)
13 years ago
Mark McDowall
e4985cbd66
Moved try/catch for failed refresh episode info to job.
13 years ago
Mark McDowall
6bd0b8a39e
Added additional logging when updating episode info.
13 years ago
Mark McDowall
77bf257132
GetEpisodesByParseResult will log a warning when an episode is daily, but series isn't.
13 years ago
kay.one
98e8f4361e
Better logging for auto adding new episodes.
13 years ago
Mark McDowall
d2779d2cdf
Fixed bug with duplicate episode naming.
13 years ago
Mark McDowall
f3fbcec8cb
GetEpisodesByParseResult will return multiple episode names when multiple episodes are found.
13 years ago
kay.one
cc8c70d7f5
Fixed some bugs, cleaned up some code.
13 years ago
Mark McDowall
fbc0a561ca
Fixed a big where Season 0 wasn't being ignored for new seasons + a test to confirm it.
13 years ago
kay.one
30497357b4
Removed single search method in indexer base.
13 years ago
Mark McDowall
290e5d5897
Daily episodes that are added via RSS feed will have proper season and episode numbers.
13 years ago
Mark McDowall
38790e9f9c
GetEpisodesByParseResult will properly handle Daily episodes.
13 years ago
Mark McDowall
2aaa23b11d
Refreshing EpisodeInfo will now set new or existing episodes that have air times prior to 1900 to null.
13 years ago
Keivan Beigi
ae1a32b874
Fixed an issue where GetEpisodesByParseResult would throw object reference when episode list was null
13 years ago
Keivan Beigi
6af98f9e96
more better exception handling.
13 years ago
Mark McDowall
117cebe655
Found and fixed a bug in EpisodeProvider.GetEpisodesByParseResults, where it would incorrectly return all episodes for a season when a file was detected as a Full Season release.
13 years ago
Mark McDowall
8cac84b4ad
PostDownloadProvider broken down further.
...
Will try to reprocess _NzbDrone_ directories each pass, but will mark with an error when possible.
Attempt to process _UNPACK_ and _FAILED_ directories 30 minutes after first detected by NzbDrone (to give SAB time to unpack properly before processing).
13 years ago
Mark McDowall
5098ea3249
Added two new Episode Statuses - Unpacking and Failed.
...
Tests added to support new Statuses.
PostDownloadScanJob will update PostDownloadStatus for failed or unpacking.
ImportFile will set the PostDownloadStatus to Processed when added to the database.
13 years ago
Mark McDowall
33930534c2
Ignore Episode Zero when adding a new episode to the database, either via GetEpisodesByParseResult
...
or RefreshEpisodeInfo. With tests.
13 years ago
Mark McDowall
79472964ed
DeleteInvalidEpisodes Deletes by TvDbId only, skipping any manually added episodes (TvDbEpisodeId is 0 or null)
13 years ago