Qstick
afada848c8
Change Missed http instances to https in HttpClientFixture
4 years ago
ta264
e09ca145d1
Fixed: False positive in remote path check with transmission
...
Correctly use the download directory when it's set
4 years ago
Qstick
a8deaf85c0
Fixed: Bootloop due to bad format args in AppFolderFactory
...
Fixes #4553
4 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
4 years ago
Qstick
5edbe4200b
fix lint issue in MetadataSettings.js
4 years ago
Qstick
5b6bef36f2
Refresh Yarn.lock, net core 3.1.5
4 years ago
Qstick
79c35fabfa
New: RemotePathMapping HealthCheck
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
4 years ago
Qstick
ee9d35e55f
UI fixups from Lidarr
4 years ago
Qstick
c0bb1392e2
Fixed: Don't Show NoMovie on Cal if Movies are Loading
...
Fixes #4499
4 years ago
Qstick
8c84047a56
Update NuGet.config
4 years ago
Qstick
0e563db10b
Fixed: Typo in exclude modal
4 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>
4 years ago
Qstick
8687dbda1d
Fixed: Don't fail lookup if no Recommendations for a result
4 years ago
Qstick
c896833607
Fixed: Don't fail lookup on some IMDB Searches
...
Fixes #4533
4 years ago
Qstick
3a7c4b2cfe
Cleanup Episode References
4 years ago
Qstick
a946d5886c
Use HTTPS for httpbin tests
4 years ago
Qstick
dfba9e9b4d
Fixed: Update Credits during refresh instead inserting old record
4 years ago
Qstick
28e6e4ed7b
Update HttpClientFixture.cs
4 years ago
Qstick
22d0f9ffef
New: Remove Anime Category for Newznab/Torznab
4 years ago
Qstick
7120a20984
Fixed: Don't hang on parsable, non-matched releases
4 years ago
Qstick
40b5702ca6
Fixed: Downloads with un-parsable releases stuck on import
4 years ago
Qstick
3c7f80612d
Fixed: Sorting of queue by movie title when unknown items are included
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
4 years ago
Qstick
2328b384e2
Fixed: Exception thrown when marking download as complete
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
4 years ago
Qstick
566fa8b132
Fixed: Displayed root folder path truncated when adding a movie with a long title
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
4 years ago
Qstick
8d57c5497a
Update wiki links that reference Sonarr/Lidarr
...
Fixes #4516
4 years ago
Qstick
62b3ed5d48
Fixed: Speed Up List Fetch
4 years ago
Qstick
6802bfc736
Fixed: List UI Revamp
4 years ago
Qstick
2d59192a9e
New: Movie Discovery/Recommendations Reworked
4 years ago
Taloth Saldono
3e3b2a7784
Revised webpack bundling and updated worker loading, turned inline worker on by default.
4 years ago
Qstick
9c3b4e3025
Fixed: Update Fuse to allow search over 32 without crash
4 years ago
Qstick
b9c59e5482
Fixed: Collection not stored for Movies
4 years ago
Qstick
1849ce4190
Additional logging when trying to complete tracked downloads
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
4 years ago
Taloth Saldono
021e7b8163
Log contents on api errors during tests.
4 years ago
Arthur Bols
4b25ef6deb
New: Removed chown and simplified chmod options for linux/osx
...
Closes #3760
Closes #3752
4 years ago
Qstick
30def1f53a
New: Multiple Recipients on Email Notifications (Also CC, BCC)
4 years ago
Gabriel Patzleiner
57961df1df
Fixed : #4394 parsing multi language from ReleaseGroup name
4 years ago
Gabriel Patzleiner
40b630ef10
Fixed: Updated GetSceneName. It will clean the ReleaseTitle now.
...
Added some SceneChecker tests
4 years ago
Gabriel Patzleiner
e59257f457
Fixed: correctly replacing SimpleReleaseTitle by A Movie. This resolves a lot of cases where a wrong language or edition has been parsed because it has parsed a part of the movie title (also applies to custom formats parsing)
4 years ago
Gabriel Patzleiner
a6c2b2e039
Fixed: some parsing issues (Add dot after "Dr" and fixed movies starting with an edition tag to match the edition (e.g. Uncut Gems (2019)) and added some tests for them
4 years ago
Gabriel Patzleiner
51de8f16fb
New: Removed the whole lenient parsing and lenient mapping functionality
4 years ago
Gabriel Patzleiner
5f5391db47
Fixed: some releases not getting parsed correctly if lenient parsing is enabled.
...
It fixes releases that had some strings (especially editions) between the year and the language (The.Movie.2016.EXTENDED.German.720p...)
4 years ago
Gabriel Patzleiner
73eba0f95d
Fixed: some Parser problems (Improved editions and German releases)
...
- Moved the ReportEditionRegex up because we use it in another 2 regexes (so it's not 3 times the same regex). Also added an optional bracket at the beginning.
- Added Recut to the edition regex
- The Regex for german and french tracker formats (ReportMovieTitleLenientRegexBefore) has been updated to support the same editions as the english versions, but the regex is only used if ParsingLeniency is set to Lenient. Should resolve a lot of cases for german releases where the movietitle wasn't parsed correctly before.
- Updated acronym method. Fixed wrong dots for "World War Z.", "World War Z. 2", but still supports "R.I.P.D.", "V.H.S. 2", "G.I. Joe" and "2 Tage in L.A."
- Added a lot of tests for this changes (there is a new test for german releases that works without lenient parsing, and another one that only works if lenient parsing is activated)
4 years ago
Qstick
1ef31e8094
Fixed: Visibility of NetImport Base Abstract Classes
4 years ago
Qstick
b1fd924188
New: List Status Checks/Backoffs
4 years ago
Qstick
d10e60587b
fixup Sonarr stylecop issues
4 years ago
Taloth Saldono
88879e0db6
Fixed flaky test.
4 years ago
Taloth Saldono
2a9160f870
Added Plex url to cleanser
4 years ago
Qstick
64382e13a4
New: Allow Nested Movie Folders
4 years ago
dependabot[bot]
232682f109
Bump websocket-extensions from 0.1.3 to 0.1.4
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Qstick
d07dd33a9e
New: Upgrade sqlite to 3.32.1 and system.data.sqlite to 1.0.113
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
4 years ago