Mark McDowall
3df5d9444b
Fixed: Next airing on series list
2015-06-09 00:32:17 -07:00
Mark McDowall
963f1a168e
Refresh using sort order
2015-06-07 23:33:08 -07:00
Mark McDowall
36629242d1
Fixed: Size on disk display
2015-06-07 23:32:22 -07:00
Mark McDowall
92b87b9d21
Fixed: Improved error messaging for manual import
2015-06-07 14:09:49 -07:00
Mark McDowall
5a2fa41af7
New: Search for newly added past episodes after series is refreshed
...
Closes #503
2015-06-07 01:15:41 -07:00
Taloth Saldono
fc572500e4
Improved season pass styling
2015-06-06 23:55:32 -07:00
Mark McDowall
155c82c199
Season pass overhaul
...
New: Season Pass supports multi-select
New: Improved Season Pass toggling
Closes #396
2015-06-06 23:55:21 -07:00
Taloth Saldono
5effca92b8
New: Now checks the file size of moved episodes to verify if the transfer was completed successfully to be able to detect errors with mounted network storage.
2015-06-05 21:59:41 +02:00
Taloth Saldono
aa4fca7177
Fixed: Torznab advanced setting 'Enable RageID Lookup' had wrong UI type.
...
fixes #599
2015-06-05 19:05:21 +02:00
Mark McDowall
860d7ed079
New: Support for SSL connections to Plex Media Server
2015-06-04 14:10:38 -07:00
Mark McDowall
eb8af60029
Strict parsing of anime releases that have a number at the end of the episode title
2015-06-04 13:58:25 -07:00
Mark McDowall
225489738d
Suppress warnings for free space check on fixed disks
2015-06-04 13:58:24 -07:00
Taloth Saldono
ccff4fe142
Fixed: Size Parsing in TorrentRss was a bit too tolerant.
...
fixes #590
2015-06-04 21:08:44 +02:00
Taloth Saldono
866f971d41
Prevent ProgressMessageTarget from ever reading the command from the database.
2015-06-03 20:34:33 +02:00
Mark McDowall
a2d8413b2a
Fixed: Early cleanup of completed tasks
2015-06-02 21:37:28 -07:00
Taloth Saldono
1fbbfb3317
Fixed: A bug caused way too much data being read during MediaInfo discovery (often the entire file).
...
Fixed: Further optimized the MediaInfo discovery to reduce the read data to a couple of dozen kbytes, but less detailed.
2015-06-02 22:03:47 +02:00
Taloth Saldono
724981db57
Fixed: Added x/h265 to renamer.
2015-06-02 21:43:41 +02:00
Mark McDowall
aae3970865
More logging for CommandExecutor
2015-06-02 00:18:34 -07:00
Mark McDowall
587ad5beb5
New: Support for updating single series in Plex Library
2015-05-31 22:29:37 -07:00
Mark McDowall
4de20b09a8
Better validation messaging for Newznab Categories
2015-05-31 00:35:25 -07:00
Taloth Saldono
a1ff7cbef0
And added a test for it.
2015-05-29 20:55:38 +02:00
Taloth Saldono
1cc6ad0d5f
Fixed transmission returning -1 as Eta.
2015-05-29 20:50:35 +02:00
Taloth Saldono
aa78807ee2
Fixed transmission returning -1 as Eta.
2015-05-29 20:48:11 +02:00
Taloth Saldono
75a50b83fb
Updated Rarbg to use ratelimit service.
2015-05-29 01:10:50 +02:00
Taloth Saldono
78ade3250c
Added RateLimit service to globally manager short duration ratelimits.
2015-05-29 01:10:49 +02:00
Taloth Saldono
39aef8bed5
Merge branch 'torrentrss' into develop
2015-05-27 08:03:04 +02:00
Taloth Saldono
99e9e4f5fd
Merge branch 'rarbg-support' into develop
2015-05-27 08:02:38 +02:00
Taloth Saldono
70544738ed
Merge branch 'metadata-creation' into develop
2015-05-27 08:01:01 +02:00
Lars
90469630d1
rTorrent: Fix load commands
2015-05-27 07:09:43 +02:00
Taloth Saldono
ba2da07c2f
Added tests and refactored TorrentRss code.
2015-05-26 19:42:22 +02:00
Lars
5363a9e8d7
rTorrent: Update method names, enable compression on XMLRPC
2015-05-26 09:32:44 +02:00
Mark McDowall
4010a5336c
Version and product for MyPlex Authentication
2015-05-25 22:08:35 -07: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
a090ed8b5e
Support for Season xx Episode yy multi-episode format
2015-05-25 11:25:03 -07:00
Taloth Saldono
6744e0d506
New: Added support for Rarbg as replacement for Eztv.
2015-05-25 14:28:32 +02:00
Mark McDowall
bbcabf0632
Fixed: Don't use folder quality when it is unknown and file quality is
...
Closes #560
2015-05-24 23:18:57 -07:00
Taloth Saldono
b540307dbd
Fixed: Series/season metadata also created on episode import.
2015-05-25 01:36:29 +02:00
Taloth Saldono
4a6778c609
HDBits fixup.
2015-05-25 00:55:30 +02:00
scherzo
3ae2883eb5
New: Add support for the HDBits torrent tracker.
...
The indexer implementation borrows heavily from the BroadcastTheNet
implementation as HDBits also provides a JSON API that can be used
to query both the recent torrents and the catalog.
2015-05-25 00:00:50 +02:00
Taloth Saldono
dc91fa0206
Fixed: Added /transmission/ part to UrlBase in Transmission settings making it configurable.
...
fixes #556
2015-05-24 12:54:50 +02:00
Mark McDowall
fb02499823
Fixed: Parsing of season and episode inside square brackets
...
Closes : #501
2015-05-23 22:12:30 -07:00
Mark McDowall
49acae0fbb
Make sure URL base doesn't start with http or https
...
Closes #532
2015-05-21 17:12:33 -07:00
Mark McDowall
f547cfd0c9
Merge pull request #553 from larsjohnsen/settings-bind-address-fix
...
Settings: Remove misleading placeholder, fix error-message
2015-05-21 16:47:24 -07:00
Taloth Saldono
1bdc1acddd
Fixed tiny cosmetic in rTorrent settings.
2015-05-21 22:10:06 +02:00
Taloth Saldono
267b54fd8b
Merge branch 'qualitysize' into develop
2015-05-21 21:57:34 +02:00
Taloth Saldono
310b788352
Merge branch 'pr/n222_larsjohnsen' into develop
2015-05-21 21:56:19 +02:00
Taloth Saldono
ab1e82414b
Fixed: Unlimited MaxSize and increased granularity.
...
fixes #337
2015-05-21 20:44:45 +02:00
Lars
00ba19d683
Settings: Remove misleading placeholder, fix error-message
2015-05-21 04:31:01 +02:00
Taloth Saldono
e5278a0243
Added advanced torznab option to disable rageid lookups for trackers only supporting title queries.
2015-05-19 21:29:57 +02:00
Mark McDowall
7c246abc88
Fix torrent blacklisting when InfoHash is available
2015-05-17 16:20:51 -07:00
Mark McDowall
f57dea7f1f
New: Store last 5 used folders from manual import
2015-05-17 16:07:27 -07:00
Taloth Saldono
f1a5261e0a
Properly dispose filestream after getting mediainfo.
2015-05-17 18:48:00 +02:00
Taloth Saldono
fe5cb9503c
Updated kickass url... again
2015-05-16 01:11:39 +02:00
Your Name
4b9664d82a
Download clients: New client rTorrent
2015-05-15 21:45:12 +02:00
Mark McDowall
366e3ed0be
Merge pull request #539 from larsjohnsen/source-case-inconistancies
...
Compilation: Fix case inconsistencies
2015-05-15 09:10:05 -07:00
Taloth
cef6eb7509
Merge pull request #544 from Sonarr/mediainfo-unicode
...
Integrated MediaInfo wrapper to be able to properly handle Unicode
2015-05-15 10:40:45 +02:00
Mark McDowall
57bcc9f4c1
Don't filter excluded files twice
2015-05-14 18:33:44 -07:00
Taloth Saldono
5cd2d71e6f
Integrated MediaInfo wrapper to be able to properly handle Unicode on Linux.
2015-05-14 13:31:05 +02:00
Mark McDowall
96578ca59b
Stricter rejection of series subfolders
...
Fixed: Exclude .@__thumb folders from series disk scans
Fixes #538
2015-05-13 21:13:13 -07:00
Mark McDowall
9d980a8ac7
Manual Import sends progress messages
2015-05-13 08:05:23 -07:00
Mark McDowall
c4e1a732dd
Remove Kodi specific settings from PHT Settings
2015-05-13 08:01:39 -07:00
Lars Johnsen
a79fc94a54
Compilation: Fix case inconsistencies
2015-05-12 23:17:51 +02:00
Mark McDowall
c3acfe34fe
Fixed: Exclude OS X Metadata files when scanning for files
...
Fixes #533
2015-05-12 11:05:11 -07:00
Taloth Saldono
f221b00795
Kickass Verified Only flag no longer an Advanced option to increase visibility.
2015-05-12 00:30:49 +02:00
Taloth Saldono
429298c68c
Fixed manual import of unknown episodes.
2015-05-12 00:30:47 +02:00
Taloth Saldono
af060d73cc
Updated MediaInfo code for syno/linux.
2015-05-12 00:30:45 +02:00
Taloth Saldono
e98a174884
Fixed: Fetching multiple pages for kickass to get more releases on the recent/rss feed due to small page size.
2015-05-12 00:30:43 +02:00
Mark McDowall
a8aac36379
Use skyhook for searching
2015-05-10 17:32:52 -07:00
Taloth Saldono
d0bf539a73
Fixed: A season pack import taking a long time should no longer cause the download to be deleted prematurely.
2015-05-09 10:10:16 +02:00
Mark McDowall
df4604057e
Releases instead of reports (but no results found)
2015-05-07 10:17:26 -07:00
Taloth Saldono
1e2ba691ed
Don't run DownloadCompletedEvent if DownloadItem not Completed.
2015-05-05 21:53:20 +02:00
Taloth Saldono
6abda8adef
New: Added HD4Free.xyz to Torznab presets since that site now supports it.
2015-05-05 21:49:16 +02:00
Thirrian
c4f8e44f55
Fix for #242
...
Missing comma!
2015-05-05 18:04:44 +02:00
Mark McDowall
6dd22e7dcb
New: Manual Import episodes
2015-05-05 08:41:39 -07:00
Mark McDowall
bc03ad2a18
Blacklisting torrents and using more info to evaluate matches
...
New: Blacklisting torrents manually
New: Details on why a release was blacklisted in the UI
New: Blacklist matching take into account indexer, size, date and name
2015-05-05 08:39:41 -07:00
Mark McDowall
4356da039f
Merge pull request #242 from Thirrian/sort-exception
...
Add sort key for series "A.D. The Bible Continues"
2015-05-05 08:37:49 -07:00
Mark McDowall
587aff602a
Fixed: Don't delete downloads unless a file was imported
2015-05-05 08:37:11 -07:00
Mark McDowall
1275d8098d
New: Limit grabs to 1 per second to reduce rapid API calls
2015-05-05 08:15:38 -07:00
Mark McDowall
0c6ca6971d
Fixed: Do not replace a file unless it contains the same episodes
2015-05-05 07:29:38 -07:00
Thirrian
50dc4c4f3d
Add sort key for series "A.D. The Bible Continues"
2015-05-05 13:55:50 +02:00
Taloth Saldono
2a83088045
Changed the way the Database is registered with TinyIoC to make Logdb and future cachedb more accessible.
2015-05-04 00:50:10 +02:00
Taloth Saldono
4ca8178ca8
Add db name to Vacuum log message.
2015-05-03 20:52:07 +02:00
Mark McDowall
6ab629ea98
Partial updates for command updates
2015-05-01 22:03:20 -07:00
Taloth Saldono
97cbdfdc5c
Fixed: Nzbget will now properly remove data from original directory if Remove option is enabled. (nzbToMedia transcoding)
2015-05-02 00:28:47 +02:00
Taloth Saldono
25c77711cd
Log partial indexer response on parser error.
2015-05-01 23:51:31 +02:00
Mark McDowall
2e6cf2b7f6
Fixed: Parsing some anime releases with multiple absolute episode numbers
2015-04-30 07:08:55 -07:00
Mark McDowall
4b7ee3cb9e
Fixed: Monitoring options not be applied when adding a new series to an empty root folder
2015-04-28 07:13:11 -07:00
Mark McDowall
27246de623
Fixed: Ignore @eaDir inside Series folders
2015-04-27 17:07:22 -07:00
Mark McDowall
b1a0e759ef
Fixed: Long sets of required/ignored words would overflow the view in Manual Search
2015-04-27 16:57:38 -07:00
Mark McDowall
f90fdef50d
Couple name fixes
2015-04-26 01:21:54 -07:00
Mark McDowall
4eff8d88d1
New: Show age in minutes when less than 2 hours old (manual search/history)
2015-04-26 00:11:23 -07:00
Mark McDowall
235a986679
Display names for Download clients
2015-04-25 09:25:33 -07:00
Mark McDowall
c3e0dbc173
Display names for Indexers
2015-04-25 09:25:18 -07:00
Mark McDowall
e296d94417
Set default Metadata name
2015-04-25 09:10:43 -07:00
Mark McDowall
9a629c2fc6
Display names for Notifications
2015-04-25 09:02:17 -07:00
Mark McDowall
ecd941a6e5
Fixing scene mappings
2015-04-23 06:36:51 -07:00
Taloth Saldono
23daae05cc
Remove invalid scene mappings.
2015-04-22 20:18:04 +02:00
Taloth Saldono
b4e8a39c2c
New: Added Color-Impaired mode to UI settings.
2015-04-22 19:10:07 +02:00
Mark McDowall
2f7e3c1c3c
Merge pull request #240 from Royal2000H/develop
...
Pushbullet settings typo
2015-04-22 09:21:13 -07:00
Roy Handelsman
1fc99fd24e
Fixed: Pushbullet settings typo
2015-04-22 00:03:42 -04:00
Mark McDowall
e40508e5e9
Fixed: Don't save invalid scene mappings into database
2015-04-21 16:53:32 -07:00
Mark McDowall
65f1dbde00
Fixed: Torznab parsing when enclosure is magent link
2015-04-19 13:13:14 -07:00
Mark McDowall
e304a615d0
Fixed: DB locking due to Progress Messaging
2015-04-18 11:08:07 -07:00
Mark McDowall
c12f16b6d3
Mapped Network Drive Validator
...
New: Prevent adding Mapped Network Drives when Running as a Windows Services
2015-04-15 23:50:19 -07:00
Mark McDowall
ab6233dd3f
New: Option to show unmonitored episodes on calendar
2015-04-14 20:35:55 -07:00
Mark McDowall
2a4fd2bbde
Fixed: Better error messaging when import fails due to inaccessible path
2015-04-14 20:35:07 -07:00
Taloth Saldono
d4532c3856
Fixed: MediaInfo now also works on linux with unicode filenames.
2015-04-11 13:28:37 +02:00
Taloth Saldono
923488bc02
Hard test on dev nzbget version as requested.
2015-04-11 09:07:35 +02:00
Taloth Saldono
b62d36bdbe
Fixed: If Nzbget failed to add an nzb, Sonarr will try another but not blacklist it.
2015-04-11 09:03:35 +02:00
Mark McDowall
62f4fc5e58
Fixed: Some anime season 1 parsing
2015-04-10 07:32:34 -07:00
Mark McDowall
c58d607349
Don't throw error when episode title matching doesn't find a match
2015-04-09 16:48:13 -07:00
Mark McDowall
8aa6969aee
Fixed: Improved special episode parsing for multiple matching titles
2015-04-06 18:43:29 -07:00
Mark McDowall
0adea0ded6
Search all missing fixes
...
Fixed: Searching for missing episodes excludes unmonitored episodes
Fixed: Searching for missing episodes episodes with files
2015-04-06 17:05:12 -07:00
Taloth Saldono
a6d2283be8
New: Added Advanced option to Nyaa to change query parameters for category and filter.
2015-04-02 19:52:38 +02:00
Taloth Saldono
b92cc6fb15
Fixed: No longer possible to add protocol to a Host field (that's what Url fields are for)
2015-04-02 19:52:37 +02:00
Taloth Saldono
f2ec02876b
Fixed notification enable logic and test when On Upgrade is disabled.
2015-04-02 19:52:37 +02:00
Taloth
42a3ff2625
Merge pull request #206 from Sonarr/osxfullfsync
...
Changed sqlite to use full fsync on osx
2015-03-28 12:23:24 +01:00
Taloth Saldono
4448e87e28
Fixed: NzbGet development version no longer fails validation check.
2015-03-26 20:09:03 +01:00
Mark McDowall
90b047f0d4
Fixed: Searching for unmonitored anime episodes during season/all missing searches
2015-03-26 09:06:20 -07:00
Mark McDowall
755a42ea45
Use cache to check for running or started commands
2015-03-25 16:47:05 -07:00
Mark McDowall
210524b51a
Fixed: Scene numbered season searches when some episode weren't monitored
2015-03-25 16:47:04 -07:00
Taloth Saldono
061c40c8f4
It is Not an Error Message
2015-03-25 01:39:40 +01:00
Taloth Saldono
15eeb19cd5
New: Synology Media Indexer support in Connect.
2015-03-24 20:09:12 +01:00
Taloth Saldono
93c6047cd5
Added Nzbget version check for 12.0 or higher.
2015-03-23 20:56:35 +01:00
Taloth Saldono
db4746bef7
Failed DeleteStatus now only a Warning, also added null check to handle older NzbGet version.
2015-03-23 20:56:32 +01:00
Taloth Saldono
971e159fa4
Replaced a couple more NzbDrone with Sonarr. Left a couple that implied process name.
2015-03-23 20:56:28 +01:00
Taloth Saldono
fcc1439754
Ugly indexer release name cleaned up before sending to Sab.
2015-03-21 00:55:30 +01:00
Mark McDowall
06a2cb0de4
New: Restrict ports that Sonarr will allow for its webserver
2015-03-18 23:15:20 -07:00
Taloth Saldono
9dd66879a2
Fixed: Better handling for Remote NAS errors.
2015-03-19 01:17:52 +01:00
Taloth Saldono
5d03c94b26
Fixed typo
2015-03-19 01:17:51 +01:00
Mark McDowall
1efb7446c9
Log full path when moving or copying
2015-03-18 13:51:21 -07:00
Mark McDowall
c5f2c2823e
Separate log messages for hardlinking and copying
2015-03-18 13:18:34 -07:00
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
2015-03-16 22:07:02 -07:00
Mark McDowall
446d470f53
Fixed null config test
2015-03-16 21:37:33 -07:00
Mark McDowall
99d9303394
Fixed: Download Client with config Warnings won't be excluded
2015-03-16 21:33:34 -07:00
Taloth
8dccf2efe8
Merge pull request #224 from bjeanes/force-priority-for-nzbget
...
Added Force priority for NZBGet
2015-03-16 23:46:13 +01:00
Taloth Saldono
c7470a426a
New: Added Torznab as generic indexer.
2015-03-16 23:42:22 +01:00
Taloth Saldono
37e4a06b5d
Fixed: Adjuted parser cleanup to properly handle anime titles with 10b instead of 10bit
2015-03-15 13:39:50 +01:00
Taloth Saldono
6e5e781245
Added another nzbgeek hashed pattern.
2015-03-15 13:11:17 +01:00
Taloth Saldono
61c263856b
Giving a slightly more useful IPTorrent rss feed error.
2015-03-15 12:37:29 +01:00
Taloth Saldono
a3873634b0
Fixed TorrentBlackhole failing fatally on magnet link instead of falling back to torrent url.
2015-03-15 01:49:11 +01:00
Taloth Saldono
36ac4f0a8d
Fixed: Blackhole clients cache nzb/torrent in memory before writing to the blackhole folder.
2015-03-14 22:39:22 +01:00
Taloth Saldono
96469be7f0
Fixed: Can now specify a cookie for BitMeTv.
2015-03-14 22:39:19 +01:00
Taloth Saldono
d1ce1bf218
Fixed: Season packs will no longer be grabbed if it contains an unmonitored episode.
2015-03-13 21:08:00 +01:00
Mark McDowall
74ad841be4
Fixed: Only show best pending item in Queue
2015-03-12 16:41:07 -07:00
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
2015-03-12 17:50:24 +11:00
Taloth Saldono
dc2c1f7928
Fixed: Import of single-file anime torrents.
2015-03-10 22:43:24 +01:00
Taloth Saldono
2b6c915e32
Fixed: Added tooltips to Blackhole Watch/Torrent/Nzb Folder fields.
2015-03-10 22:00:47 +01:00
Taloth Saldono
f5f050f80b
Fixed: Validation of dot prefix in Transmission category.
2015-03-10 13:38:30 +01:00
Mark McDowall
d8852d840b
New: Parse releases that have a 5 digit episode number
2015-03-09 17:15:56 -07:00
Taloth
aa7aa3ce61
Merge pull request #218 from Sonarr/fanzub-url
...
Fanzub url can now be modified [migration 82]
2015-03-09 20:54:41 +01:00
Taloth
69edfba237
Merge pull request #217 from Sonarr/transmission-category
...
Removed hardcoded dot prefix from the transmission category [migration 81]
2015-03-09 20:54:30 +01:00
Taloth Saldono
112cde1cee
New: Added UrlBase to Deluge Settings to facilitate seedbox setups.
2015-03-08 15:37:33 +01:00
Taloth Saldono
ebbaa403f6
Removed deprecated code.
2015-03-08 14:30:13 +01:00
Taloth Saldono
799f6034c7
Fixed: Removed hardcoded dot prefix from the transmission category, making it configurable via the settings instead.
2015-03-05 20:44:41 +01:00
Mark McDowall
f021f9b146
Fixed: Updating Kodi won't fail if a series has an IMDB ID instead of a TVDB ID
2015-03-05 00:22:46 -08:00
Taloth Saldono
4036654f3f
New: Fanzub url can now be modified (to be used only with alternative sites implementing the same api)
2015-03-04 22:41:22 +01:00
Taloth Saldono
6803e46782
Fixed: Empty Sabnzbd category is now properly handled. But added UI validation to recommend adding a category.
2015-03-04 21:14:40 +01:00
Mark McDowall
a8e805fd5d
Merge pull request #205 from bdegier/develop
...
New: NZBFinder.ws as Newznab preset
2015-03-04 07:21:21 -08:00
Taloth Saldono
d8662321be
Fixed parsing specials with Scene.Title.S0x.Episode.Title format.
2015-03-03 01:08:53 +01:00
Taloth Saldono
46da14f3bf
And the same fix for the actual import.
2015-03-01 23:19:49 +01:00
Taloth Saldono
8438ee0a52
Fixed regex incompatible with mono.
2015-03-01 23:04:20 +01:00
Taloth Saldono
6ba78f6aed
No longer marks download as imported if no episodes were found.
2015-03-01 22:44:13 +01:00
Taloth Saldono
7b0bc4334d
Fixed: Activity->Queue didn't show manually downloaded specials for which the parser couldn't find an episode number.
2015-03-01 22:42:31 +01:00
Taloth Saldono
2e81e278e1
Fixed a couple of logging errors.
2015-03-01 22:34:39 +01:00
Taloth Saldono
8d16b8b9d6
Fixed: Hashes being parsed as 0e00 numbering.
2015-03-01 15:01:06 +01:00
Mark McDowall
f4573545cd
Fixed: Improved parsing for anime episodes with leading release group
2015-02-26 22:30:31 -08:00
Mark McDowall
72993f3c3c
Fixed: Cutoff will be respected when release is still in queue
2015-02-26 08:13:15 -08:00
Taloth Saldono
aa52a83395
Fixed: Preferring season packs over single episodes before comparing relative sizes.
2015-02-24 20:13:17 +01:00
Taloth Saldono
14a99a28cc
New: Manual single episode searches on BTN will now also search for season packs to simplify manually grabbing a season pack.
2015-02-24 20:13:16 +01:00
Taloth Saldono
402d6b5411
New: Added rudimentary Anime search by tvdb episodenumber to BTN.
2015-02-23 20:27:11 +01:00
Taloth Saldono
e143b18df3
Fixed: Episode/Season searches on BTN are now performed by tvdb numbering instead of scene numbering. (let us know if you run into problems with series with scene numbering)
2015-02-23 20:16:55 +01:00
Taloth Saldono
4d837a46af
Fixed: Now searching BTN by tvdbid instead of tvrageid to get results for certain series.
2015-02-23 20:16:54 +01:00
Taloth Saldono
2da23ae230
Fixed tooltip for pending queue items.
2015-02-22 22:10:45 +01:00
Taloth Saldono
42f9992af0
Fixed: CDH can now remove items after import from NzbGet it didn't grab itself.
2015-02-22 19:55:00 +01:00
Taloth Saldono
6095855102
Fixed: Failed download handling should now only report a download wasn't grabbed by sonarr if the download actually failed.
2015-02-22 13:43:14 +01:00
Mark McDowall
e466c77487
Fixed: Ignore .AppleDouble subfolders of season folder
2015-02-21 11:49:56 -08:00
Mark McDowall
e58576bcfa
Don't try to set console logging when its not enabled
2015-02-19 09:19:09 -08:00
Taloth Saldono
dea58ed663
Fixed: Changed sqlite to use full fsync on osx to reduce the chance of corruption at the cost of some performance.
2015-02-18 19:28:10 +01:00
Mark McDowall
33ed76556f
Deduping tags only updates affected models
2015-02-17 22:02:24 -08:00
bdegier
1f8f52ac9b
Added NZBFinder.ws as optional Indexer
...
Established indexer. Been around for 2+ years.
2015-02-17 15:01:28 +01:00
Mark McDowall
b308f06af3
Remove unused parameter
2015-02-13 17:22:24 -08:00
Mark McDowall
b7e609a7d5
De-dupe Tags
...
Fixed: Remove duplicate tags and prevent new ones from being created
2015-02-13 17:04:07 -08:00
Mark McDowall
d1df5ed7cd
New: Logging level in settings will be used for Console logging
2015-02-11 17:05:27 -08:00
Mark McDowall
539de9e124
Fixed: Daily episodes that have date and season/episode numbers in the release name
2015-02-11 08:04:01 -08:00
Mark McDowall
37959fd753
Search improvements
...
New: Series/Season search will not grab unmonitored episodes
Fixed: Missing episode search won't grab missing unmonitored episodes by mistake
2015-02-10 17:19:15 -08:00
Taloth Saldono
e00ec8b01b
Manual search no longer permits downloading releases for which we can't find an episode until we can fix the association logic.
2015-02-10 23:30:47 +01:00
Mark McDowall
db4eadac40
Metadata file improvements
...
Fixed: Duplicate metadata files won't cause metadata file processing to fail
Fixed: Duplicate Metadata files will be removed from disk during rescan
2015-02-09 17:07:48 -08:00
Mark McDowall
573c2b8f60
Root folder improvements
...
Fixed: Prevent non-writeable root folder from being added
Fixed: Errors getting free space/subfolders for root folder won't prevent the UI from loading
2015-02-09 16:42:26 -08:00
Mark McDowall
d3c1deb203
Fixed default KAT url
2015-02-09 13:04:55 -08:00
Mark McDowall
ec88c2c2ca
Parsing improvements
...
Fixed: Don't use full path when parsing files
New: Support for iTunes library file structure
2015-02-08 21:49:44 -08:00
Taloth
5750f012cb
Merge pull request #180 from Sonarr/updatecheck-fixes
...
Updatecheck fixes
2015-02-08 21:21:24 +01:00
Mark McDowall
20782bbbc1
Episode import improvements
...
Fixed: Use folder name when file name is not parsable on import
2015-02-08 00:07:08 -08:00
Taloth Saldono
40987cc335
Include version in services Changes api call so the server knows how to redirect.
2015-02-07 19:52:01 +01:00
Taloth Saldono
955029ec43
Fixed: Updated installation HealthCheck warning link to wiki.
2015-02-07 16:24:30 +01:00
Taloth Saldono
52a71a4e96
Fixed some mono specific tests.
2015-02-07 16:24:29 +01:00
Taloth Saldono
071839fa86
Removed InstallUpdate, instead manually triggering ApplicationUpdate.
2015-02-07 16:24:27 +01:00
Taloth Saldono
2f06cc6ffa
Fixed: Branch redirects will now occur during install of the a new update instead of during an update check.
2015-02-07 16:24:26 +01:00
Taloth Saldono
7ce9f416d1
InstallUpdate pre-check failures should now show a nice error on the UI.
2015-02-07 16:24:26 +01:00
Taloth Saldono
8833f1ad31
Allow failing a Command using a specific message.
2015-02-07 16:24:25 +01:00
Taloth Saldono
a058333f65
Fixed: Manually triggering Check Health will now also run health checks that normally only run on startup.
2015-02-07 16:24:24 +01:00
Taloth Saldono
6e179839d9
Added test to check Config behavior.
2015-02-07 16:24:23 +01:00
Taloth Saldono
3a938e18fa
Fixed: Install Update UI should now report an error if the application folder is not writable instead of failing silently.
2015-02-07 16:24:22 +01:00
Taloth Saldono
11803afc39
Added FolderWritable to DiskProvider to centralize the check.
2015-02-07 16:24:22 +01:00
Taloth Saldono
104d35299b
Checks for update regardless of settings, but won't install it.
2015-02-07 16:24:21 +01:00
Mark McDowall
ec413c13bd
RSS Sync interval cannot be set to a 1-9 minutes (0 or 10+ only)
2015-02-06 17:42:30 -08:00
Taloth Saldono
f5ddb36ebd
Fixed: All issues regarding Media Covers should be fixed now after apply this update. Refresh browser cache if still missing and report issues on forum.
2015-02-06 21:41:36 +01:00
Taloth Saldono
6c22a5ffdb
Fixed: Health Checks on mono now shows correct wiki links.
2015-02-06 21:41:35 +01:00
Mark McDowall
9ac3a1e094
Set RSS Sync to minimum 10 minutes
2015-02-05 23:32:28 -08:00
Mark McDowall
fd02f0ae55
Fixed: Italians in title will not treat the episode as Italian language
2015-02-04 23:24:30 -08:00
Mark McDowall
c9d21c7863
Don't search for episodes in series that haven't aired yet
2015-02-04 22:52:07 -08:00
Mark McDowall
341daf69d1
Fixed: Wrong user name won't result in error message being generated
2015-02-04 07:15:37 -08:00
Taloth Saldono
b3f11564a7
Fixed: No longer leaves a corrupt file if MediaCover resize failed.
2015-02-03 21:15:40 +01:00
Mark McDowall
05ee57a972
New: options when adding series, including the ability to search for all missing episodes
2015-02-02 09:03:25 -08:00
Mark McDowall
3c756348eb
New: Forms authentication
2015-02-01 22:33:53 -08:00
Mark McDowall
3c641cab33
Remove from queue improvements
...
New: option to blacklist a release when removing it from download client
2015-01-31 23:35:56 -08:00
Mark McDowall
5d41ebd322
Fixed: Removing pending items from Queue
2015-01-31 21:53:06 -08:00
Mark McDowall
e641611662
New: Show download protocol in Queue
2015-01-31 00:24:09 -08:00
Taloth Saldono
cd79826aad
Fixed: Transmission proxy should no longer produce paths with double slashes.
2015-01-30 20:29:38 +01:00
Taloth Saldono
35ab3a28fd
New: MediaCover api now includes several resized variants to save bandwidth for mobile apps.
...
banner-35.jpg (height)
banner-70.jpg
fanart-180.jpg (height)
fanart-360.jpg
poster-170.jpg (width)
poster-340.jpg
2015-01-29 19:27:09 +01:00
Mark McDowall
6054dd8ee6
Fixed: Don't scan subfolders in series folders that start with a period
2015-01-26 22:29:18 -08:00
Mark McDowall
76dd663bae
Better message when rejecting episode if its not an upgrade
2015-01-24 00:38:03 -08:00
Mark McDowall
f5de5c3a24
Rename preview shows same order as series details (descending)
2015-01-23 07:20:01 -08:00
Mark McDowall
ddb24549d4
Fixed: Extra checks in place to prevent config file corruption
2015-01-22 21:34:25 -08:00
Taloth Saldono
2f048f4217
Fixed: DownloadEpisodesScan api command regressed during a refactoring causing nzbToMedia to fail.
2015-01-22 21:33:48 +01:00
Taloth Saldono
d67811b50a
TrackedDownload cache, queue etc now use DownloadId instead of TrackedId so it can be found purely by the id provided by the download client.
2015-01-22 21:33:46 +01:00
Mark McDowall
313e48be61
Use rss-download for omg RSS feed
2015-01-21 23:00:05 -08:00
Mark McDowall
a11d118e32
Fixed hashed release name
2015-01-21 14:48:35 -08:00
Mark McDowall
2bbce39faa
Show title mismatches, but don't import them automaticallys
...
Fixed: Show Series title mismatches in the UI
Fixed: Force import from Queue for title mismatches
2015-01-21 14:34:11 -08:00
Mark McDowall
7f27507ef6
Fixed: Use Orignal Filename token for renaming as only token
2015-01-21 11:26:47 -08:00
Mark McDowall
2306815992
Fixed: Remove failed downloads from download client (when enabled)
2015-01-21 07:57:54 -08:00
Mark McDowall
090ba3bb86
Fixed: Removed Animezb indexer
2015-01-20 16:44:39 -08:00
Taloth Saldono
3a250e95b9
Fixed: No longer reports SxxExx as releasegroup if original title uses - separator.
2015-01-20 20:47:11 +01:00
Taloth Saldono
366f8c5239
Fixed: Remove on Activity page should now work for Blackhole items.
2015-01-20 19:37:48 +01:00
Keivan Beigi
3dcfcbb400
made sqlite version explicit in the connection string.
2015-01-20 10:17:10 -08:00
Mark McDowall
f1f19d5365
Fixed: WDTV metadata title for episode uses 2 digit episode number
2015-01-19 22:48:55 -08:00
Mark McDowall
d277420849
Fixed: Do not scan series folder if root folder is empty
2015-01-19 21:55:54 -08:00
Mark McDowall
8a7673ed13
Fixed some parsing issues
...
Fixed: Releases getting picked up as SDTV instead of RAW-HD
Fixed: Don't parse "sample" as release group
2015-01-18 15:30:36 -08:00
Keivan Beigi
8921cbf3b1
forcing lib update on upgrade
2015-01-18 10:29:27 -08:00
Mark McDowall
b79ecf7774
Disable search after new episodes being added due to existing files not being counted
2015-01-17 21:55:00 -08:00
Mark McDowall
157124df89
Fixed: Disable EZTV when using the default URL
2015-01-17 21:42:19 -08:00
Taloth Saldono
19da886706
Fixed: Deleting items from download queue should now work as intended.
2015-01-16 21:00:35 +01:00
Mark McDowall
6711ba2549
Fixed: Do not remove directories when they contain a RAR file over 10MB
2015-01-16 00:07:02 -08:00
Mark McDowall
fea906d45d
Fixed: Parsing of absolute numbers inside of brackets
2015-01-15 23:25:22 -08:00
Mark McDowall
774eb5256d
Fixed: XBMC notifications have a minimum display time of 2 seconds
2015-01-15 23:12:49 -08:00
Mark McDowall
4f5c437ddd
Fixed: Don't search for newly added episodes if they aren't monitored
2015-01-15 23:10:28 -08:00
Keivan Beigi
d478e6d932
Merge pull request #167 from Sonarr/sqlite-journal-osx
...
fixed: changed Journaling for osx to prevent db corruption
2015-01-15 10:53:12 -08:00
Keivan Beigi
434099ea2b
removed [TV] from Kodi notifications
2015-01-14 23:06:19 -08:00
Mark McDowall
13b43dc084
New: omgwtfnzbs delay now configurable (advanced)
2015-01-13 23:40:25 -08:00
Taloth Saldono
c19a393f99
Now generating unique ids for queue items sent to the api.
2015-01-11 20:48:35 +01:00
Mark McDowall
fc0fa2c22f
Fixed: No not trim trailing "A" from series title when looking for a matching series
2015-01-11 10:23:47 -08:00
Mark McDowall
4d19dddf88
Fixed: Don't recalculate episode air times for Netflix series
2015-01-10 12:00:00 -08:00
Mark McDowall
67729c4d12
Collapse Pt or Pt. in episode title
2015-01-10 11:36:35 -08:00
Mark McDowall
c25496cb6a
Fixed: Default episode title to TBA if missing
2015-01-10 11:31:05 -08:00
Mark McDowall
468ac1b789
Release group parsing improvements
...
Fixed: Clean title before parsing release group (remove -RP & -NZBGeek)
Fixed: Parse subgroup from start of file name when inside square brackets
2015-01-10 00:58:36 -08:00
Mark McDowall
c29397aa2c
Fixed: Another hashed release format
2015-01-09 21:59:06 -08:00
Taloth Saldono
3907e2b168
Fixed: Xbmc metadata no longer fails if an episode has no rating.
2015-01-09 19:06:01 +01:00
Taloth Saldono
da26fa8322
Fixed: Xbmc Metadata no longer fails when an actor has no image.
2015-01-09 17:32:59 +01:00
Taloth Saldono
96b7847471
Fixed typo in Deluge default TvCategory.
2015-01-09 17:31:51 +01:00
Mark McDowall
daafb67fa7
New: MediaBrowser notifications
2015-01-08 22:47:59 -08:00
Mark McDowall
4fda97257b
Fixed: Handle abc.mkv hashed filename
2015-01-08 22:45:29 -08:00
Keivan Beigi
53b22035be
New: Skyhook! fixing your calendars!
2015-01-08 17:43:51 -08:00
Mark McDowall
3055b90178
Log where the torrent request is being redirected to
2015-01-06 07:12:17 -08:00
Keivan Beigi
9d8011042e
fixed: changed Journaling for osx to prevent db corruption
2015-01-05 17:09:40 -08:00
Mark McDowall
4fd8fce4a5
Fixed: Greedy absolute number regex
2015-01-04 17:52:38 -08:00
Mark McDowall
4aa45525a4
Fixed: Parsing some numbers as absolute numbers incorrectly
2015-01-04 16:29:07 -08:00
Mark McDowall
c5d4948d2a
Fixed: Show better error message when TV library isn't added to Plex server
2015-01-03 23:25:11 -08:00
Mark McDowall
90ce35abee
Fixed: Import files for the series Extras
2015-01-03 23:07:25 -08:00
Mark McDowall
4f0ca20808
Fixed: Refreshing anime series won't cause an error
2015-01-03 17:02:45 -08:00
Keivan Beigi
c8993db2ad
Fix: Remove invalid metadata images
2015-01-02 10:58:20 -08:00
Mark McDowall
03b5095b06
New: Prefixed Range multi-episode style (for plex)
2014-12-31 22:40:37 -08:00
Mark McDowall
f4169e165c
Fixed: Don't store incomplete image URLs (image doesn't exist)
2014-12-31 15:22:22 -08:00
Keivan Beigi
d4331e9470
removed trakt references, added user agent to tvdb requests
2014-12-31 14:12:07 -08:00
Mark McDowall
7e76a36d68
Fixed: Search results without TV Rage IDs won't match a series without a TV Rage ID
2014-12-31 10:23:03 -08:00
Keivan Beigi
d5da0ec4dd
fixed: return proper error when searching for invalid tvdb id.
2014-12-30 21:28:46 -08:00
Keivan Beigi
46bf80dcd1
fixed: increased tvdb search limit to 10
2014-12-30 20:24:35 -08:00
Keivan Beigi
c368335183
fixed: search using tvdb id is now fixed.
2014-12-30 18:29:09 -08:00
Mark McDowall
efbe052b26
Fixed: Remove bad ratings from trakt
2014-12-30 15:39:57 -08:00
Keivan Beigi
19f5427dbf
Fixed: Replaced trakt with tvdb as data source
2014-12-30 14:08:08 -08:00
Mark McDowall
0f56bfac2f
Revert "Fixed: Breaking trakt API changes (Posters for add series are placeholders for now)"
...
This reverts commit 66ca925b0d
.
2014-12-30 09:03:48 -08:00
Mark McDowall
66ca925b0d
Fixed: Breaking trakt API changes (Posters for add series are placeholders for now)
2014-12-30 08:08:39 -08:00
Mark McDowall
1be44a4254
Couple more test cases for episode title collapse
2014-12-26 17:36:42 -08:00
Mark McDowall
821f9646f3
Cleaner file names/multi-episode file names
2014-12-26 17:21:45 -08:00
Mark McDowall
8a1ed896ea
cleanup
2014-12-24 23:45:45 -08:00
Mark McDowall
28edb56401
Fixed: Parsing some files that did not contain a series title
2014-12-23 22:24:59 -08:00
Mark McDowall
128d53bb5f
Show the difference between Quality Full and Quality Title
2014-12-23 22:08:38 -08:00
Mark McDowall
ab868cc403
More support for Season 1 - Episode 01 style files
2014-12-23 16:51:15 -08:00
Mark McDowall
2a2330548c
Some more test cases for CleanTitle
2014-12-23 16:37:21 -08:00
Mark McDowall
5f8af9f3a2
A couple more CleanTitle fixes
2014-12-23 07:38:49 -08:00
Mark McDowall
7ec34de3b7
More CleanTitle fixes
2014-12-23 00:17:55 -08:00
Mark McDowall
ec774ccdb5
Log Plex sections response before checking for error
2014-12-22 20:10:54 -08:00
Keivan Beigi
e79a2c742a
Fixed: some issues around removing completed and failed downloads
2014-12-22 17:17:48 -08:00
Keivan Beigi
4ac9fd939a
Fix: consider download completed if all remote episodes are imported
2014-12-22 11:25:23 -08:00
Keivan Beigi
2193e34537
Fixed: issue where completed torrents wouldn't be removed after they finished seeding
2014-12-22 10:40:48 -08:00
Mark McDowall
9fd90e6f99
Fixed Episode CleanTitle token helper and keep # in title
2014-12-21 23:50:23 -08:00
Taloth Saldono
3244f71e5c
Fixed: No longer mixes up peers and leechers, so the UI should now properly report seeders and leechers.
2014-12-21 20:08:59 +01:00
Mark McDowall
400a47cd19
Private constructor for TrackedDownloadStatusMessage
2014-12-21 08:46:24 -08:00
Mark McDowall
3cfbca5358
New: Episode CleanTitle renaming token
2014-12-20 23:30:53 -08:00
Mark McDowall
7a21f8b151
Fixed: Updated OZnzb URL to api.oznzb.com (new indexer settings only)
2014-12-20 14:25:12 -08:00
Keivan Beigi
d849a4ab48
New: Show source/seed info in manual search
2014-12-19 17:21:03 -08:00