Qstick
5b24fdbc20
Fix Tests
4 years ago
Qstick
eb9b14ba24
Indexer Cleanup
4 years ago
Qstick
d2a8acb1a6
Net 5.0
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
4 years ago
Qstick
8e72c7153d
Lots of workings to search processing, UI Categories
4 years ago
Qstick
710b4f5ec6
Remove FetchRecent, Pass Cats back on Newznab Search
4 years ago
Qstick
6100adc515
Cleanup SearchCriteria, Pass Cats from Search to Indexers
4 years ago
Qstick
cfb1a80c58
Newznab Responses for Caps and Movie Search (rough)
4 years ago
Qstick
f290afa68c
Indexer and Search page work
4 years ago
Qstick
ad04d0d261
More Cleanup
4 years ago
Qstick
e1020f4107
Initial Push
4 years ago
Qstick
6ee2780370
Fixed some mediainfo subtitle codes
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
4 years ago
servarr[bot]
f2f26d88b9
New: Differentiate between short term and long term (more than 6 hours) indexer failures ( #5202 )
...
* New: Differentiate between short term and long term (more than 6 hours) indexer failures
(cherry picked from commit 2adedb97da5ad31b65f0dc2eec5c263efe95731f)
* fixup! Mock Localization
Co-authored-by: Mark McDowall <mark@mcdowall.ca>
Co-authored-by: Qstick <qstick@gmail.com>
4 years ago
ta264
2d7942d69c
Fixed: Speed up RSS sync
4 years ago
ta264
0a8dd85856
Fixed: Speed up initial movie load when opening the UI
4 years ago
Qstick
37c1b5b28c
New: Add Bulgarian Language
...
Fixes #4111
4 years ago
Qstick
e28bea14b3
New: Add Thai Language
4 years ago
Qstick
2823099237
New: Add Hindi and Romanian Languages
...
Fixes #3597
4 years ago
Qstick
53eeee8b91
New: Allow Selection Original Movie Languge in Profile
4 years ago
bakerboy448
5799b3dc47
Fixed: Parser Detecting DTS-Audio formats and Blu-Ray as groups ( #5090 )
...
* Fix DTS-XXX Audio & Blu-ray false Group Positives
* Add test cases
* fixup! spaces
Co-authored-by: Qstick <qstick@gmail.com>
4 years ago
Qstick
dfbbb7d9bd
Fixup Filelist test to use new url
4 years ago
Qstick
30c51ec4f3
Fixed: Handle obfuscated files using abc.xyz pattern
...
Fixes #5105
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
4 years ago
Qstick
37197150be
Some cleanup of things marked for removal in v3
...
Fixes #5102
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
4 years ago
Qstick
4ec71538b9
Fixed: Avoid zero-length array memory allocations
4 years ago
Qstick
0198c7a3b1
Fixed: Use Length/Count property instead of Enumerable.Count method
4 years ago
Qstick
a070279993
New: Allow naming with original Movie title (in original language)
4 years ago
Qstick
95918c4053
Fixed: Speed up Unmapped Folder fetch for large number of root folders
4 years ago
Qstick
aef8a8fd04
Fixed: Fetch blacklist by Movie instead of all
...
Fixes #5066
4 years ago
Qstick
41cf722ab5
Change over aphrodite references
4 years ago
nitsua
870a39278c
Handle ratelimit api response for newznab caps endpoint on certain newznab indexers that have caps behind the apikey
4 years ago
nitsua
9a46d5165c
New: Add support for prioritizing indexers ( #5000 )
4 years ago
Qstick
ecf6dccb35
New: Option to not prefer repacks/propers (for use with Custom Formats)
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
4 years ago
Qstick
b43732b343
Fixed: Validate TMDb ListId is a valid integer
4 years ago
Qstick
764d456d49
Fixed: Handle UHDRemux as Remux instead of Webdl
4 years ago
Qstick
9a2cee3104
New: Handle missingFiles status from qBit [common]
4 years ago
Qstick
4311048c08
Update LocalizationServiceFixture.cs
4 years ago
Qstick
7ddb8ecc37
Add Test for Non-Parsable Search
4 years ago
Qstick
9b1dc2d21d
New: Handle BDMux Releases in Quality Parser
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
4 years ago
Taloth Saldono
67d2765d0c
Fixed: Removed hardlink-based transactional file transfer logic (instead relying on explicit copy+delete for cifs)
4 years ago
Qstick
16321377fc
Fixed: Filter direct excluded subfolders of the selected directory during manual import
...
Fixes #4734
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
4 years ago
Qstick
b466530e08
Remove Dotnet Framework Version Checks [common]
4 years ago
geogolem
b6f2afb212
Fixed: IsAvailable not Right for minAvailability = InCinemas ( #4921 )
...
* if minimumAvailability is set to InCinemas
InCinemas has no value but physical/digital release dates
are known and passed, movie would be marked as Not Available
When it should be Missing.
This resolves https://github.com/Radarr/Radarr/issues/4920
remove comment
* add the tests
4 years ago
geogolem
e033ce1eff
New: Add OnDelete Notification to TraktConnection
...
to remove movies from Trakt Collection when they are removed from Radarr
Add OnDelete Notification to TraktConnection to remove movies from Trakt Collection when they are removed from Radarr
skip the deleteHandler if the delete Event was triggered for reason: Upgrade
change migration from 180 to 182 since 180 and 181 are already in plan
to be used
address comments regarding helpText for OnDelete
and move check for OnUpgrade deletion reason into trakt connection OnDelete handler
reuse TraktCollectMoviesResource for OnDelete
trakt api should just ignore the other properties anyway
add WithDefaultValue to migration
add unit test case for onDelete to
fix unit testcase for onDelete
4 years ago
Qstick
361ffe353d
New: Browse Lists from Discover Movies Page
4 years ago
ta264
7f8ebf41d6
Fixed: Error fetching paged records from API without a sort key
...
(cherry picked from commit 53f1857e6349fc4c674dbaec50b0dda681f073ae)
4 years ago
Mark McDowall
a9ee3d5bc5
Fixed: Importing completed downloads from NZBGet with post processing script failing
...
Fixes #2919
4 years ago
Mark McDowall
1dfe6eb6ed
Fixed: Importing of completed download when not a child of the download client output path
4 years ago
Mark McDowall
92a0305740
Another path test fix
4 years ago
Mark McDowall
e610b74745
Fixed: Getting parent of UNC paths
4 years ago
Qstick
0800029713
Fixed: Quality Profile group order no longer used when ordering results
4 years ago
Qstick
ab7bb610a6
Fixed: Fix Instances where DB MovieFileId Relationship is Screwy
4 years ago
Qstick
658f6922c2
Fixed: Use Proxy for MediaCovers and Metadata ( #4916 )
...
[common]
Co-authored-by: Soroush <soroush@falahati.net>
4 years ago
Qstick
df197d2e16
New: Movie Collection naming token
4 years ago
Qstick
4d193b2279
Fixed: Fix Movies, Lists with Invalid Profile on Migration
4 years ago
Qstick
ee225d9d85
Remove Unused Usings
4 years ago
Qstick
9c85482b9c
Bump to dotnet 3.1.7
4 years ago
Qstick
c8de61df19
Fixed: Don't parse .ts files as Telesync
...
Fixes #4891
4 years ago
Qstick
76804dfefb
Fixed: Format Errors from AudioChannel formatter
...
Fixes RADARR-8
4 years ago
Qstick
28177eb042
New: Use release quality source if not in downloaded file and resolution matches
...
Co-Authored-By: taloth <taloth@users.noreply.github.com>
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
4 years ago
Qstick
00f631c623
New: Trakt connection for adding movies to collection
4 years ago
Qstick
c96ffafe50
Bump minimum Mono version to 5.18
...
Fixes #4722
4 years ago
Qstick
e3fb000226
Fixed: Use Translations in Search Criteria Map
...
Fixes #4794
4 years ago
Qstick
695297435e
Fix SystemTime Fixture Failure
4 years ago
Mark McDowall
3766e0eba9
New: Show health warning if system time is off expected time
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
4 years ago
Qstick
41fc244bda
Don't even call update if list cleaning disabled
5 years ago
Qstick
9b052101ab
Fix broken build due to NetImportSearchService tests
5 years ago
Qstick
ff7e929387
Fixed: Return correct language for French and Portuguese
...
Fixes #4612
5 years ago
Qstick
7eedb7fbec
New: Reject Multi-Part Files from Import - Take 2 ( #4644 )
...
* New: Reject Multi-Part Files from Import - Take 2
* fixup! Windows is not the only OS :)
5 years ago
ta264
85fda91604
Fix migration 178 to cope with leading/trailing slashes
5 years ago
ta264
75eb4e8519
Move runtime copy into a separate target
5 years ago
Austin Best
eb0be34924
Remove presets from nyaa since it changes so often
5 years ago
Qstick
6d4be67e36
Rename CleanSeriesTitle to CleanMovieTitle
5 years ago
Qstick
b6c75e7e1b
Fixed: Skip Flat Extra Files (Plex Naming) on Import
...
Fixes #4630
5 years ago
Qstick
c84a9d6612
Fixed: Include 'Sample' Directory in Ignored
5 years ago
Qstick
7a19d0a88c
Revert "New: Reject Files at Import if they are Multi-Part for now"
...
This reverts commit bed4604e62
.
5 years ago
Qstick
bed4604e62
New: Reject Files at Import if they are Multi-Part for now
5 years ago
Qstick
158a06adbf
Add Test Fixture for Migration 154
5 years ago
ta264
539f495dbe
Fixed: SqliteSchemaDumper with separate Primary Key clause
5 years ago
ta264
8799da55d3
New: Use new metadata server for imdb/stevenlu lists
...
Fixes #4306
5 years ago
Qstick
2390ab98fa
New: Reject File if Sample Check Indeterminate
5 years ago
Qstick
bfc0361784
New: Translations support for Health Checks
5 years ago
Qstick
ffff528ccb
New: Localization framework
5 years ago
Qstick
5eb7a83996
Don't fail test if there are no builds with changes shown
5 years ago
Qstick
a552389ee8
Fixed: Don't duplicate languages from MediaInfo
5 years ago
Qstick
aa6c8f493e
New: Refresh Selected in Editor Mode
5 years ago
Qstick
075f024cec
Cleanup Solution Unused Usings
5 years ago
Qstick
88bda6bcb6
New: Use MediaInfo to Augment Languages
5 years ago
Qstick
10322a1867
New: Aphrodite Language Improvements
5 years ago
Qstick
965ed041ae
Fixed: All Imports show as Multi due to duplicated langs
5 years ago
Qstick
0142c45210
Fixed: Multi Language lost on Import
...
Fixes #4313
5 years ago
ta264
0a589c529f
Fixed: Map dsm shared folder to full path in status ( #797 )
...
* Fixed: Map dsm shared folder to full path in status
* Add tests
* fix tests
5 years ago
Qstick
e18e074ee9
fixup FilterFiles mocks in various unit tests
5 years ago
Qstick
4f22d135d6
Fixed: Skip various Extras directories during scan
...
Fixes : #4487
5 years ago
Qstick
6706138fa0
New: Add Language Tests
5 years ago
Qstick
f069801eba
New: Ensure all unmapped folders are fetched when importing from a root folder
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
#4548
5 years ago
Qstick
79c35fabfa
New: RemotePathMapping HealthCheck
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
5 years ago
Doug Krahmer
3a7b1741d9
Fixed: Skip sample check for DVD image files (iso, img, m2ts) ( #4531 )
...
* Add support for video files with non-lowercase extensions.
* Fix file scan ignoring DVD image files (iso, img, vob, m2ts)
Always allow DVD and Bluray file types without analysis, instead of detecting as 0 runtime.
* Use extensions to detect DVD image files instead of Quality enum
Add unit tests
Co-authored-by: Doug Krahmer <doug.git@remhark.com>
5 years ago
Qstick
22d0f9ffef
New: Remove Anime Category for Newznab/Torznab
5 years ago
Qstick
2328b384e2
Fixed: Exception thrown when marking download as complete
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
Qstick
1849ce4190
Additional logging when trying to complete tracked downloads
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
Qstick
30def1f53a
New: Multiple Recipients on Email Notifications (Also CC, BCC)
5 years ago