Qstick
fc08c39fb8
Fixed: Revert manual import augmentation for unknown items
3 years ago
Robin Dadswell
a33b861cec
Fixed: Download Client not sending on Import or Upgrade notifications ( #6908 )
...
* Fixed: Download client and ID for custom scripts
Based on Sonarr Commit eea3419849
* fixup! test
Co-authored-by: Qstick <qstick@gmail.com>
3 years ago
Qstick
d1fa92bc6c
Fixed: Manual Import language handling
3 years ago
Qstick
9442666493
Fixed: Duplicates on index before housekeeper runs when manual importing over existing file
3 years ago
Qstick
c538424229
New: Reanalyze media files if file size changes
...
Fixes #6757
Fixes #6765
Fixes #4482
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
3 years ago
Qstick
9d6614b14a
New: Support AKA release titles
...
Co-Authored-By: aeonnoea <46950349+0aeonnoea0@users.noreply.github.com>
3 years ago
Roxedus
025634cd19
Complete reject reason for multi-part
3 years ago
ta264
d33bed6a36
Fixed: Null reference error getting video file info
3 years ago
ta264
f0f8a4ffaf
New: MediaInfo -> FFProbe
...
* New: MediaInfo -> FFProbe
* Detect HDR format
* Fix migration for users that tested early ffmpeg
3 years ago
Qstick
35a53c5627
New: Store FileId on Import History Events
4 years ago
Qstick
e5f66da087
New: Don't process files during Manual Import if there are more than 100 items
...
Fixes #5357
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
4 years ago
Qstick
2a93686360
New: Reprocess items after selection in Manual Import
...
Fixes #5199
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
4 years ago
Qstick
a152ab2b56
Fixed: Log only for quality mismatch between release and file
4 years ago
Qstick
460c86911c
Fixed: Scene Name not being stored properly during import if not linked to a download client item and filename is obfuscated
...
Fixes #5370
Fixes $5358
Fixes #5361
4 years ago
ta264
3e795d290b
Fixed: Get actual file names from QBittorrent API ( #5226 )
...
* Fixed: Get actual file names from QBittorrent API
Previously we were assuming that the output filename was the category
output dir + the torrent name. This isn't true if the torrent has
been renamed or sanitized.
4 years ago
Qstick
bb5f5eeee6
Fixed: Correctly storing v0 version during import, allowing them to be upgraded to v1 later
...
Fixes #5305
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
4 years ago
Qstick
cfb44c7db7
Fixed: 576p Detection in MediaInfoAugment
4 years ago
Qstick
295b975046
Fixed: Do not use Count/LongCount when Any can be used
4 years ago
Qstick
0198c7a3b1
Fixed: Use Length/Count property instead of Enumerable.Count method
4 years ago
Taloth Saldono
2ee77aa0a4
Fixed: Ignore files in subfolders during a manual import
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
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
Qstick
e4d033d0a7
New: Reprocess Language in Manual Import after Movie Selection
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
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 :)
4 years ago
Qstick
e2165eb51b
New: Use Translations for Movie Mapping
4 years ago
Qstick
7a19d0a88c
Revert "New: Reject Files at Import if they are Multi-Part for now"
...
This reverts commit bed4604e62
.
4 years ago
Qstick
bed4604e62
New: Reject Files at Import if they are Multi-Part for now
4 years ago
Qstick
2390ab98fa
New: Reject File if Sample Check Indeterminate
4 years ago
Qstick
3f39c8d1bd
Fix Language Aggregation debug Log statement
4 years ago
Qstick
a552389ee8
Fixed: Don't duplicate languages from MediaInfo
4 years ago
Qstick
075f024cec
Cleanup Solution Unused Usings
4 years ago
Qstick
88bda6bcb6
New: Use MediaInfo to Augment Languages
4 years ago
Qstick
10322a1867
New: Aphrodite Language Improvements
4 years ago
Qstick
965ed041ae
Fixed: All Imports show as Multi due to duplicated langs
4 years ago
Qstick
0142c45210
Fixed: Multi Language lost on Import
...
Fixes #4313
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
1849ce4190
Additional logging when trying to complete tracked downloads
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
Gabriel Patzleiner
40b630ef10
Fixed: Updated GetSceneName. It will clean the ReleaseTitle now.
...
Added some SceneChecker tests
5 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)
5 years ago
Gabriel Patzleiner
51de8f16fb
New: Removed the whole lenient parsing and lenient mapping functionality
5 years ago
Qstick
ba6ba06d9b
Fixed: Manual Imports for Unknown Movies
...
Fixes RADARR-Z
Fixes RADARR-1E
Fixes #4379
5 years ago
Qstick
5761ce640b
Fixed: Actually make SimpleReleaseTitle work
5 years ago
Qstick
01e6fbddf4
Fixed: Rejection message for quality mismatch
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
Qstick
824d315a3b
New: Download History
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
Qstick
72caab1b2b
New: Monitor and Process downloads separately
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
Qstick
c7dfd9dcf1
Fix Log Statement Grouping in FreeSpaceSpec
...
Fixes #4184
5 years ago
Qstick
63197d38ce
New: Store OriginalFilePath for New Downloads
5 years ago
Qstick
68bfd8bc25
Fixed: Edition not Saving to DB due to missing Aggregator
5 years ago