1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-18 23:48:35 +02:00
Commit Graph

778 Commits

Author SHA1 Message Date
Keivan Beigi
ac4f2d5e9a Don't try to download small version of non-existing poster 2014-10-03 23:06:50 -07:00
Keivan Beigi
6a743a8792 removed dead code 2014-10-03 16:29:52 -07:00
Keivan Beigi
aa75b3d331 don't log getqueue download client exceptions as error. 2014-10-03 14:38:57 -07:00
Keivan Beigi
a44be4d902 log newsnab 429 errors as warn instead of exceptions 2014-10-03 10:50:43 -07:00
Keivan Beigi
89e83ded04 Added fluent FluentMigrator.Runner as nuget packages 2014-10-02 21:53:19 -07:00
Keivan Beigi
54b6bfc181 updated fluentassertion/fluentmigrator 2014-10-02 21:44:53 -07:00
Keivan Beigi
c10a9ddf6e updated json.net to 6.0.5 2014-10-02 21:39:21 -07:00
Mike
87cafe0035 Don't allow port 0 as a listen port
Port 0 is not really a valid port. Using it will most likely dynamically
allocate a port to listen on.
2014-10-02 08:32:32 -04:00
Mark McDowall
acc25d7558 Check history when retrying downloads with SAB
Fixed: Retrying a download shouldn't cause drone to lose track of it
2014-09-30 14:18:04 -07:00
Mark McDowall
caa6a3858b Use DownloadClientIds to find matching series/episodes instead of relying solely on release name
Fixed: Show a warning in Queue when drone is unable to import due to a name mismatch
Fixed: Better UI messages for Queue when there is an error or warning
2014-09-28 16:20:06 -07:00
Mark McDowall
3f11fcf2e1 Fixed: Use empty string when {Original Title} is not available 2014-09-28 00:47:24 -07:00
Mark McDowall
97370cc8b3 omgwtfnzbs fixes
New: connect to omgwtfnzbs over https
Fixed: No results found response for omgwtfnzbs
2014-09-27 18:39:33 -07:00
Keivan Beigi
e3efd9a84c Merge pull request #119 from NzbDrone/piwik-web
New: added self hosted analytics to help improve nzbdrone.
2014-09-27 18:38:39 -07:00
Keivan Beigi
c4b210c053 disable analytics in dev 2014-09-27 13:38:31 -07:00
Taloth Saldono
5e62c2335f Fixed: Refactored the Indexer architecture to support non-rss indexers. 2014-09-27 21:57:35 +02:00
Keivan Beigi
a21b535937 New: added self hosted analytics to help improve nzbdrone. Can be turned off in Setting>General 2014-09-27 12:39:29 -07:00
Mark McDowall
22c9bc402f Fixed: File upgrade rejections will be reported properly when importing 2014-09-27 08:58:53 -07:00
Taloth Saldono
cc8c88e921 Fixed: Extensions are now removed from scene names during import. 2014-09-26 23:28:24 +02:00
Taloth Saldono
d8d641b8df Fixed: Detecting NzbGet free-space errors during unpack and move errors as warnings.
Fixed: NzbGet Script errors are again considered failures so that corruption-detection scripts trigger drone to grab another release.
2014-09-25 20:48:41 +02:00
Taloth Saldono
efbce27a7c Fixed: Now the UI will update properly if you change a custom quality title in the Quality table. 2014-09-24 21:08:37 +02:00
Mark McDowall
89aa25e016 Fixed: XBMC will update the series path only when possible 2014-09-23 18:18:02 -07:00
Mark McDowall
d5917f34ad Actually fixed what I said I fixed last time 2014-09-23 18:11:30 -07:00
Mark McDowall
adf0fc8990 Fixed: Notifications won't show version unless its anime, will show proper 2014-09-23 10:56:15 -07:00
Mark McDowall
fdf210d10f Fixed: grabbing a release from manual search 2014-09-22 20:06:21 -07:00
Mark McDowall
a3d013d908 New: v2/v3/etc handling for anime 2014-09-22 11:08:30 -07:00
Taloth Saldono
8bef19448f Fixed: NzbGet history items deleted due to health are now properly recognized as failed. 2014-09-20 22:14:09 +02:00
Taloth Saldono
6a30b13343 Fixed: Updated Add Series sort logic to better handle Country/Year variants. 2014-09-19 22:33:52 +02:00
Mark McDowall
4cbb59d4e8 Episode file import fixes
Fixed: Import event when file doesn't have a valid scene name
Fixed: Filename when file doesn't have a valid scene name
2014-09-15 16:46:35 -07:00
Mark McDowall
7c01f46cc0 Fixed logging text for XBMC episode images 2014-09-15 16:46:34 -07:00
Mark McDowall
21c5352183 Fixed: Properly parse mono version 3.10 2014-09-14 08:28:00 -07:00
Taloth Saldono
525f1aa9dd New: Added global Remote Path mapping table to replace individual Local Category Path settings. 2014-09-14 00:26:18 +02:00
Mark McDowall
8281063698 Fixed: Don't try to test notifications when only on upgrade is enabled 2014-09-12 17:12:33 -07:00
Taloth Saldono
80ed203258 Updated HttpResponse to support binary content. 2014-09-13 00:46:03 +02:00
Taloth Saldono
56436fea69 Fixed: Now shows UI notification if downloading nzb from indexer fails. 2014-09-12 21:22:50 +02:00
Taloth Saldono
70fc927e9f New: Will now provider a clearer error if the indexer returned unexpected html content (indicating a blocked site) instead of failing with a parser error. 2014-09-12 21:22:50 +02:00
Taloth Saldono
82061cf5a0 General fixes and adjusted ParseSize method. 2014-09-12 21:22:26 +02: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
Mark McDowall
2b0ddb6131 New: Scheduled tasks shwon in UI under System 2014-09-11 23:06:43 -07:00
Keivan Beigi
879035b28a Merge branch 'http-client' into develop 2014-09-11 16:49:54 -07:00
Keivan Beigi
2c1d3339d0 HttpClient 2014-09-11 16:49:41 -07:00
Mark McDowall
1b18baca44 Fixed: Manual refresh of all series will refresh every series, including ended series 2014-09-10 23:49:25 -07:00
Mark McDowall
b2526a136c More logging when episode file image can't be found for XBMC metadata 2014-09-09 19:04:25 -07:00
Mark McDowall
33f44e7932 New: log all startup events to log file at trace and above 2014-09-06 08:32:08 -07:00
Mark McDowall
f63476260b New: Show episode file file deletions in history and episode activity 2014-09-06 08:08:12 -07:00
Taloth Saldono
49e2f26ffc Fixed: Multiple SeasonEpisode formats in the same pattern are now supported. 2014-09-06 01:26:54 +02:00
Mark McDowall
86ef30480f Searching icons and spinner fix
New: Manual search has its own icon on series details instead of a dropdown
Fixed: Automatic search icon will spin showing activity
2014-09-05 08:29:10 -07:00
Keivan Beigi
3a287bf7e7 Merge pull request #108 from NzbDrone/scene-name
Fixed: Use Nzb title as scene name when available
2014-09-04 09:24:37 -07:00
Mark McDowall
b638e09f24 Fixed: Don't mark releases as imported unless at least one file is imported 2014-09-03 17:57:27 -07:00
Mark McDowall
96c1ceaa29 Fixed: Set permissions on new metadata files (mono) 2014-09-02 22:08:08 -07:00
Mark McDowall
b9ff97fe9f Fixed: series/season folders will have leading/trailing periods removed when they are created 2014-09-02 17:15:03 -07:00
Keivan Beigi
ce8cb41bac don't clear scenenames that are 40 char long. 2014-09-02 15:17:35 -07:00
Keivan Beigi
1c7f2ad29e spelling 2014-09-02 15:12:13 -07:00
kayone
20287f84ce Fixed: Use Nzb title as scene name when available 2014-09-02 15:07:29 -07:00
Taloth Saldono
b9623957fd Fixed: All migrations are now transactional and will rollback if failed 2014-09-01 22:00:20 -07:00
Mark McDowall
ae97af6bb6 Fixed: Support for poorly numbered multi-episode releases 2014-09-01 21:46:07 -07:00
Mark McDowall
bf1547a524 Pneumatic will set the download client ID for strm files 2014-09-01 11:14:54 -07:00
Mark McDowall
57448fd29a Fixed: Pneumatic now has a watch folder (for importing strm files) 2014-09-01 10:29:55 -07:00
Mark McDowall
e67136ae64 New: number of episode files that will be deleted shown on delete dialog 2014-08-31 23:25:30 -07:00
Mark McDowall
901808e0b3 Fixed: Fanzub will connect via HTTP because their cert has expired 2014-08-31 22:52:26 -07:00
Mark McDowall
2651cd63a8 Fixed: Don't mark a download as successful unless all valid files are imported 2014-08-30 14:42:24 -07:00
Taloth Saldono
1bca66a0c2 Fixed: Failed downloads not removed from history will no longer be erroneously retried after restarting drone. 2014-08-28 21:29:02 +02:00
Taloth Saldono
9e02a05733 New: Added automatic detection of a critical bug in mono 3.4.0 to the mono version check. (see mono bug #18599) 2014-08-28 19:35:23 +02:00
Mark McDowall
ebf0dbc1d0 New: Enable/Disable RSS Sync/Searching on a per indexer basis 2014-08-27 08:23:55 -07:00
Mark McDowall
0c839d1e11 New: Trace/Debug logging will keep the last 50 files instead of only the last 5 2014-08-25 22:52:17 -07:00
kayone
322ff2af8c signalR connection is now called directly rather than using a command to reduce overhead. 2014-08-25 21:01:32 -07:00
Mark McDowall
44f869902e Fixed: Migration issue when column names were wrapped in backticks instead of quotes
(cherry picked from commit 15ebe03130)
2014-08-25 13:26:20 -07:00
kayone
e0e90efbc9 updated fluentmigrator 2014-08-24 23:17:05 -07:00
kayone
3f3cc69da7 updated json.net 2014-08-24 18:45:55 -07:00
Mark McDowall
a933ab90ec Merge pull request #103 from Taloth/develop
Styling episode Quality badge for Cutuff Unmet
2014-08-24 18:33:02 -07:00
kayone
7b2b4794c7 updated fluentvalidation 2014-08-24 18:18:37 -07:00
Taloth Saldono
bd60133274 Fixed: Framerate in mediainfo is now parsed culture invariant. 2014-08-23 23:42:08 +02:00
Taloth Saldono
04160a61c9 Fixed: Update Quality parser for Anime Elysium group. 2014-08-23 23:42:07 +02:00
Mark McDowall
7a804d4702 Fixed: parsing of files without a title and a 4 digit season number 2014-08-23 10:58:27 -07:00
Mark McDowall
74ff7803a9 Only set last write time for recycling bin on Windows 2014-08-21 19:18:28 -07:00
Mark McDowall
807ed7df1a New: Show disk space used by series on series details 2014-08-17 00:41:16 -07:00
Mark McDowall
39c66b7951 Fixed: Metadata creation issue due to relative episode file paths 2014-08-14 23:57:49 -07:00
Mark McDowall
6671934c0f Relative episode file paths 2014-08-13 17:08:24 -07:00
Taloth Saldono
9e9cb98b3a Fixed: Added additional separators to reversed title detection. 2014-08-13 22:09:31 +02:00
Mark McDowall
1464a5d391 Warn if unable to get new nzoid from SAB 2014-08-12 16:44:24 -07:00
Mark McDowall
8ae354a56b SAB test to warn if Category Local Path is set when connection is to localhost 2014-08-12 07:22:30 -07:00
Mark McDowall
3b08f317dd Remove request info from title when parsing 2014-08-11 22:11:06 -07:00
Mark McDowall
9e0c8a60b4 Anime special fixes
Fixed: Parsing of special/OVA/OVD releases
Fixed: Handling of anime releases with season number of zero
2014-08-11 19:44:26 -07:00
Taloth Saldono
4540cf05ad Fixed: Solved database performance bug causing slow rss syncs. 2014-08-11 22:30:37 +02:00
Mark McDowall
41ece422c9 Fixed: Remove accents from titles when looking for matching series 2014-08-11 12:26:06 -07:00
Mark McDowall
9ffdf18935 Fixed: Set permissions on new series folders (mono) 2014-08-10 21:20:06 -07:00
Taloth Saldono
d1a8cd2a84 Readded Growl logo via embedded binary blob. 2014-08-10 14:55:41 -07:00
Taloth Saldono
10de8087f7 Added warning to Sabnzbd Client Test to disable the sabnzbd pre-check option. 2014-08-10 14:54:56 -07:00
Taloth Saldono
6c44121b09 Fixed: Now assuming that an Ended series without any airdates are direct-to-dvd. 2014-08-10 14:54:56 -07:00
Taloth Saldono
a5a99f64ff Fixed: Parser now recognizes 848x480 as 480p. 2014-08-10 14:54:55 -07:00
Mark McDowall
cd5f404cea Removing logo from growl temporarily 2014-08-09 02:12:56 -07:00
Mark McDowall
9eab145924 Fixing csproj 2014-08-09 01:53:15 -07:00
Mark McDowall
dd15442dcd Copy logo into output folder on build, fix broken tests 2014-08-09 01:51:19 -07:00
Mark McDowall
ca09588390 Fixed: Remove GDI+ dependency with embedded resource 2014-08-09 01:27:53 -07:00
Mark McDowall
ac03e7e8a4 Merge pull request #99 from ToBeFrank/growl-fixes-squashed
Growl Fixes

Fixed: Growl for OS X
Fixed: Growl on mono
2014-08-08 20:22:02 -07:00
Frank Riley
e752e7f35d Fixed several issues in GrowlService:
1) Calls to the growl SDK were not made in a thread safe manner

2) Loading the icon from a URL did not work in mono, and it made
   the GrowlService calls take exceptionally long

3) The result of the growl SDK calls was not checked

4) A bug in the growl for windows SDK caused the mono version
   on unix platforms to not work. A fixed version of the SDK is
   now included in the build (do not use the NuGet version, it's
   broken on unix). The bug was reported to growl for windows here:
   https://code.google.com/p/growl-for-windows/issues/detail?id=48

use var for locals

made requested changes from code review

Gave state class a better name
2014-08-08 17:56:54 -07:00
Mark McDowall
b4698b070c Fixed: Update IMDB ID from trakt when series is refreshed 2014-08-07 08:24:23 -07:00
Mark McDowall
15f9c3a95d Removed some extra using statements 2014-08-05 23:17:44 -07:00
Mark McDowall
4ad28bb6f6 Pushover default to Normal 2014-08-05 13:53:37 -07:00
Taloth Saldono
8a5edfeaf5 Rewrote most of the renamer token handling code to give it a bit more generic architecture. Also added MediaInfo as possible token. 2014-08-05 18:14:09 +02:00
Taloth Saldono
7b420fc033 Added MediaInfo to EpisodeFile. 2014-08-05 18:14:06 +02:00
Taloth Saldono
b427954f5f null EmbeddedDocuments are now stored as DBNull instead of json null. 2014-08-05 18:14:03 +02:00
Mark McDowall
18874e2c79 Calendar/Date localization
New: Choose calendar starting day of week
New: Choose prefered date/time formats
New: Option to disable relative dates and show absolute dates instead
2014-08-04 23:18:14 -07:00
Mark McDowall
0ba19f0cd7 New: Add to Homescreen for mobile support 2014-08-03 16:05:15 -07:00
Mark McDowall
c21ffcb5e4 New: Show processing time for pending items on Calendar and Queue 2014-08-01 18:08:32 -07:00
Mark McDowall
3b26e82644 Much better logging for searching 2014-08-01 18:08:02 -07:00
Mark McDowall
c11c2c831d Don't set folder write time on Mono 2014-08-01 00:17:20 -07:00
Mark McDowall
f657afc424 Fixed: don't try to delete series folder if it doesn't exist 2014-07-31 23:57:17 -07:00
Mark McDowall
ff99c383da XBMC version is cached by host & port
Cache is cleared on test
Version is cached for 12 hours
2014-07-31 23:53:38 -07:00
Mark McDowall
fc46018c9a Fixed: Connecting to XBMC when user name and password are configured 2014-07-31 23:30:30 -07:00
Taloth Saldono
e5e00fd346 Fixed: Renaming Episodes will never overwrite existing files. 2014-07-31 12:32:31 -07:00
Mark McDowall
b841d2e9b4 Fixed: VOSTFR will be treated as French 2014-07-30 07:56:43 -07:00
Mark McDowall
043ca57e1e Fixed: no longer logging finished searching messages when search did not occur on that indexer 2014-07-30 07:31:02 -07:00
Mark McDowall
705d4a3d02 New: show mono version on System -> Info 2014-07-29 23:23:43 -07:00
Mark McDowall
7fc3b971f6 Fixed: Womble's publish date will be treated as UTC instead of local 2014-07-28 07:50:28 -07:00
Taloth Saldono
e867548ec3 Fixed: Some timing issues in Sabnzbd RetryDownload logic. 2014-07-28 01:14:20 +02:00
Mark McDowall
7febd71fd9 Title must be included for 6 digit air date 2014-07-27 00:17:48 -07:00
Mark McDowall
9410e01c92 Improve decision processing and deleting of pending releases 2014-07-26 17:39:28 -07:00
Taloth Saldono
5450170718 Cleanup, sorted project files. 2014-07-26 14:29:07 +02:00
Taloth Saldono
4b53cc7e52 Fixed: Manually marking a grabbed release failed will now mark all episodes in that release failed instead of only one. 2014-07-26 14:06:58 +02:00
Mark McDowall
74a38415cf Profiles
Indexes are created with the same uniqueness when copying a table

New: Non-English episode support
New: Renamed Quality Profiles to Profiles and made them more powerful
New: Configurable wait time before grabbing a release to wait for a better quality
2014-07-25 23:21:44 -07:00
Mark McDowall
b72678a9ad Using absolute episode number logging moved to Debug 2014-07-25 08:34:29 -07:00
Mark McDowall
daaf4e1831 New: Parse 6 digit date format (yymmdd) 2014-07-25 08:33:51 -07:00
Mark McDowall
d9f4eeb0f0 Fixed: Manual search won't fail if release wasn't parsed correctly 2014-07-25 06:37:25 -07:00
Mark McDowall
502c2fa6cf Better regex for mono version parsing 2014-07-24 23:57:54 -07:00
Mark McDowall
a4500606a9 Fixed: mono version check will check running mono version instead running another version 2014-07-24 23:37:32 -07:00
Mark McDowall
41583a8c67 New: Pushalot notification support 2014-07-24 23:08:32 -07:00
Mark McDowall
08b2e293d3 Verify disk scan won't scan if root folder doesn't exist 2014-07-24 18:02:47 -07:00
Mark McDowall
638c149b62 Added more resolutions for 1080p releases 2014-07-22 07:10:19 -07:00
Mark McDowall
39ef6123b8 New: PushBullet messages start with NzbDrone to match other applications 2014-07-22 06:33:35 -07:00
Taloth Saldono
d64c4445b8 Fixed compile warnings. 2014-07-21 08:18:24 -07:00
Taloth Saldono
9a649cf58e Added UserAgent to RestClient. 2014-07-21 08:18:22 -07:00
Taloth Saldono
e9f39493f4 Fixed: Sabnzbd downloads with single obfuscated files in nested subdirectories are now handled appropriately. 2014-07-21 08:18:22 -07:00
Mark McDowall
fdddb13686 New: NZBgeek added as preset indexer 2014-07-20 21:07:36 -07:00
Taloth Saldono
53e723a301 Fixed: Blacklist Retry logic will now properly handle Sabnzbd changing the unique id. 2014-07-19 20:16:45 +02:00
Taloth Saldono
47089d360d New: The History->Queue UI now show some elementary error information for failed imports. 2014-07-19 00:19:27 +02:00
Taloth Saldono
981ffb09fc Added hint for tvdb: imdb: search prefixes. Also fixed the series title overflow issue. 2014-07-19 00:19:26 +02:00
Taloth Saldono
8f192e635f New: The Manual Search result table is now sorted by the internal prioritization logic and sorting by quality now works as well.
Tnx to mspec and betrayed for averting catastrophe.
2014-07-19 00:19:25 +02:00
Mark McDowall
c0cfbc4de4 Fixed: Blu-Ray in release/file name will be handle as Blu-Ray properly 2014-07-15 07:34:36 -07:00
Mark McDowall
1368c4376b Fixed: Multi-episode style is used when renaming multi episode anime 2014-07-14 23:06:06 -07:00
Mark McDowall
bb87d4e96e Fixed: Get all anime episodes even when absolute episode number is zero 2014-07-13 19:11:28 -07:00
Taloth Saldono
df0082c077 Fixed issue with a relative complete dir in sabnzbd. 2014-07-13 17:01:51 +02:00
Mark McDowall
2a0f461135 Fixed broken tests 2014-07-10 20:38:48 -07:00
Mark McDowall
55beec4908 Fixed: Attempt to refresh anime episodes by absolute numering when refreshing 2014-07-10 19:23:57 -07:00
Mark McDowall
8b2ef1a228 Fixed: tvrage ID will be updated if changed on trakt 2014-07-10 13:16:41 -07:00
Mark McDowall
70af42e69c Manual search shouldn't die on mono 2014-07-10 09:26:20 -07:00
Mark McDowall
c5a62bfdf1 Fixed: Problems with backup before update (see forums for announcement on updating) 2014-07-10 07:08:10 -07:00
Taloth Saldono
f9586e6f77 Updated test logic to report exceptions gracefully. 2014-07-10 00:32:44 -07:00
Mark McDowall
25abeb8c9c Various anime improvements
Series type is persisted in the client
New: Warning in UI if anime episode doesn't have an absolute episode number
New: If series type is changed the series will be rescanned
New: Update scene mappings when series is refreshed
2014-07-09 23:55:09 -07:00
Mark McDowall
86936303dd Fixed: Age of releases includes time of day in calculation 2014-07-09 22:43:32 -07:00
Mark McDowall
140427c76e Backup before update 2014-07-09 18:51:01 -07:00
Mark McDowall
9a92815cbf Fixed: Specials with the season number will be handled properly 2014-07-09 13:56:52 -07:00
Taloth Saldono
5e68ed7aac Changed scene mapping log entry from Info to Debug to avoid spamming the log every minute. 2014-07-09 21:37:45 +02:00
Taloth Saldono
257cdf9382 New: It is now possible to use Completed Download Handling with remote download clients by specifying the local mount in settings. 2014-07-09 21:36:45 +02:00
Taloth Saldono
822de39a9e Changed the way additional validation details get sent the UI. 2014-07-09 21:36:43 +02:00
Taloth Saldono
232a2b9422 Fixed: Sabnzbd now verifies the category configuration. 2014-07-09 21:36:42 +02:00
Mark McDowall
2b6f908038 New: HR WS PDTV releases will be treated as HDTV720p 2014-07-08 22:45:19 -07:00
Mark McDowall
87d15092e5 New: nzbplanet.net as a newznab preset 2014-07-08 22:37:31 -07:00
Mark McDowall
6c020111b8 Removed extra usings from migrations 2014-07-07 20:40:42 -07:00
Mark McDowall
07cb7edfcf Fixed newznab testing and saving 2014-07-07 13:12:00 -07:00
Mark McDowall
1ef756acd2 Backup "type" folders created properly 2014-07-07 00:47:27 -07:00
Mark McDowall
7af782d353 Provider testing improvements
New: Test button for indexers in UI

Fixed: Testing download clients shows error messages in UI
Fixed: Testing notifications shows error messages in UI
2014-07-06 20:12:42 -07:00
Mark McDowall
c5bd8b27fb Backups
New: Backup drone's database and configuration from the UI
New: Download Backup files from the UI

Fixed: Run a database backup before upgrade
2014-07-06 20:10:51 -07:00
Mark McDowall
d74e461aea Removed extra namespaces 2014-07-04 17:05:26 -07:00
delphiactual
e1e8ab7841 New: Added MediaBrowser Metadata support. 2014-07-04 17:05:25 -07:00
Mark McDowall
4170415b03 Fixed: Fate/Zero being incorrectly imported to Fate/Stay Night 2014-07-04 08:28:31 -07:00
Mark McDowall
bd0392a376 Merge branch 'series-sorttitle' of https://github.com/Taloth/NzbDrone into develop
Conflicts:
	src/NzbDrone.Api/Series/SeriesResource.cs
	src/NzbDrone.Core/Tv/SeriesService.cs
2014-07-02 07:42:04 -07:00
Mark McDowall
7df5d6c9b8 Merge branch 'develop' of https://github.com/Taloth/NzbDrone into develop 2014-07-02 07:40:32 -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
Scott Rice
828dd5f5ad Adds Anime-specific searching and Fanzub support
Splits searching in the same way as a Daily search, each indexer has a
method to search specifically for anime. Fanzub support was also added,
with its own indexer and parser classes.
2014-07-02 07:33:49 -07:00
Taloth Saldono
1a6abfe635 Fixed: Manually marking a release as failed will now also remove it from the queue in drone and, if enabled, remove it from the download client. 2014-06-30 23:26:18 +02:00
Taloth Saldono
839a2ac742 Fixed: NzbDrone running on Windows should no longer fail while getting a very long path from a sabnzbd running on linux. 2014-06-30 23:26:17 +02:00
Taloth Saldono
34edeac391 Fixed: Updated check for hashed releases. 2014-06-30 23:26:16 +02:00
Taloth Saldono
c2b06d957d New: Series Overview sorted by Next Airing now sorts all remaining items by their Last Aired date. 2014-06-30 23:25:19 +02:00
Taloth Saldono
fd5e8a5166 Added Series SortTitle Migration. (Left a slot for anime) 2014-06-30 23:24:55 +02:00
Mark McDowall
83207a0baf listenTo instead of on 2014-06-25 00:09:16 -07:00
Mark McDowall
6a9993fa70 Fixed: Category is not required SABnzbd or NZBGet 2014-06-24 23:32:26 -07:00
Mark McDowall
f5d46ffcd2 Log file changes
New: Update log files are available in the UI
Fixed: UI error after clearing log files
2014-06-24 16:52:07 -07:00
Taloth Saldono
9633afc612 New: Added Presets to Indexers to add indexers with default properties. In an older version of NzbDrone these default indexers were added automatically and could not be removed. 2014-06-22 21:26:59 +02:00
Mark McDowall
6184105d3c Fixed: Prevent adding a series if the path is the ancestor of another series 2014-06-22 11:01:22 -07:00
Mark McDowall
801b1b4ec4 Fixed: Parsing of RAW-HD releases 2014-06-20 08:18:48 -07:00
Mark McDowall
2fd3c354fd Added tests for Roksbox and Wdtv metadata
Fixed: Detecting metadata files for Roksbox and WDTV inside of Specials folders
2014-06-19 07:18:50 -07:00
Mark McDowall
df1283c0a5 Quality parsing improvements
Fixed: Parsing quality in filename from other applications
Fixed: Parsing WEB.DL as WEB-DL
2014-06-16 07:57:55 -07:00
Taloth Saldono
8967f59f35 Fixed: Sabnzbd/Nzbget settings will now fail to save if you entered a non-existing category. 2014-06-12 23:46:35 +02:00
Mark McDowall
e3d0d25da7 Fixed: Do not create XBMC Episode Metadata files when setting is off 2014-06-09 18:43:20 -07:00
Mark McDowall
95f4d71c68 Fixed issue trying getting parent of drive 2014-06-09 18:26:49 -07:00
Taloth Saldono
cdca754b0f Fixed issue with Nzbget client detecting completed downloads when no intermediate directory was used. 2014-06-09 12:56:33 +02:00
Mark McDowall
61ec9aff27 Use sane IDs for XBMC JSON RPC calls 2014-06-08 23:03:23 -07:00
Taloth Saldono
052a3bf47e Fixed mono fix by checking if the Enum value exists in the runtime. 2014-06-08 09:51:28 +02:00
Mark McDowall
5b5cc48549 Reverted mono fix because it breaks on .net 4 2014-06-07 20:34:06 -07:00
Taloth Saldono
231128e01c Changed code to avoid duplicates making their way into the TrackedDownload cache. 2014-06-07 22:18:45 +02:00
Taloth Saldono
b72c9b338c Changed health check to send user to appropriate scenario on Wiki. Also added support to Nzbget to get the Category config. 2014-06-07 21:56:09 +02:00
Taloth Saldono
17482cb6c1 Fixed: Processing more than 3 concurrent Automatic Searches should no longer freeze on mono. 2014-06-07 21:56:09 +02:00
Mark McDowall
ebd13bdda8 New: Health check for AppData and Startup folder conflict 2014-06-07 12:19:37 -07:00
Mark McDowall
5d5b12d80e Fixed: Updater being passed invalid path in some cases 2014-06-05 15:36:01 -07:00
Mark McDowall
bc9a1fe6a5 Merge pull request #81 from Taloth/search-improvements
Search improvements
2014-06-05 07:22:31 -07:00
Mark McDowall
6ce45b8c09 Plex proxy logging 2014-06-05 07:09:29 -07:00
Mark McDowall
69567de9a2 Some additional release group parsing tests 2014-06-04 21:54:40 -07:00
Mark McDowall
0b3e4c48f7 Added some logging to PlexServerProxy 2014-06-04 21:20:58 -07:00
Taloth Saldono
6d2fac5cd0 New: Adding new series by tvdbid: or slug: is now possible. 2014-06-04 23:44:39 +02:00
Taloth Saldono
e28123eefd Fixed: Search results from trakt are now sorted based on similarity with the search query.
Using a Levenshtein distance algorithm.
2014-06-04 23:44:38 +02:00