Alex
52ec1cf1b1
Allow startup on case sensitive file systems
...
Fixed EXE_PATH to match NzbDrone.exe’s capitalisation.
10 years ago
Mark McDowall
c5f2c2823e
Separate log messages for hardlinking and copying
10 years ago
Mark McDowall
beb4aee4c9
Merge pull request #190 from Sonarr/command-queue
...
Command queue
10 years ago
Mark McDowall
638e3ca898
Command queue
...
New: Adding multiple series will queue them instead of running all at once
New: Slower scheduled tasks won't be block others from running
10 years ago
Mark McDowall
446d470f53
Fixed null config test
10 years ago
Mark McDowall
99d9303394
Fixed: Download Client with config Warnings won't be excluded
10 years ago
Taloth
8dccf2efe8
Merge pull request #224 from bjeanes/force-priority-for-nzbget
...
Added Force priority for NZBGet
10 years ago
Taloth Saldono
c7470a426a
New: Added Torznab as generic indexer.
10 years ago
Taloth Saldono
37e4a06b5d
Fixed: Adjuted parser cleanup to properly handle anime titles with 10b instead of 10bit
10 years ago
Taloth Saldono
6e5e781245
Added another nzbgeek hashed pattern.
10 years ago
Taloth Saldono
61c263856b
Giving a slightly more useful IPTorrent rss feed error.
10 years ago
Taloth Saldono
593c4b8182
Update test for redirect diagnostic.
10 years ago
Taloth Saldono
a3873634b0
Fixed TorrentBlackhole failing fatally on magnet link instead of falling back to torrent url.
10 years ago
Taloth Saldono
36ac4f0a8d
Fixed: Blackhole clients cache nzb/torrent in memory before writing to the blackhole folder.
10 years ago
Taloth Saldono
96469be7f0
Fixed: Can now specify a cookie for BitMeTv.
10 years ago
Taloth Saldono
d1ce1bf218
Fixed: Season packs will no longer be grabbed if it contains an unmonitored episode.
10 years ago
Mark McDowall
74ad841be4
Fixed: Only show best pending item in Queue
10 years ago
Bo Jeanes
174d1fb0cc
New: "Force" priority for NZBGet
...
The force priority allows NZBs to be downloaded even if the general queue is in a paused state. The use case here is setting recently released items to be downloaded even if the queue is paused. This is a quite common pattern on ISPs that have download quotas (e.g.: most in Australia) where downloading huge archives may need to be paced but shows being currently aired should be fetched for viewing as soon as they are available.
The existence of this priority is buried in their API docs[1] and in forum posts[2] but has been supported for a while (as of r1000). On older clients, the NZBGet UI will just show "Priority: 900" instead of the friendly label. They will be prioritised above other items in the queue but won't bypass the paused state. In other words, NZBGet models priorities as numeric values so this is compatible with old versions and new versions will treat this value specially when encountered.
[1]: http://nzbget.net/RPC_API_reference#Method_.22append.22
[2]: http://nzbget.net/forum/viewtopic.php?f=3&t=1177
10 years ago
Taloth Saldono
dc2c1f7928
Fixed: Import of single-file anime torrents.
10 years ago
Taloth Saldono
2b6c915e32
Fixed: Added tooltips to Blackhole Watch/Torrent/Nzb Folder fields.
10 years ago
Taloth Saldono
2a12aca66a
Fixed: Selecting range with shift-key in Series Editor should now work as intended.
10 years ago
Taloth Saldono
f5f050f80b
Fixed: Validation of dot prefix in Transmission category.
10 years ago
Mark McDowall
d8852d840b
New: Parse releases that have a 5 digit episode number
10 years ago
Mark McDowall
a45f822fdb
Fixed: piwik loading when accessing Sonarr via HTTPS
10 years ago
Taloth Saldono
bf5b645416
Test fixed
10 years ago
Taloth
aa7aa3ce61
Merge pull request #218 from Sonarr/fanzub-url
...
Fanzub url can now be modified [migration 82]
10 years ago
Taloth
69edfba237
Merge pull request #217 from Sonarr/transmission-category
...
Removed hardcoded dot prefix from the transmission category [migration 81]
10 years ago
Taloth Saldono
6393f66448
Fixed: Added symbols and tooltips to Manual Search last two sort columns.
10 years ago
Taloth Saldono
f39e99bd3c
Fixed: Column sort direction will not toggle unless the same column is clicked again.
10 years ago
Taloth Saldono
112cde1cee
New: Added UrlBase to Deluge Settings to facilitate seedbox setups.
10 years ago
Taloth Saldono
ebbaa403f6
Removed deprecated code.
10 years ago
Taloth Saldono
dcc988da06
Removed duplicate tests.
10 years ago
Mark McDowall
dd6dc38672
Series editor cleanup
10 years ago
Mark McDowall
1d70c97983
Fixed: Sorting on path in series editor
10 years ago
Taloth Saldono
799f6034c7
Fixed: Removed hardcoded dot prefix from the transmission category, making it configurable via the settings instead.
10 years ago
Mark McDowall
dc80377a4c
Merge pull request #214 from larsjohnsen/ui-connect-changes
...
Separate setting groups & clarify tooltips
10 years ago
Lars Johnsen
ca9c39984e
UI: Separate setting groups & clarify tooltips
10 years ago
Mark McDowall
f021f9b146
Fixed: Updating Kodi won't fail if a series has an IMDB ID instead of a TVDB ID
10 years ago
Taloth Saldono
4036654f3f
New: Fanzub url can now be modified (to be used only with alternative sites implementing the same api)
10 years ago
Taloth Saldono
8b1e0f68dd
Added tooltip to Episode Delete button.
10 years ago
Taloth Saldono
ee02e6a31c
Disabled eztv test entirely.
10 years ago
Taloth Saldono
6803e46782
Fixed: Empty Sabnzbd category is now properly handled. But added UI validation to recommend adding a category.
10 years ago
Mark McDowall
a8e805fd5d
Merge pull request #205 from bdegier/develop
...
New: NZBFinder.ws as Newznab preset
10 years ago
Taloth Saldono
d8662321be
Fixed parsing specials with Scene.Title.S0x.Episode.Title format.
10 years ago
Taloth Saldono
46da14f3bf
And the same fix for the actual import.
10 years ago
Taloth Saldono
8438ee0a52
Fixed regex incompatible with mono.
10 years ago
Taloth Saldono
6ba78f6aed
No longer marks download as imported if no episodes were found.
10 years ago
Taloth Saldono
7b0bc4334d
Fixed: Activity->Queue didn't show manually downloaded specials for which the parser couldn't find an episode number.
10 years ago
Taloth Saldono
2e81e278e1
Fixed a couple of logging errors.
10 years ago
Taloth Saldono
8d16b8b9d6
Fixed: Hashes being parsed as 0e00 numbering.
10 years ago