Taloth Saldono
5b741a10db
Fixed: Season pack with Special in series title was treated as unknown special
2019-02-12 21:56:55 +01:00
Matt Evans
1606ea19a8
New: Added support for DTS-HD MA and TrueHD Atmos in MediaInfo AudioCodec.
2019-02-11 07:50:50 +11:00
Mark McDowall
e3a9f753d2
Fix path tests
2019-01-10 20:32:41 -08:00
Mark McDowall
9dd967f2aa
Fixed: Getting parent of UNC paths
2019-01-10 18:15:41 -08:00
Mark McDowall
edd6c0bd4c
Fixed getting parent path from a path without another slash
...
Fixed: Manual Import failing for some paths
2019-01-10 18:13:54 -08:00
Mark McDowall
36b9c51163
Improved Command Queue
...
New: Limit concurrent tasks that require disk access
New: Prevent other tasks from running during application update
2018-12-29 13:08:51 +01:00
Mark McDowall
81d6c0d210
New: Backup options and restoration
2018-12-29 13:08:48 +01:00
Mark McDowall
adaf428aa7
v3 Binaries
2018-12-29 13:08:47 +01:00
Mark McDowall
7297c1b8e4
v3 API
2018-12-29 13:08:37 +01:00
Mark McDowall
ff4a550cbb
New: Include OriginalFilePath with Episode Files
...
Closes #2336
2018-12-06 20:59:09 -08:00
Taloth Saldono
fde0409650
Fixed WithData sample length not using parameter.
2018-06-08 22:08:09 +02:00
Taloth Saldono
2ed5abf4d3
Also add as data to exception so sentry gets it.
2018-06-08 19:58:58 +02:00
Taloth Saldono
69f8fc4d5e
Added support for nested settings models so settings can be grouped together and reused for multiple providers.
2018-05-19 21:06:59 +02:00
Taloth Saldono
70afacee3f
Refactored PendingRelease logic for performance.
2018-04-14 22:07:08 +02:00
Mark McDowall
a9e1aee295
Moved NotParentException to Disk namespace
2017-10-22 10:04:06 -07:00
Taloth Saldono
ac837c8f74
Added a bunch of extra MediaInfo formats.
2017-07-31 15:21:47 +02:00
Taloth Saldono
27dca830cc
Updated MediaInfo schema and revised logic that Formats it. Also added logic to log events to Sentry.
2017-07-30 22:47:48 +02:00
Taloth Saldono
792773323c
Check for whitespace in IsValidUrl.
...
closes #2020
2017-07-26 22:57:38 +02:00
Taloth Saldono
95c81f8905
Fixed exception in MountCheck if RootDirectory cannot be found.
2017-05-10 23:08:17 +02:00
Taloth Saldono
b70d167911
Apply Cleanse to Exception Data as well.
2017-04-08 12:38:39 +02:00
Taloth Saldono
2abaef16f1
Fixed Indexer Health Checks and tests.
2017-02-28 20:59:22 +01:00
Keivan Beigi
cea6469ab8
Use nameof
2017-01-17 11:47:06 -08:00
Keivan Beigi
ad7d571b24
New: Better platform detection specifically for Non-Windows Systems
2017-01-03 18:37:23 -08:00
Keivan Beigi
0214c8e0f0
Removed unused using statements
2016-12-23 13:45:24 -08:00
Mark McDowall
d3890bd712
New: Health check warning for macOS when running from App Translocation folder
2016-11-02 11:12:24 -07:00
Mark McDowall
2e96c4e798
New: Parse existing subtitles and extra files
...
Towards #459
2016-09-17 01:27:15 -07:00
Mark McDowall
ff3fc8de2e
Replace octal characters from mounts in /proc/mounts
...
Fixed: Replace octal characters in mount points
Closes #1295
2016-06-01 21:24:41 -07:00
Taloth Saldono
19b8fb6d8b
Merge branch 'blackhole-delay' into develop
2016-03-15 21:47:18 +01:00
Taloth Saldono
d4bc835b1c
New: Delaying Blackhole imports while they're still being updated.
2016-03-15 21:46:40 +01:00
Taloth Saldono
2ffbbb0e71
Refactored HttpRequest and HttpRequestBuilder, moving most of the logic to the HttpRequestBuilder.
...
Added ContentSummary to be able to describe the ContentData in a human readable form. (Useful for JsonRpc and FormData).
2016-03-11 20:35:58 +01:00
Taloth Saldono
97cdb6a4a5
Fixed: ZFS and other mounts now listed in the System page.
...
Will now also automatically revert to a fully transactional move/copy if the move is in our out of a cifs mount. (assuming the cifs mount can be detected)
2016-02-02 22:11:37 +01:00
Mark McDowall
7c382c0e0c
NZBVortex Download Client
...
New: NZBVortex Download Client
Closes #360
2016-01-07 15:50:52 -08:00
Taloth Saldono
0b219e1169
Fixed nullables.
2015-10-03 21:19:25 +02:00
Taloth Saldono
ccfa13e383
Replaced built-in valuetypes with language keywords.
2015-10-03 21:14:06 +02:00
kmcc049
07b70f9d3f
Fixed: Consistent display of sizes
...
Closes #709
2015-09-24 06:30:49 +12:00
Gavin Mogan
c5b25bcfee
New: Add Webhook support to sonarr
...
Add Form type url (type=url input field)
Add isValidUrl input type validation
Only allow absolute urls when checking if a url is valid
String => string as per comments that sonarr is standarizing on the lowercase primative
Remove this before function calls
Refactored everything so OnGrab is supported
Don't double submit the webhook
Wrappers around Series, EpisodeFile, Episode so the entire data structure isn't exposed
Add Braces as per style guide
Series.ID and Series.TvdbId should be integers
Reorder webhook payload as per style guide
Upgrade to use ongrab as json instead of string
Add method selection to webhook settings
include episode directly in download event
QualityVersion should be an int and not a string (don't convert it int=>string)
Remove the list of episodes
Add season number to episode data structure
Code Review Fixes:
* Remove episodefile from payload, move everything to episode
* Change episode to a list
convert to var as per code review / style guide
Down with internals
Everything now uses webhookpayload. None of that payload.Message stuff
{"EventType":"Test","Series":{"Id":1,"Title":"Test Title","Path":"C:\\testpath","TvdbId":1234},"Episodes":[{"Id":123,"EpisodeNumber":1,"SeasonNumber":1,"Title":"Test title","AirDate":null,"AirDateUtc":null,"Quality":null,"QualityVersion":0,"ReleaseGroup":null,"SceneName":null}]}
Remove logger and processProvider
Remove unused constructor
2015-08-29 22:45:14 -07:00
Mark McDowall
4c1e211675
Fixed: Speed up disk rescaning during series refresh
2015-06-13 00:42:16 -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
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
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
Taloth Saldono
d931626aee
Size formatted culture invariant.
2014-12-21 20:08:59 +01:00
Mark McDowall
c10f02e0b1
More test cases for human readable bytes
2014-12-15 13:08:22 -08:00
Mark McDowall
6d31b14d96
Fixed: Humanized size show same values as size settings
2014-12-15 12:16:01 -08:00
Keivan Beigi
f4c202441c
Cleaned up environment detection
2014-12-07 12:56:47 -08:00
Keivan Beigi
cf77104a02
removed redundant else
2014-12-06 23:23:11 -08:00
Mark McDowall
935b9e5f4e
New: Use the ID returned from SABnzbd (0.7.20) during retry
2014-12-01 22:39:27 -08:00
Mark McDowall
6467167046
Moved Extension methods in common to subfolder
2014-12-01 22:26:25 -08:00
Mark McDowall
3f8366a190
New: Search for previously aired episodes that were just added to the database
2014-11-26 23:08:17 -08:00
Keivan Beigi
23524c238f
Fixed: EzRSS Size Parsing
2014-11-24 15:16:29 -08:00
Mark McDowall
95d67ef9f4
Download decision rejection reasons are no longer static messages
...
New: Better messaging on manual search when release is rejected
2014-10-27 22:25:06 -07:00