Mark McDowall
bd228e88c3
New: Rescan series if destination file already exists during import
...
Closes #5401
2023-03-15 23:44:09 -07:00
Mark McDowall
978618f041
New: Don't import episodes that don't match grab history
...
Closes #5073
2023-03-15 23:26:07 -07:00
Mark McDowall
8d70def088
New: Include series year with custom scripts and webhooks
...
Closes #5439
2023-03-15 22:09:55 -07:00
Mark McDowall
c80c1db947
New: Parse HBOMaxHD as WEBDL
...
Closes #5489
2023-03-15 21:01:37 -07:00
Mark McDowall
cfcf1ad1ab
Fixed: Page Plex Watchlist results
...
Closes #5118
2023-03-15 19:55:34 -07:00
Mark McDowall
17b9e4722a
New: Parsing of poorly named absolute number-only files in batches
...
Closes #5488
2023-03-15 19:00:12 -07:00
Mark McDowall
f22998aef3
Use episode runtime for size limits when available
...
Closes #3482
2023-03-15 19:00:08 -07:00
Qstick
a42f97229a
Convert method to static that doesn't use instance data
2023-03-15 19:24:48 -05:00
Qstick
412a36226f
Add .globalconfig
2023-03-15 19:24:48 -05:00
Qstick
2b79fe833b
Use Contains(char) instead of Contains(string) for performance
2023-03-15 19:24:48 -05:00
Qstick
4db10e6283
Prefer AsSpan to Substring to avoid unnecessary allocation
2023-03-15 19:24:48 -05:00
Qstick
e8aff90582
Use span-based string.Concat to avoid unnecessary allocation
...
Calling Substring produces a copy of the extracted substring. By using AsSpan instead of Substring and calling the overload of string.Concat that accepts spans, you can eliminate the unnecessary string allocation.
2023-03-15 19:24:48 -05:00
Qstick
af28bbad52
Use Environment.CurrentManagedThreadId for efficiency
...
System.Environment.CurrentManagedThreadId is a compact and efficient replacement of the Thread.CurrentThread.ManagedThreadId pattern.
2023-03-15 19:24:48 -05:00
Qstick
f928ee7cad
Use Environment.ProcessPath instead of GetCurrentProcess().MainModule.FileName
...
GetCurrentProcess().MainModule.FileName is expensive, Environment.ProcessPath added in net6
2023-03-15 19:24:48 -05:00
Qstick
7521579bca
Use Apend(char) instead of Apend(string) for performance
...
When calling StringBuilder.Append with a unit length string, consider using a const char rather than a unit length const string to improve performance.
2023-03-15 19:24:48 -05:00
Qstick
e805f61450
Use Length/Count property instead of Count() method to prevent enumerating
2023-03-15 19:24:48 -05:00
Qstick
4fe9daec03
Use Any() in place of Count() to prevent enumerating
...
This rule flags the Count and LongCount LINQ method calls used to check if the collection has at least one element. These method calls require enumerating the entire collection to compute the count. The same check is faster with the Any method as it avoids enumerating the collection.
2023-03-15 19:24:48 -05:00
Qstick
738dc2c98c
Do not use Enumerable methods on indexable collections
...
This rule flags the Enumerable LINQ method calls on collections of types that have equivalent but more efficient properties to fetch the same data.
2023-03-15 19:24:48 -05:00
Qstick
0ed8ba828d
Avoid unnecessary zero-length array allocations
2023-03-15 19:24:48 -05:00
Qstick
b2c2c79a96
Don't compare strings to Empty using Equals
...
Comparing strings using the String.Length property or the String.IsNullOrEmpty method is faster than using Equals. This is because Equals executes significantly more MSIL instructions than either IsNullOrEmpty or the number of instructions executed to retrieve the Length property value and compare it to zero.
2023-03-15 19:24:48 -05:00
Qstick
08ee2f7e32
Remove unnecessary assignments to default type value
...
The .NET runtime initializes all fields of reference types to their default values before running the constructor. In most cases, explicitly initializing a field to its default value in a constructor is redundant, adding maintenance costs and potentially degrading performance
2023-03-15 19:24:48 -05:00
Qstick
42e45f93ac
Use const where appropriate
...
The value of a const field is computed at compile time and stored in the metadata, which improves run-time performance when it is compared to a static readonly field.
2023-03-15 19:24:48 -05:00
Qstick
b4d8f0c311
Enable all analyzers and enforce code style on build
2023-03-15 19:24:48 -05:00
Stevie Robinson
21045127cd
Fixed: Parsing of multi season packs with only space between the season numbers
2023-03-14 00:32:57 -07:00
Mark McDowall
d496733b31
Fixed: Don't import Custom Format downgrades
...
Closes #5475
2023-03-14 00:22:37 -07:00
Mark McDowall
b3d1e4f520
Fixed: Multiple Downloaded Episodes Scan commands should not run in parallel
2023-03-13 18:11:17 -07:00
Mark McDowall
cd67671bc1
Fixed: Slow loading of files in Manage Episodes modal
...
Closes #5449
2023-03-13 00:30:28 -07:00
Mark McDowall
ac806a2933
New: Show downloading status for series progress bar
...
Closes #5474
2023-03-12 23:51:38 -07:00
Mark McDowall
6d88a98282
New: Plex Watchlist RSS support
2023-03-12 23:51:38 -07:00
cicomalieran
9800bd6b43
Fixed: Processing very long ETA from Transmission
...
Closes #5444
2023-03-07 16:46:48 -08:00
Sergey M
255f947860
Fixed: Mapping of parsed titles when one doesn't have an alias
...
Co-authored-by: Sergey M <msergein>
2023-03-05 17:30:56 -08:00
bakerboy448
92ecb30fab
Fixed: Regression in error message logging
...
Closes #5461
2023-03-01 18:19:16 -05:00
bakerboy448
e968919e63
Fixed: Improve some request failure messaging
2023-02-22 17:36:12 -08:00
Mark McDowall
bd3816dac9
Handle null for parent name with clean path is empty
2023-02-20 17:20:07 -08:00
Mark McDowall
95a8f59a32
Fixed: Don't handle images in metadata folder as Roksbox images
2023-02-20 16:42:57 -08:00
Mark McDowall
890f107467
New: Support for .plexmatch series metadata files
...
Closes #4960
2023-02-20 15:08:26 -08:00
Mark McDowall
6740257135
New: Add Episode Guide option for Kodi MetadataFile
...
Closes #5415
2023-02-20 12:35:22 -08:00
Mark McDowall
bbd9b1657d
Fixed: Don't clean Kodi library if video is playing and Always Update is disabled
...
Closes #5387
2023-02-20 10:48:49 -08:00
Mark McDowall
cf00fecbe4
Fixed: Don't grab propers/repacks when item in queue meets cutoff and propers/repacks are not downloaded automatically
...
Closes #1208
2023-02-19 00:32:58 -08:00
Qstick
5a22afc42b
Fixed broken path tests
2023-02-18 15:37:35 -08:00
Mark McDowall
75378f7bde
Fixed: USB drives mounted to folders are treated as different mounts
...
Closes #4147
2023-02-16 17:05:39 -08:00
Mark McDowall
997aabbc3c
Improve CF calculation for files without scene name
...
Fixed: Use original filename instead of complete path when calculating CF for existing file without scene name
Closes #5365
2023-02-12 22:33:45 -08:00
Mark McDowall
2c65e4fa41
Fixed: Prevent getting disk space from returning no information when it partially fails
...
Closes #5247
2023-02-12 20:55:13 -08:00
Qstick
9c1fd7c73e
Bump MonoTorrent to 2.0.7
...
Pulls in fix for parsing torrents when certain values are an empty string
2023-02-12 21:58:44 -06:00
Mark McDowall
27cc551980
Updated API documents
2023-02-12 15:09:00 -08:00
Mark McDowall
d2cd3f7716
Rename LocalizationLanguageResource to avoid collision with LanguageResource
2023-02-12 15:06:51 -08:00
bakerboy448
ddb25b1095
New: Use better page size for Newznab/Torznab (up to 100) when supported by the indexer
...
Closes #5373
2023-02-12 14:34:04 -08:00
Mark McDowall
303fc5d786
New: Return static response to requests while app is starting
...
Closes #5402
2023-02-07 17:31:54 -08:00
Qstick
a379d0c403
Fixed: Settings fail to save for some auth setups
2023-02-06 23:09:10 -06:00
Mark McDowall
72b307f4ad
Fixed: Using absolute episode number in Standard Format for episode without while renaming
2023-02-06 16:55:04 -08:00
Mark McDowall
69f325b9dd
SeriesFolderFormat needs to be OS Agnostic
2023-02-04 16:54:22 -08:00
Mark McDowall
81d2b18ce1
New: Use Series Folder Format to improve unmapped folders within root folders
2023-02-04 15:51:00 -08:00
Mark McDowall
119addd75f
Fixed: Migrating case-sensitive Preferred Word REGEX to Custom Formats
...
Closes #5399
2023-02-04 00:32:48 -08:00
Xavier Xiong
0f111dd066
Fixed: Chinese Anime releases that include a season number
2023-02-04 00:10:13 -08:00
Stevie Robinson
e29470d8cb
Fixed: Enable parsing of repacks with revision
...
Closes #5383
2023-02-04 00:08:35 -08:00
bakerboy448
83f6359063
New: Improve Manual Import logging when not parsing files
2023-02-04 00:06:59 -08:00
Mark McDowall
ad42d4a14c
Fixed: Ping endpoint no longer requires authentication
...
Closes #5396
2023-01-31 23:39:59 -08:00
Qstick
faccfe17a2
Remove debug code in CleanupQualityProfileFormatItems
2023-01-22 13:47:13 -06:00
Qstick
f05e109b50
Fixed: Avoid Sqlite Error when all profiles have lowest quality cutoff
2023-01-21 18:11:09 -06:00
Stevie Robinson
3973571411
New: Added new series title rename tokens without year
...
Closes #5369
2023-01-21 18:55:00 -05:00
bakerboy448
863d24996c
New: Improve messaging when imports are left in queue
2023-01-21 18:28:33 -05:00
PearsonFlyer
1b599c7e76
Fix notifiation in Ntfy on test from Radarr to Sonarr
2023-01-19 18:19:30 -06:00
Mark McDowall
0fbf61199f
Fixed: Parsing of some files with series title aliases
2023-01-18 17:18:55 -08:00
Mark McDowall
b848100693
Fixed: Images for some series not downloading
...
Closes #5376
2023-01-15 21:21:34 -08:00
Qstick
c08b451564
Bump ImageSharp to 2.1.3
2023-01-15 14:27:08 -06:00
Mark McDowall
6dcfc661a1
New: Show updated Custom Format Score in history
2023-01-13 17:41:43 -08:00
Mark McDowall
68d026479f
New: Add custom format info to episode import notifications
2023-01-13 17:41:43 -08:00
Mark McDowall
899d6ddbab
Fixed: Store Custom Format score during import
...
Closes #5291
2023-01-13 17:41:43 -08:00
Mark McDowall
4ed4ca4804
New: Add bypass if above Custom Format Score to Delay Profile
...
Closes #5043
2023-01-13 20:40:49 -05:00
Mark McDowall
bc2942c28d
New: Don't block imports when release was matched by ID if they were grabbed via interactive search
...
Closes #5043
2023-01-13 17:40:08 -08:00
Mark McDowall
599ad86657
New: Use file's format title for quality if parsed
...
Closes #3930
2023-01-13 20:39:29 -05:00
Mark McDowall
3f598ffa6f
Fixed: UTC time sent to UI for already imported message
...
Closes #5366
2023-01-13 17:39:00 -08:00
Mark McDowall
67035b9266
Fixed: Monitoring episodes modal not closing after saving
2023-01-13 17:38:31 -08:00
Mark McDowall
4b4301a076
Fixed: Quality Profiles resetting Custom Format scores during housekeeping
...
Closes #5359
2023-01-09 12:18:14 -08:00
Mark McDowall
2c004e1f96
Fixed: Unable to load UI if Quality Profiles contain removed Custom Format items
2023-01-09 08:58:25 -08:00
Mark McDowall
ea612e8b78
Revert "Fixed: Unable to load UI if Quality Profiles contain removed Custom Format items"
...
This reverts commit facf775a43
.
2023-01-09 08:57:45 -08:00
Xavier Xiong
f742e1f174
Fixed: Chinese releases with season and absolute episode numbers
2023-01-09 01:57:21 -05:00
Mark McDowall
facf775a43
Fixed: Unable to load UI if Quality Profiles contain removed Custom Format items
...
Closes #5323
2023-01-08 22:49:56 -08:00
Qstick
4a740acb80
New: Simkl List Support ( #5313 )
...
* New: Simkl List Support
* fixup! smarter sync
* fixup! comments
* fixup! comments
2023-01-07 12:58:10 -06:00
Mark McDowall
1394122842
Fixed: Displaying audio and subtitle languages in UI
2023-01-04 21:24:26 -08:00
Mark McDowall
fe5c52602a
Fixed: Custom Formats upgrading even when profile doesn't allow upgrades
...
Closes #5330
2023-01-04 16:41:12 -05:00
Stevie Robinson
3316665e93
Fixed: Kodi Metadata Subtitle Language
2023-01-04 16:39:34 -05:00
Mark McDowall
61fa1e5e3f
New: Added health check warning if SABnzbd sorting is enabled
...
Closes #4985
2023-01-03 15:41:12 -08:00
Mark McDowall
48b4cc5f3f
New: Improved messaging when qBittorrent fails due to host header rejection
2023-01-02 16:30:00 -08:00
Mark McDowall
2fc76a9ac5
New: Use XEM season number for some releases when mapping episodes
...
Closes #5195
2022-12-31 21:41:22 -08:00
Mark McDowall
6ec7c3f7a9
Fixed: Parsing of anime that uses standard numbering and includes episode number at end
...
Closes #5331
2022-12-30 14:59:12 -08:00
Stevie Robinson
30cbaf06fa
Fix comment
2022-12-29 13:12:31 -05:00
Mark McDowall
738a7b38c9
New: Parsing of some Dutch/Flemish/Italian release titles
...
Closes #2762
2022-12-29 00:49:08 -08:00
Mark McDowall
f504dfcbab
New: Missing/Cutoff Unmet searches will search for episodes that haven't been searched recently first
...
Closes #3067
2022-12-27 23:27:31 -08:00
Mark McDowall
2491da0678
Fixed: Don't try to remove the same item from queue multiple times
2022-12-27 01:07:15 -08:00
Mark McDowall
1f8e1cf582
Fixed: Multiple pushed releases will be processed sequentially
...
Closes #2975
2022-12-25 23:20:43 -08:00
Mark McDowall
40ce54e165
Upgrade Newtonsoft.Json
2022-12-23 22:33:39 -08:00
Mark McDowall
e57e68c97a
New: Option to include series image for Gotify notifications
...
Closes #4882
2022-12-22 23:47:05 -08:00
Mark McDowall
ce0388ca99
Fixed: Only log /proc/mounts exception once per process
...
Closes #4929
2022-12-20 17:18:50 -08:00
Mark McDowall
17bfcdd325
New: Portuguese (Brazil) and Spanish (Latino) languages
...
Closes #5302
2022-12-20 20:17:47 -05:00
Qstick
a26163b646
Cleanup Trakt implementation
2022-12-20 17:27:41 -06:00
Qstick
62354dfac8
Fixed: Don't enforce minimum on single list fetch
2022-12-18 18:28:08 -06:00
Mark McDowall
b15b6a0798
Improve handling of releases without video files
...
New: Show warning in queue if download contains executable or archive file and no video file was detected
Closes #5101
2022-12-18 09:58:03 -08:00
Mark McDowall
4ce4031dd8
New: Reduce size of Custom Formats in responses for most endpoints
2022-12-18 09:57:53 -08:00
Mark McDowall
fc8e6d6f02
Fixed: Manual import when no reprocessing items after selecting series and season
2022-12-17 21:25:18 -08:00
Colin Gagnaire
fb76c237bf
New: Add support for native Freebox Download Client
...
Closes #5140
2022-12-16 18:37:21 -08:00
Mark McDowall
5ce8ea8985
New: Parse release group from VARYG releases with junk at the end
...
Closes #5308
2022-12-16 18:27:11 -08:00
Mark McDowall
ee1ee8f267
New: Rename Emby to Emby / Jellyfin
...
Closes #5301
2022-12-14 17:47:49 -08:00
Mark McDowall
6c53bf30d5
Fixed: Size on disk calculation including multi-episode files multiple times
...
Closes #5296
2022-12-14 17:45:43 -08:00
Mark McDowall
f15f08e51a
Revert "Fixed: Size on disk calculation including multi-episode files multiple times"
...
This reverts commit be98862ce0
.
2022-12-14 08:01:56 -08:00
Mark McDowall
be98862ce0
Fixed: Size on disk calculation including multi-episode files multiple times
...
Closes #5296
2022-12-14 00:24:02 -08:00
Mark McDowall
9a96dee49d
New: Parsing of releases extra slash in Chinese anime titles
...
Closes #5299
2022-12-13 23:32:58 -08:00
Mark McDowall
789a8f5301
Fixed: Queue not showing items with conflicting titles
2022-12-12 22:44:08 -08:00
Mark McDowall
530829f8ed
Don't copy/pasta kids
2022-12-11 19:42:44 -08:00
Mark McDowall
8bea8a10da
Fixed: Skip anime version upgrade check if Proper/Repacks are not preferred
...
Closes #4468
2022-12-11 18:01:51 -08:00
Mark McDowall
e42edf1d33
New: Add Thai Language
...
Closes #5170
2022-12-10 16:25:23 -08:00
Mark McDowall
7f5abfd87d
New: Parsing of Japanese variety shows
...
Closes #5279
2022-12-10 13:42:41 -08:00
Qstick
356771d139
New: Speed up mass deletes from Series Editor
...
* New: Speed up mass deletes from Series Editor
* fixup! Additional speed up using GetAllSeriesPaths vs GetAllSeries
* fixup! Tests
2022-12-10 14:19:10 -06:00
Mark McDowall
d08f33ae21
New: Quality Preferred Setting
...
Co-authored-by: Qstick <qstick@gmail.com>
Closes #724
2022-12-10 09:59:54 -08:00
Mark McDowall
60470b653a
Fixed: History Since API endpoint
2022-12-10 01:11:20 -08:00
Mark McDowall
d09e5d8eb4
Fixed: Trakt connection auth tokens not being refreshed
...
Closes #5285
2022-12-10 00:42:46 -08:00
Mark McDowall
be02d0ebf7
Fixed: Series/season history loading
...
Closes #5286
2022-12-09 20:40:51 -08:00
Mark McDowall
b3959e3162
Fixed broken pending release tests
2022-12-09 10:39:16 -08:00
Mark McDowall
e50eb5188e
Fixed: Unable to process downloads from client
...
Closes #5284
2022-12-09 09:19:11 -08:00
Qstick
779f348f7b
Add deprecated sort values to validation
...
Fixed #5282
2022-12-09 07:47:33 -06:00
Gabriel Patzleiner
b98881c576
Fixed: Absolute episodes followed by a year not getting parsed correctly
2022-12-08 22:37:32 -08:00
Mark McDowall
da4f6b7df9
New: Show Custom Formats on Manual Import / Manage Episodes
...
Closes #5241
2022-12-08 20:00:02 -08:00
Mark McDowall
6216a71f8c
Fixed: Parsing of releases with episode titles that contain languages
...
Closes #861
2022-12-08 18:59:36 -08:00
Qstick
16e2d130e6
Simplify X-Forwarded-For handling
...
This happens in asp.net middleware now
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-12-07 23:03:59 -06:00
Qstick
fd98a179ab
New: Improve IPAddress.IsLocal method
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-12-07 23:03:59 -06:00
Mark McDowall
87795708b5
New: Allow Season packs to be grabbed automatically if all episodes will have aired within 24 hours
...
Closes #5191
2022-12-07 20:26:49 -08:00
Mark McDowall
0450d0b2b6
Remove unused dependency in SeasonPackOnlySpecification
2022-12-07 20:26:49 -08:00
Qstick
e19071da0e
Fixed: Avoid path manipulation from receiving to sending for Kodi
...
Fixes #5260
2022-12-07 21:54:12 -06:00
Qstick
c522cd120d
New: Rework List sync interval logic
...
* New: Rework List sync interval logic
Fixes #5011
2022-12-07 21:09:42 -06:00
Mark McDowall
7675b4bc3b
Fixed: Queue failing to load if column was sorted by episode air date or title
...
#5257
2022-12-07 19:03:51 -08:00
Mark McDowall
1b90fbcf7d
New: IPv6 support for connections/indexers/download clients
...
Closes #4149
2022-12-06 23:11:59 -08:00
Mark McDowall
6bdeafcf8c
Fixed: Improve Bind Address validation and help text
...
Closes #622
2022-12-06 23:11:59 -08:00
Mark McDowall
9e6b32ca3e
New: Parsing of 4K GM-TEAM releases
2022-12-06 23:10:25 -08:00
Zak Saunders
4ca5a213fa
New: Auto theme option to match OS theme
...
Co-authored-by: Qstick <qstick@gmail.com>
2022-12-06 02:22:52 -05:00
Mark McDowall
335fc05dd1
New: Auto tagging of series
...
Closes #3870
2022-12-06 01:58:53 -05:00
penggongkui
8eb941d590
Fixed: Parsing of additional GM-Team formats
2022-12-05 10:54:42 -05:00
Mark McDowall
e77be24c7b
Fixed: Sending Webhook on upgrade if media info is unavailable
...
Closes #5272
2022-12-05 01:10:54 -08:00
Qstick
b98ce7fb17
New: Store Task StartTime, Show Duration in UI
...
Closes #5266
2022-12-04 19:10:56 -08:00
Qstick
11e6e12676
Fixed: Error on EpisodeFile summary modal if CF is null
...
Fixes #5268
2022-12-04 15:24:22 -06:00
Qstick
78af4823cf
Fixed: Imdb lists only return 1 result
2022-12-04 09:35:50 -06:00
Qstick
859e48ff5c
Update API Docs
2022-12-03 23:32:54 -06:00
Qstick
7e48ea0231
Fixed: Correct Attribute compare for Id validation
2022-12-03 23:17:50 -06:00
Mark McDowall
8105da33d8
Fixed broken pending release tests
2022-12-03 17:28:11 -08:00
Mark McDowall
0f2ceb85bd
New: Parse GM-Team's file names that are different from their release names
2022-12-02 22:43:32 -08:00
Mark McDowall
31198c627f
Fixed: Loading queue when there are pending items that were added before upgrading
...
Closes #5257
2022-12-02 22:42:57 -08:00
Mark McDowall
b76a7c2773
Fixed: Pending items in queue not showing Custom formats
...
Closes #5248
2022-12-02 17:27:12 -08:00
Qstick
3b10400948
New: FreeBSD Support
...
Co-authored-by: Mark McDowall <mark@mcdowall.ca>
2022-12-02 16:09:24 -08:00
Qstick
aaaf18aec3
Fixed: Add back LanguageProfiles endpoints and deprecate
...
* Fixed: Add back LanguageProfiles endpoints and deprecate
* fixup! Fixed: Add back LanguageProfiles endpoints and deprecate
2022-11-30 19:46:27 -06:00
Qstick
c9b483bdf7
Fixed: Use `develop` logo for Kodi notifications
...
Fixes #5256
2022-11-29 19:51:20 -06:00
Qstick
095dcac90b
Make CF insensitive help text more obvious
2022-11-29 19:51:19 -06:00
Qstick
becc567ff7
Fixed: Use route Id for PUT requests if not passed in body
2022-11-29 19:44:18 -06:00
Qstick
528feb14c9
Prevent NullRef on CustomFormat parse
2022-11-28 22:04:33 -06:00
Mark McDowall
f2b2eb69a3
Fixed: Handle Flood reporting errors for completed and stopped downloads
...
Closes #5224
2022-11-28 19:04:29 -08:00
Qstick
4c7df31070
New: Add support for Simplepush notifications
...
Fixes #5108
Co-Authored-By: Timm Schäuble <Timm.Schaeuble@gmail.com>
2022-11-28 20:32:39 -06:00
Qstick
89270ad7a1
Fixed: Original Language failures on Custom Format parsing
...
Fixes #5240
2022-11-28 18:23:33 -06:00
Qstick
651055820a
Fixed: Logging for Cutoff and UpgradeAllowed Specs
...
Fixes #5242
2022-11-27 12:16:36 -06:00
Qstick
3a2a030432
Really fix Original Language in MapSeries
...
Fixes #5246
2022-11-27 12:14:28 -06:00
Stevie Robinson
ca04c93666
Prevent false positives with HONE releases
2022-11-26 19:37:37 -08:00
Mark McDowall
ed9a47449b
Fixed broken tests after updating images
2022-11-26 19:36:49 -08:00
Bruno Garcia
de3cb07c57
Sentry SDK v3.23.1
...
Co-authored-by: Bruno Garcia <bruno@Brunos-MacBook-Pro.local>
2022-11-26 14:06:08 -08:00
yammes08
cb00ce7c0b
New: Add HONE to list of release group exceptions
...
Closes #5243
2022-11-26 14:05:00 -08:00
Qstick
f47abd0d99
Fix movie reference in PlexListRequestGenerator
2022-11-25 06:31:41 -06:00
Qstick
381834edce
New: IMDb List Support
2022-11-25 06:31:41 -06:00
Qstick
ea7af03d69
Fixed: Handle MapSeries when orig language is null
2022-11-24 14:33:12 -06:00
Mark McDowall
99e60196a4
Fixed: Parse year in title from square brackets
2022-11-24 10:12:12 -08:00
Mark McDowall
53a3fc31e2
Fixed: Saving Trakt Popular Import List without Genres
2022-11-24 08:14:23 -08:00
Qstick
08b677ca7d
Enforce comment spacing with Stylecop
2022-11-21 16:58:07 -08:00
Qstick
be0fa73129
New: Store and use original Series language
2022-11-21 16:58:07 -08:00
Mark McDowall
5400bce129
Publish ApplicationStartingEvent during startup
2022-11-20 19:09:35 -08:00
Qstick
237e7556c2
Bump Newtonsoft to 13.0.1
2022-11-19 17:17:56 -06:00
Qstick
173f456683
Remove Unity (No longer maintained)
2022-11-19 17:01:57 -06:00
Qstick
908d79f2f6
Revert FFMpegCore wrapper to 4.7 to avoid random failures
2022-11-19 16:41:32 -06:00
Mark McDowall
c8dbbe431a
Fixed broken NewznabRequestGenerator tests
2022-11-18 22:33:51 -08:00
Mark McDowall
a1e6a2c530
Fix overzealous regex
2022-11-18 22:05:09 -08:00
Mark McDowall
f9f08cfea2
New: Perform ID based searches for anime if the indexer supports ID searching
...
Closes #5090
2022-11-16 19:02:57 -08:00
Mark McDowall
ba9651b241
Use string interpolation for Newznab request generation
2022-11-16 19:02:05 -08:00
Mark McDowall
ae306274be
New: Improve logging when processing files for import
...
Closes #5226
2022-11-13 18:36:17 -08:00
Mark McDowall
8c1fb31b5d
Fixed: Searching for monitored episodes in series when all seasons are unmonitored
2022-11-12 11:58:57 -08:00
Mark McDowall
b3fc905481
Fixed: Parsing of some Anime releases with number at the end of the title
2022-11-12 11:25:47 -08:00
Mark McDowall
0e31281828
Fixed: Testing SABnzbd when no categories are configured
2022-11-07 18:58:40 -08:00
Qstick
5e57ffbcf9
New: Base API info endpoint
2022-11-06 17:50:02 -06:00
Qstick
28df29ae8a
Fix FFProbe issues with x264/x265 files
2022-11-06 17:48:59 -06:00
jaja123456789
0844cfb635
Fixed: File Size in Custom Formats
2022-11-06 08:39:22 -08:00
bakerboy448
2fb5655789
New: Add Notifiarr connection
2022-11-06 08:23:51 -08:00
Devin Buhl
e5d6e569cf
New: Send additional information with Webhook and Custom Scripts
...
Closes #5059
2022-11-06 08:21:28 -08:00
luz paz
209a250079
Fix various typos
...
Found via `codespell -q 3`
2022-11-06 08:19:07 -08:00
Qstick
25eb0ba816
API Docs update
2022-11-04 10:45:47 -05:00
Qstick
db77c90724
Bump FFProbe for DTS-ES fix
2022-11-04 10:42:51 -05:00
Mark McDowall
26eab7d821
Fixed: Re-downloading of series images
...
Closes #5209
2022-10-26 17:06:53 -07:00
Dtaggart
00d467314b
New: Add indexer name to the download report log
2022-10-17 10:19:26 -07:00
Chris
d1f2a8a948
Fixed: Cleanse Discord Webhook URLs
...
Closes #5169
2022-10-16 07:42:33 -08:00
Qstick
88e993001b
fixup UpdateService tests
2022-10-15 20:46:10 -05:00
Qstick
47116ea663
New: Include MediaInfo / CF for Webhooks
...
Fixes #5166
2022-10-15 14:19:05 -05:00
Qstick
4fc043bb72
fix test for update client exe
2022-10-15 13:58:21 -05:00
Qstick
a645681cc8
Clean dual target code
2022-10-15 10:54:38 -05:00
Qstick
2bf87691bc
Fixed: Updater version number logging
2022-10-15 10:15:11 -05:00
Mark McDowall
9458f4c796
Fixed interface name after half baked rename
2022-10-03 18:44:07 -07:00
Bakerboy448
238885371b
New: Include CustomFormats for CustomScript on Grab
2022-10-03 10:18:14 -07:00
Bakerboy448
77a7f3ef4f
New: Include MediaInfo for CustomScripts OnDownload
2022-10-03 10:18:14 -07:00
bakerboy448
7cd38bba84
Fixed: Improve RarBG Error Handling
2022-10-03 10:17:24 -07:00
Stevie Robinson
743d28b93a
Fixed: updated rTorrent download client note
2022-10-03 10:16:46 -07:00
Ultimate
092186dab2
New: Custom import lists
...
Co-authored-by: TheUltimateCoder <no@e.mail>
2022-10-03 10:15:45 -07:00
Mark McDowall
2a7e2674b7
New: Parse more WEB release names
2022-09-25 21:01:56 -07:00
Mark McDowall
3993ca9ebd
New: Parse more BDRemux release names
...
Closes #5094
2022-09-25 00:26:36 -07:00
Mark McDowall
e9123982f3
New: Parse anime version with a space before 'v'
...
Closes #5103
2022-09-25 00:17:30 -07:00
Mark McDowall
00dd721d9b
New: Parsing of GM-Team releases
...
Closes #5080
2022-09-25 00:00:37 -07:00
Mark McDowall
6f5467e39e
Fixed: Indexer tags
...
Closes #5150
2022-09-24 23:28:04 -07:00
Mark McDowall
bd937b9dd3
Fixed: Fall back to sorting by release title if series is not matched
...
Closes #5151
2022-09-24 22:57:07 -07:00
Mark McDowall
80dd4ce3a1
Fixed Slovak language parsing test
2022-09-24 22:54:22 -07:00
Chromo-residuum-opec
d2a23f7bcd
Update help text for rTorrent download client options
2022-09-22 09:51:16 -07:00
bakerboy448
04447d9d4d
Fixed: Repack Preference Ignored
2022-09-22 09:49:19 -07:00
Stevie Robinson
c98fac65ed
New: Torrent Seed Ratio no longer advance settings
2022-09-22 09:48:29 -07:00
Stevie Robinson
96345c0a0b
Fixed: Remove non-functional filters for Trakt Lists
...
Co-authored-by: Qstick <qstick@gmail.com>
2022-09-22 09:48:03 -07:00
Gylesie
3477dfacd0
New: Add Slovak Language
2022-09-22 09:47:19 -07:00
Chris
f6e6bc98f7
Added: Ntfy provider for notifications
2022-09-22 09:46:26 -07:00
Robert Dailey
51eeb4ee0f
Fixed: Better error messaging if you try to import an invalid Custom Format
2022-09-22 09:44:45 -07:00
Qstick
29d8dc81ca
Fixed: Avoid iso-mapping failure with Dutch/Flemish
2022-09-17 21:22:31 -05:00
Qstick
56bb87e55f
Clean movie references
2022-09-17 21:20:58 -05:00
Mark McDowall
93bd8543b1
Fixed: Ping plex.tv to keep auth token active
...
Closes #5154
2022-09-17 17:43:33 -07:00
Mark McDowall
6eed7c8fed
Handle redirects for 308 redirects
2022-09-17 17:43:33 -07:00
Qstick
dc44cbcda6
Fixed: Language Augment from Folder and Filename
2022-09-06 19:33:29 -05:00
Qstick
89ee7d4452
Fixed: Fix NullRef in Subtitle Service due to #4924
2022-08-20 17:59:41 -05:00
Qstick
86b895abe0
Fixed: CF Resolution Specification not matching correctly
2022-08-20 17:57:46 -05:00
Albert Lee
19c9429c7e
Fixed: Nyaa episode title search
2022-08-18 23:26:09 -07:00
Mark McDowall
6660e0c3f3
New: Use absolute format if absolute episode number is not required and is missing
...
Closes #5124
2022-08-18 23:06:49 -07:00
Qstick
89b0b04e08
New: Custom Format Language Condition
2022-08-18 19:52:26 -05:00
Mark McDowall
52760e0908
Don't replace private values that haven't been set
2022-08-15 13:39:24 -07:00
Mark McDowall
549cdbe15a
New: Add import date to upgraded episodes in CustomScript and Webhook connections
...
Closes #3615
2022-08-15 13:31:28 -07:00
Mark McDowall
00ab449ebe
Fixed: Search for newly added episodes if disk rescanning is disabled after refresh
2022-08-11 17:28:01 -07:00
Michael Casey
5938a95abb
New: Add UI Localization Framework
2022-08-07 15:24:42 -07:00
Mark McDowall
1977f4aa3c
Fixed: Don't process files that don't have a supported media file extension
2022-08-07 15:24:42 -07:00
Mark McDowall
1f14276770
Don't block task queue for queued update task when there are longer running tasks executing
2022-08-07 15:24:42 -07:00
Devin Buhl
762042ba97
New: Add application URL to host configuration settings
2022-08-07 15:24:42 -07:00
Qstick
18f77a967b
New: API Docs
2022-08-07 15:24:41 -07:00
Mark McDowall
269e72a219
New: Migrate user passwords to Pbkdf2
2022-08-07 15:24:41 -07:00
Mark McDowall
652027821d
Fixed integration test's path to Sonarr executable
2022-08-07 15:24:41 -07:00
Mark McDowall
90d3dc2f98
FileNameBuilderFixture tests should run on Windows
2022-08-07 15:24:41 -07:00
Mark McDowall
ebe9215057
Remove OMG indexer
2022-08-07 15:24:41 -07:00
Mark McDowall
570be88215
New: Don't return API Keys and Passwords via the API
2022-08-07 15:24:40 -07:00
Mark McDowall
b154b00c61
New: Setting to disable authentication for local addresses
2022-08-07 15:24:40 -07:00
Mark McDowall
05ee4e6449
Sliding expiration for auth cookie and a little clean up
2022-08-07 15:24:40 -07:00
Qstick
b04b4000b8
New: Custom Formats
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-08-07 15:24:40 -07:00
Qstick
2291f3e00e
New: Native Theme Engine
...
Co-Authored-By: Zak Saunders <thezak48@users.noreply.github.com>
2022-08-07 15:24:38 -07:00
Marty Zalega
e1de523c89
Don't lowercase UrlBase in ConfigFileProvider
...
UrlBase should honour the case it is given.
2022-08-07 15:24:38 -07:00
Qstick
fa0fc3158b
New: MediaInfo -> FFProbe
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-08-07 15:24:38 -07:00
Qstick
a4232549cb
Fix Tray App and Windows Server Restart
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-08-07 15:24:38 -07:00
Qstick
e65aebdcf8
New: Use native .NET6 socks proxy
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-08-07 15:24:37 -07:00
Qstick
4c0fe62dda
Use modern HttpClient
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-08-07 15:24:37 -07:00
ta264
bff1fe7890
Update to nugets with osx-arm64 runtimes
2022-08-07 15:24:37 -07:00
Qstick
1169741c54
New: Use ASP.NET Core instead of Nancy
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-08-07 15:24:37 -07:00
Qstick
b83bb2cade
Fixed: Pending Releases Migration
2022-08-07 15:24:36 -07:00
Qstick
f50b54b3f6
New: Use System.Text.Json for Nancy and SignalR
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-08-07 15:24:36 -07:00
Qstick
2e953a0eb1
Dapper and STJson
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-08-07 15:24:36 -07:00
Qstick
1c22a1ec0d
StyleCop
2022-08-07 15:24:35 -07:00
Qstick
878d1561aa
Build Sonarr on Net6
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-08-07 15:04:46 -07:00
Qstick
f79ae77a3a
New: Switch to ASPNetCore Kestrel and SignalR
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-08-07 15:04:43 -07:00
Qstick
4d007855bc
Bump NLog to 4.7.14
2022-08-07 15:04:43 -07:00
Qstick
fd5ac3c713
Upgrade FluentMigrator from 1.6.2 to v3
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-08-07 15:04:43 -07:00
Qstick
e263331880
Fixed: Remove obsolete HttpProvider
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-08-07 15:04:43 -07:00
Qstick
78eb8b0e6d
Fixed: Remove obsolete XBMC HTTP notification API
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-08-07 15:04:43 -07:00
Qstick
91c9250d9c
Fixed: Remove obsolete Plex HomeTheater/Client notifcations
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-08-07 15:04:43 -07:00
Qstick
d740e995a3
Cleanup OAuth Dep
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-08-07 15:04:42 -07:00
Qstick
da5716cca2
Net standard XMLRPC
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-08-07 15:04:42 -07:00
Qstick
2200b02112
Convert Interop.NetFwTypeLib to AnyCPU
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-08-07 15:04:42 -07:00
Qstick
f7c771f467
Use Sqlite from Servarr
2022-08-07 15:04:42 -07:00
Qstick
52d2a5010a
Purge Logentries
2022-08-07 15:04:42 -07:00
Qstick
b4ca4908fc
Purge V2 API
2022-08-07 15:04:42 -07:00
Qstick
fdecd1fea4
Switch Integration Tests to V3 API
2022-08-07 15:04:42 -07:00
Qstick
b819246655
Revert "New: Updated MediaInfo to 21.09, Sqlite to 3.32.1.0 and added support for mac osx arm64 arch. Deprecated osx x86."
...
This reverts commit 201004113e
.
2022-08-07 15:04:42 -07:00
bakerboy448
c7919f80de
Fixed: Improve WebDL and WebRip Parsing
2022-08-07 13:43:04 -07:00
David Newhall
1a1d427c42
Fixed: Logging when series folder is moved successfully
2022-08-07 12:03:27 -07:00
bakerboy448
9263fc1564
New: Improve messaging for rejected quality upgrades
2022-08-07 11:54:15 -07:00
Kevin Richter
8ab040f612
Fixed: Improve moving file to location where another one exists
2022-08-07 11:52:54 -07:00
Dominik Krivohlavek
d6dff451e0
New: Preserve language tags when importing subtitle files
...
Closes #2570
Closes #3278
2022-08-07 11:47:14 -07:00
C.J. Manca
ac7afc351c
New: Add maximum single episode age option (per indexer)
2022-08-07 11:43:18 -07:00
Mark McDowall
e35e24a4c2
Fixed broken unicode tests
2022-07-06 08:10:25 -07:00
Mark McDowall
7eb61fafa4
Fixed: Parsing of Chinese anime releases with character after episode number
...
Closes #5054
2022-06-25 23:24:23 -07:00
Mark McDowall
ab578566be
Log replacement regex
2022-06-25 23:23:13 -07:00
Mark McDowall
35edef91c6
Fixed: Standard episode searches for anime
...
Closes #5066
2022-06-25 23:05:18 -07:00
Mark McDowall
5d976ac657
LanguageProfileId for Language profile filtering
2022-06-12 15:17:47 -07:00
Qstick
d5fff15f32
New: Reset Quality Definitions to default
2022-06-12 09:49:07 -07:00
Qstick
7c98c2397a
New: Instance name in System/Status API endpoint
2022-06-12 09:36:43 -07:00
Qstick
ad6081aec6
New: Instance name for Page Title
2022-06-12 09:36:43 -07:00
Robin Dadswell
1558929484
New: Instance Name used for Syslog
2022-06-12 09:36:43 -07:00
Robin Dadswell
4a2f120bc1
New: Set Instance Name
2022-06-12 09:36:43 -07:00
Robin Dadswell
6c0f22a11e
New: Added UDP syslog support
...
(cherry picked from commit 8d856b2edb8bf46a2b516d5f7644ae3fa1151323)
2022-06-12 09:36:43 -07:00
Qstick
41a821352e
New: Sonarr Sync on Language Profile
2022-06-12 09:34:50 -07:00
Qstick
0991cfe27e
Fixed: Validate if equals or child for startup folder
2022-06-12 09:33:59 -07:00
bakerboy448
97925feed9
Fixed: Improved parsing WebDL Releases
2022-06-12 09:33:11 -07:00
Mark McDowall
93fc9abae9
Parse another additional Chinese anime release format
2022-05-29 10:16:14 -07:00
Mark McDowall
c1e5b7f642
Fixed cutoff unmet integration tests
2022-05-23 20:52:27 -07:00
Mark McDowall
ccb88919b9
New: Increase TBA episode title delay to 48 hours (from 24) to deal with TheTVDB's API caching
...
Closes #4307
2022-05-22 17:20:24 -07:00
Mark McDowall
f9b2c2d843
Fixed: PRevent import if potential bulk season release doesn't have air date for all episodes
...
Closes #5021
2022-05-22 17:18:19 -07:00
Mark McDowall
d48950ec3c
Fixed: Cutoff Unmet showing items above lowest accepted quality when upgrades are disabled
2022-05-22 16:44:12 -07:00
Mark McDowall
6a7d84f134
New: Parse some additional Chinese anime releases
...
Closes #5024
2022-05-15 15:13:56 -07:00
Mark McDowall
a81a80a00f
Fixed: Parsing of single episode numbers
...
Closes #5022
2022-05-15 14:47:23 -07:00
Mark McDowall
c00cbb9a5a
New: Add FAQ to error adding series with duplicate slug
...
Closes #5020
2022-05-15 14:41:25 -07:00
Mark McDowall
d01e6d32de
Fixed: Original Filename/Title not being included when importing a new file
...
Closes #5010
2022-05-09 21:04:42 -07:00
Jure Merhar
52d95fa632
Fixed: Bluray 576p parsing
...
Closes #5006
2022-04-30 14:32:57 -08:00
Mark McDowall
a71cc1081e
Downgrade Ical.Net from 4.2 to 4.1.11
2022-04-30 15:10:47 -07:00
Mark McDowall
edf1167a37
Fixed: Mapping episode 0 to the parsed season instead of specials
2022-04-29 17:27:35 -07:00
Mark McDowall
8f2c4fe4d1
Fixed: Don't parse part # in brackets as mini series style naming
...
Closes #1265
2022-04-29 00:10:42 -07:00
Mark McDowall
cc9fc1e3c3
New: Use 45 minutes for runtime when episode aired within 24 hours of pilot episode
2022-04-28 23:55:07 -07:00
installemployee
9fb29f42c4
Fixed: iCal status values
2022-04-28 17:27:23 -07:00
Mark McDowall
9a1a320110
Fixed: Not including Original Title/Filename during rename when episode identifiers are missing
...
Closes #5003
2022-04-28 17:24:21 -07:00
Mark McDowall
f6664b8b42
New: Parse Spanish language using Castellano and Español
...
Closes #3579
2022-04-24 17:18:50 -07:00
Mark McDowall
82646db70d
New: Added Malayalam and Ukrainian languages
...
Closes #4662
Closes #5000
2022-04-24 17:18:50 -07:00
Mark McDowall
ae0e23fc8e
New: Added Mediainfo Video Dynamic Range column for episodes
...
Closes #4963
2022-04-24 13:18:48 -07:00
Mark McDowall
18f7bcd212
Fixed: QBittorrent unknown download state: forcedMetaDL
...
Closes #4997
2022-04-23 21:14:06 -07:00
Mark McDowall
a6a68b4cae
Fixed: A potential issue when extra files for multiple series have the same relative path
2022-04-12 17:46:10 -07:00
Mark McDowall
9183c6b846
Fixed: Importing file from UNC shared folder without job folder
...
Closes #4943
2022-04-12 17:08:53 -07:00
Mark McDowall
d73ad3e27a
Remove copy/pasta VOSTFR parsing as French
2022-04-11 20:25:52 -07:00
Mark McDowall
bd70fa5410
Fixed: Plex Library Updates
...
Closes #4914
2022-04-11 19:34:02 -07:00
Mark McDowall
481345226a
Fixed: Skip extras in 'Extras' subfolder
...
Closes #4980
2022-04-11 18:18:02 -07:00
Mark McDowall
365c6a7741
New: Added additional terms for matching French language releases
...
Closes #4949
2022-04-09 22:03:59 -07:00
issueg2k4g34j2g
103d2751ee
New: Update Monotorrent
2022-04-09 21:35:40 -07:00
bakerboy448
f678775e5c
Fixed: Escape Characters as needed for *znab queries
...
Closes #4788
2022-04-09 21:16:20 -07:00
bakerboy448
bba4a5636e
Fixed: Clarify Qbit Content Path Error
2022-04-06 17:53:52 -08:00
bakerboy448
8d83b1d8d6
Fixed: API error when sending payload without optional parameters
...
Co-authored-by: Qstick <qstick@gmail.com>
2022-04-05 17:23:33 -07:00
Marcelo Castagna
3be5d6c258
Fixed: Properly handle 119 error code from Synology Download Station
2022-04-05 17:22:37 -07:00
bakerboy448
40ecdbc12d
New: Support for new Nyaa RSS Feed format
...
Closes #4614
2022-04-05 17:10:26 -07:00
Mark McDowall
6e271e9272
Fixed: Error when trying to import an empty Plex Watchlist
2022-04-05 17:08:58 -07:00
Mark McDowall
5c5b012ded
Remove old, broken test
2022-04-05 17:08:28 -07:00
Mark McDowall
ebb48a19cc
Improve usage of Original Title renaming token
...
Fixed: Don't recursively add the current file name to new file name when '{Original Title}' is used in addition to other naming tokens
2022-03-28 17:34:19 -07:00
Mark McDowall
fa9136c4d1
Fixed: Validation when testing indexers, import lists, connections and download clients
2022-03-28 17:34:19 -07:00
Mark McDowall
e7ca98489e
Fixed: Default sort key for wanted/missing API endpoint
...
Closes #4950
2022-03-28 17:34:19 -07:00
Mark McDowall
a3fd3c5e67
Fixed: Clean API request path before authentication
2022-03-28 17:34:19 -07:00
Taloth Saldono
d899225509
Add response size to http responses
2022-03-20 22:19:06 +01:00
Mark McDowall
06464d720c
Don't return early after re-running checks after startup grace period
2022-03-20 00:21:07 -07:00
Mark McDowall
d21e9753bc
New: Support for parsing some releases from Spanish trackers
2022-03-19 13:04:40 -07:00
Mark McDowall
07f0db477a
Fixed: Delay health check notifications on startup
...
Closes #4381
2022-03-19 13:00:15 -07:00
Mark McDowall
e280897bc7
Fixed: Automatic import of releases when file is not matched to series
...
Closes #4935
2022-03-19 12:57:00 -07:00
Mark McDowall
bb02fc4668
Fixed: Newznab requests for anime using season/episode numbers
2022-03-19 12:55:45 -07:00
Mark McDowall
d02d1bbdfe
Fixed: Releases without a job folder importing extra files from another release
2022-03-06 22:05:17 -08:00
Mark McDowall
fc2023d67c
Fixed: Parsing of 540p season packs
...
Closes #4928
2022-03-04 17:26:08 -08:00
Mark McDowall
2417c4afb2
Cleanup partial comment
2022-03-04 17:26:08 -08:00
bakerboy448
77412f2376
Fixed: Assume SABnzbd develop version is 3.0.0 if not specified
...
Fixes #4911
2022-02-27 22:08:09 +01:00
Stéphane Dupont
4bfcd0de1d
New: Import subtitles from sub folders
...
Closes #2513
2022-02-27 12:37:23 -08:00
Mark McDowall
b24bea415b
New: TvdbId added to episode response from API
...
Closes #4921
2022-02-27 01:38:56 -08:00
Marcelo Castagna
a8cb7784f2
Update Synology error codes
2022-02-27 01:37:38 -08:00
Daniel Martin Gonzalez
f1d07f74ee
New: Option to show release group column on series list
2022-02-27 01:18:13 -08:00
Mark McDowall
acdf02d569
Fixed: Negative preferred word scores being trumped by 0 scores without any matches
2022-02-24 19:11:09 -08:00
Mark McDowall
66af08a830
Fixed: On Import notifications for webhooks
...
Closes #4913
2022-02-24 17:49:31 -08:00
Mark McDowall
61e68b02ed
Fixed: favion.ico request does not require AuthenticationService
...
Closes #4910
2022-02-24 17:48:11 -08:00
Mark McDowall
2a45b615ae
Fixed: Don't automatically import if release title doesn't match series title
...
Closes #4826
2022-02-21 22:59:07 -08:00
Mark McDowall
f6b08f697b
New: Use TVDB's Episode ID as default uniqueid for Kodi metadata
...
Closes #4792
2022-02-21 21:28:24 -08:00
Mark McDowall
9e82014454
Fixed: Parsing of quality in DP.WEB releases
...
Closes #4829
2022-02-21 21:09:18 -08:00
Mark McDowall
341e8023af
Fixed: Send download client name instead of type for grab events
...
Closes #4836
2022-02-21 20:07:18 -08:00
Mark McDowall
7a0090c7a2
Fixed: Schedule refresh and process monitored download tasks at high priority
2022-02-21 19:47:33 -08:00
Mark McDowall
9e1b799fb7
Fixed: Recycle bin log message
...
Closes #4908
2022-02-21 13:31:14 -08:00
Mark McDowall
8946b401cf
New: Schedule refresh and process monitored download tasks at high priority
...
Closes #4907
2022-02-21 13:31:14 -08:00
Mathis
87f03e1f38
New: Add qBittorrent sequential order and first and last piece priority options( #4870 )
2022-02-21 12:20:58 -08:00
bakerboy448
d18751eff2
Fixed: Improve help text for download client Category
2022-02-21 12:14:44 -08:00
Marcos
d71c50b634
New: Add more groups that do not follow -Group format
2022-02-21 12:12:31 -08:00
Zack Eckersley Pallett
78aeda1a2c
New: Add backup size information
...
Closes #4830
2022-02-21 12:11:12 -08:00
Mark McDowall
79436149eb
Fixed: Sorting of some titles with acronyms or common words at the start
...
Closes #4839
2022-02-16 18:25:42 -08:00
Mark McDowall
210768d7d6
Fixed: Profiles with upgrades disabled incorrectly allowing upgrades in some cases
...
Closes #4898
2022-02-16 18:25:41 -08:00
Mark McDowall
b3d90d903a
Fixed: Parsing of 4-digit absolute episode number with Exx in CRC
...
Closes #4858
2022-02-16 18:25:41 -08:00
Robin Dadswell
1bf87bf873
New: End Jackett 'all' endpoint support
...
(cherry picked from commit 54c914d48fefa730728518d50fc9e49032d0947b)
Closes #4437
2022-02-05 19:27:37 -08:00
PearsonFlyer
69ccb96a36
Fixed: Updated ruTorrent stopped state helptext
2022-02-05 19:26:06 -08:00
Mark McDowall
a36397452d
Fixed: Parsing episodes when full series does not have XEM mappings
...
Fixed #4849
2022-02-05 19:13:02 -08:00
Alan Collins
52c6bc5549
Adjusted the Windows LongPath support check for valid segment lengths
2022-02-02 18:28:09 +01:00
Mark McDowall
5a9df521ad
Fixed: Manual import not removing unparseable items from queue
...
Fixed #4831
2022-01-23 15:41:07 -08:00
Mark McDowall
1ee40215e7
New: Add Release group to history for all events
...
Closes #4865
2022-01-23 14:16:26 -08:00
Mark McDowall
ccc378fd0c
Update comment for TorznabSettings MinimumSeeders
2022-01-23 14:06:16 -08:00
bakerboy448
71dba904a1
New: OnApplicationUpdate Notifications
...
Closes #4810
Co-authored-by: Qstick <qstick@gmail.com>
2022-01-23 13:24:34 -08:00
Stéphane (Bakeneko) Dupont
cee17483d9
New: Add option to search for anime using standard episode numbers
...
Closes #4153
2022-01-23 13:11:43 -08:00
bakerboy448
05b1581b7d
Fixed: Improved Indexer test failure message when no results are returned
2022-01-23 13:05:24 -08:00
bakerboy448
36395decc7
New: Support various Anime Release Groups with spaces and dashes
2022-01-23 13:00:59 -08:00
bakerboy448
113bb6ad4d
Fixed: Don't parse -EN, -ES, -CAT as Group
...
(based on radarr 81966e621ef1c5ea8014c7d4fcb7f32d0f93581b)
2022-01-23 13:00:59 -08:00
bakerboy448
e6210aede6
Fixed: Better Cleansing of Tracker Announce Keys
...
Fixes : #4623
2022-01-23 13:00:59 -08:00
bakerboy448
6de8bdf331
Fix bad HashRelease test
2022-01-23 13:00:48 -08:00
bakerboy448
c67718d81e
New: Correctly Parse Groups D-Z0N3 and Fight-BB
...
New: Parse Select Groups that do not follow -Group Format
Fixes #4623
- formatting
2022-01-23 13:00:26 -08:00
bakerboy448
faa510eb09
Fixed: Better Parsing of 4k Releases
...
Fixed: Parse 4k H265 releases as 4k
Fixed: Parse 3840x2160 as 4k
(based on radarr commit fa6b7ad2877a78182823e8bd831d01a70c16f033)
2022-01-23 13:00:26 -08:00
bakerboy448
ac9a98e498
New: Parse Release Groups with a `-` in their name
...
(based on radarr commit ea801665e4f3b7c505e2c2f37a4ef941a15e2c2d)
2022-01-23 13:00:26 -08:00
Qiming Chen
13aaa20f1b
New: Link indexer to specific download client
...
Closes #1215
Co-authored-by: Qstick <qstick@gmail.com>
2022-01-23 12:58:23 -08:00
pixxon
a27984c032
New: Implement OnDelete notification for Emby/Jellyfin
...
Closes #4743
2022-01-23 12:56:39 -08:00
bejhan
f67e11d477
Fixed: Parsing of numeric only titles that include a year
...
Closes #4850
2022-01-23 12:45:47 -08:00
PearsonFlyer
d4d4bf8784
Fixed: Avoid download path check false positives for Flood
...
Closes #4825
2022-01-23 12:44:19 -08:00
Qstick
6106362f6c
Fix more unit tests after filter paths change
2022-01-22 11:42:09 -06:00
Mark McDowall
86658b05ca
Fix unit tests after filter paths change
2022-01-19 23:54:26 -08:00
Qstick
041689e904
New: Add AppName to system status response
2022-01-18 23:19:03 -06:00
Qstick
6131a99497
Fixed: Skip Flat Extra Files (Plex Naming) on Import
...
Fixes #3914
2022-01-13 17:08:07 -08:00
Qstick
4be626a44c
Fixed: Skip various Extras directories during scan
2022-01-13 17:08:07 -08:00
Qstick
9889ab7b48
Update MonoTorrent from nuget
...
Co-authored-by: ta264 <ta264@users.noreply.github.com>
2021-12-30 09:41:59 -08:00
Qstick
87c65932f0
Clean TraktService.cs
2021-12-28 19:51:43 -06:00
Taloth Saldono
5c8f2518ba
Added BDLight to quality parser
2021-12-27 01:51:35 +01:00
Taloth Saldono
f2c7e235af
Parse specials directly in ParsingService rather than callee.
2021-12-25 01:06:53 +01:00
Taloth Saldono
e3be3ef91e
New: Gracefully handle broken release profiles when ppl swapped to older sonarr versions and back again
2021-12-25 00:59:42 +01:00
bakerboy448
ec866082d4
Fixed: Cleanse Notifiarr secret from URL in logs
2021-12-24 13:06:31 -08:00
Qstick
60b4e14522
Add test to ensure Identity is maintained on Id column during migration
2021-12-24 13:05:05 -08:00
Qstick
de528fff42
Don't set ReleaseGroup twice in while building LocalEpisode
2021-12-23 18:20:17 -06:00
Stevie Robinson
d80565f6a9
Fixed: Convert Trakt list name to URL slug
2021-12-20 12:26:51 -08:00
Mark McDowall
8621ecfec1
Fixed: Some manually imported episodes not being marked as imported and remove from queue
...
Closes #4803
2021-12-19 10:09:32 -08:00
Mark McDowall
b869ebeac2
Fixed: Parsing of 2160p BDRips
...
Closes #4807
2021-12-19 10:09:32 -08:00
bakerboy448
f948a59f6f
Fixed: Bad wiki fragment for mono health check
2021-12-17 19:42:24 -08:00
bakerboy448
cfa93c0a92
Fixed: Improve WEBDL detection of Netflix Rips
2021-12-17 19:39:48 -08:00
Martin
e2b16adec6
Use pattern matching instead of as expression type checking
2021-12-17 19:16:00 -08:00
Taloth Saldono
201004113e
New: Updated MediaInfo to 21.09, Sqlite to 3.32.1.0 and added support for mac osx arm64 arch. Deprecated osx x86.
2021-12-16 15:54:19 +01:00
Phillip R. Jaenke
3a8bd451a9
Update RestSharp to 106.15.0, addresses CVE-2021-27293
2021-12-15 15:36:59 -08:00