Mark McDowall
81e385bebf
New: Use media info during import to extract resolution for quality
...
Closes #448
Closes #1105
2018-04-14 22:01:24 +02:00
Taloth
d0e8aef949
New: Consider all scene SxxE00 releases Specials as well.
...
* New: Consider all scene SxxE00 releases Specials as well.
* Cleanup special episode titles and handle E00 specials with existing scenemappings.
* Moved handling of scene mapped E00 to central function.
2018-01-04 21:49:16 +01:00
Mark McDowall
e8c5e417b6
Improve handling of multiple seasons in one file
...
Fixed: Invalid scene numbering leading to manual import failing to load
Fixes #2255
2017-12-28 21:48:05 -08:00
Mark McDowall
2b8ab92ef7
Fixed: Parse and reject season extras
...
Fixes #2176
2017-09-21 18:28:44 -07:00
Mark McDowall
52ce2c0007
Fixed: Reject partial season packs
...
Fixes #2135
2017-08-26 22:55:06 -07:00
Taloth Saldono
a5bc4a8f11
Added ability to filter scene mappings by regex via services.
2017-05-06 14:05:49 +02:00
Keivan Beigi
0214c8e0f0
Removed unused using statements
2016-12-23 13:45:24 -08:00
Keivan Beigi
aba613acd1
Because it's 2016!
2016-12-21 20:38:37 -08:00
Taloth Saldono
c7d445d1c1
New: Added raw DVD check for BTN to prevent those pesky VIDEO_TS downloads.
...
fixes #r1377
2016-07-24 01:00:34 +02:00
Mark McDowall
8a6d1ef373
Release scoring
2016-04-08 13:25:50 -07:00
Taloth Saldono
91d91bc673
Fixed: Sample files of daily episodes should also be deleted after import.
2016-02-11 21:27:41 +01:00
Taloth Saldono
99f452e299
New: Added support for newznab indexers using tvdbid for searching.
2015-10-09 22:22:46 +02:00
Taloth Saldono
ccfa13e383
Replaced built-in valuetypes with language keywords.
2015-10-03 21:14:06 +02:00
Mark McDowall
8f9e076325
Fixed: Don't log all daily episodes parsing as unknown episodes
2015-08-21 17:54:50 -07:00
Taloth Saldono
f2a70677e4
New: Will now temporarily stop using an indexer if the indexer reported an error.
2015-07-20 21:09:16 +02:00
Michel Zehnder
9d7522cc15
New: Add generic TorrentRssIndexer support.
...
Add support for generic RSS feeds. Parses the feed and tests if it is
EZTV compatible, or if it has all required fields for the generic
TorrentRssParser
2015-05-25 22:49:58 +02:00
Mark McDowall
6dd22e7dcb
New: Manual Import episodes
2015-05-05 08:41:39 -07:00
Keivan Beigi
d849a4ab48
New: Show source/seed info in manual search
2014-12-19 17:21:03 -08:00
Mark McDowall
a5dd0cce29
Fixed: Delays use minutes not hours
2014-12-09 20:48:25 -08:00
Keivan Beigi
cf77104a02
removed redundant else
2014-12-06 23:23:11 -08:00
Keivan Beigi
0be8f55a2f
Cleaned up using directive
2014-12-06 21:55:17 -08:00
Mark McDowall
6467167046
Moved Extension methods in common to subfolder
2014-12-01 22:26:25 -08:00
MythJuha
67cd5703a1
New: Implemented Torrent Download Clients: uTorrent, Transmission and Deluge. And several public and private Torrent Indexers.
2014-11-19 21:47:10 +01:00
Taloth Saldono
518a75ea5c
Downloading releases via Manual Search are now processed via unique id to allow caching more Release details.
2014-09-12 19:35:00 +02:00
Taloth Saldono
7b420fc033
Added MediaInfo to EpisodeFile.
2014-08-05 18:14:06 +02:00
Mark McDowall
70af42e69c
Manual search shouldn't die on mono
2014-07-10 09:26:20 -07:00
Mark McDowall
9a92815cbf
Fixed: Specials with the season number will be handled properly
2014-07-09 13:56:52 -07:00
Mark McDowall
193672b652
Anime!
...
New: Anime support
New: pull alternate names from thexem.de
New: Search using all alternate names (if rage ID is unavailable)
New: Show scene mapping information when hovering over episode number
New: Full season searching for anime (searches for each episode)
New: animezb.com anime indexer
New: Treat BD as bluray
Fixed: Parsing of 2 digit absolute episode numbers
Fixed: Loading series details page for series that start with period
Fixed: Return 0 results when manual search fails, instead of an error
Fixed: animezb URL
2014-07-02 07:33:51 -07:00
Taloth Saldono
2035fe8578
New: Drone now uses the Download Client API to determine if a download is ready for import. (User configuration is required to replace the drone factory with this feature)
2014-05-30 19:40:29 +02:00
Mark McDowall
e21574a203
Blacklisting improvements
...
New: New releases that fail will be retried a second time after waiting 1hr (configurable)
Fixed: Blacklisting releases with the same date and vastly different ages
2014-04-08 17:19:36 -07:00
Mark McDowall
2f3430387e
Major logging overhaul
2014-03-13 13:13:02 -07:00
Mark McDowall
6d1cb90723
Possible special is less aggressive, with tests
2014-02-22 15:33:11 -08:00
Mark McDowall
faa24c5bb6
Merge branch 'special-episode-search' of https://github.com/iaddis/NzbDrone into special-episode-search
...
Conflicts:
src/NzbDrone.Core/Indexers/Omgwtfnzbs/Omgwtfnzbs.cs
2014-02-19 23:23:20 -08:00
Taloth Saldono
c90791b266
Quality Order can now be change on per Quality Profile. Quality Title used in Renaming can now be changed by the user. Both options require Advanced Settings to be enabled.
2014-01-27 19:21:29 +01:00
Icer Addis
2dbf0ecc82
Fixes for code review
2014-01-13 21:20:29 -08:00
Icer Addis
6ee08af111
Special Episode parsing support in ParsingService
...
Added ParsingService.ParseSpecialEpisodeTitle
Added SeriesService.FindByNameInexact
Added EpisodeService.FindSpecialEpisodeByName
Added IsPossibleSpecialEpisode method to parse info
DownloadDecisionMaker will try to find special episodes if a parse fails or is a possible special episode
2014-01-07 00:24:50 -08:00
Mark McDowall
f76c4700a6
New: Release Group can now be used in rename patterns
2013-12-08 22:25:11 -08:00
kayone
ec63053fe7
cleaned up using directives.
2013-11-19 16:42:17 -08:00
Mark McDowall
bb65e83012
Fixed broken mapping tests
2013-11-11 21:03:11 -08:00
Cyberlane
26d3d9dcd6
Small tweaks based on feedback from @markus101
2013-11-11 21:03:10 -08:00
Cyberlane
44c1bc632e
Parsing service code (and tests) for absolute numbered episodes
2013-11-11 21:03:08 -08:00
Cyberlane
d13b41313f
Parser can parse absolute episode numbers
2013-11-11 21:03:07 -08:00
Mark McDowall
5b329ba3af
Fixed: Now able to queue downloads using manual search on mono (Linux)
2013-11-10 01:51:53 -08:00
Mark McDowall
436644318b
Added name + year lookups
...
New: Support series lookup when year has been appended to the release name
2013-10-31 16:50:39 -07:00
Mark McDowall
52da5b643d
Using string for airdate instead of DateTime in models to prevent timezone issues
...
Fixed: Manual search air by date shows can now be sent to download client
2013-10-22 22:17:02 -07:00
Mark McDowall
5bf0e197ec
Moved source code under src folder - massive change
2013-10-02 18:01:32 -07:00