ta264
997ff74fb9
Replace tabs with 4 spaces
5 years ago
Qstick
5e7f0f9d78
Fixed: Tmdb Rename Tokens
...
Fixes #4004
5 years ago
Qstick
089c9657f9
Fixed: Don't throw error IMDB mapped movie not found
5 years ago
ta264
0ca72bf444
Fixed: Null exception on EnhanceMovieInfo
...
Fixes SENTRY Radarr-3KM
5 years ago
EnorMOZ
a5d695ec92
Fixed: Language debug log in parser ( #3971 )
5 years ago
Qstick
f7163451e1
New: Keep DB Migration to fix 147
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
5 years ago
Qstick
e937d74b11
Revert "Swap to dapper and system.text.json for database backend"
...
This reverts commit d2065bfa1b
.
5 years ago
Qstick
d778085ba5
Revert "Fixed: Serialize flag enum as string also"
...
This reverts commit b0ae4e9a60
.
5 years ago
ta264
b0ae4e9a60
Fixed: Serialize flag enum as string also
5 years ago
Qstick
fcb31ac51b
Fixed: Don't crap on bad searches
5 years ago
Qstick
5d2ac0b86b
Fixed: Custom Format Compare not using Id value
...
Fixes #3954
5 years ago
Qstick
d4422e8901
Fixed: Change Refresh to Use StartTime
5 years ago
Qstick
da50b49e01
New: Store Task StartTime, Show Duration in UI
5 years ago
Qstick
edcc0ba7ce
New: Only Refresh on TMDB Refersh
5 years ago
ta264
d2065bfa1b
Swap to dapper and system.text.json for database backend
5 years ago
Qstick
5d7804478b
New: Trakt Auth per List
5 years ago
Qstick
a23e57d9f7
Fixed: Typo in RescanMovie log statement
5 years ago
DavidSpek
a9f95109f6
New: Add EAC3 Atmos to Mediainfo Formatting ( #3900 )
...
* Added a EAC3 Atmos option
Added a second if statement under "if (audioFormat.ContainsIgnoreCase("E-AC-3"))" to look for "JOC" in splitAdditionalFeatures to be able to identify EAC3 tracks that contain atmos. I used the audioFormat "MLP FBA" with "TrueHD Atmos" as a reference.
5 years ago
telans
ed46ff3445
Fixed: Client strings reference episodes ( #3929 )
5 years ago
Qstick
7a95fb55bd
Fixed: Versioned Backups Not Recognized by BackupFileRegex
5 years ago
Qstick
a7e066fc11
Fixed: Logging file release group for repack
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
Qstick
ca61ca5c40
Fixed: All Files Filter on Manual Import in MovieDetails
5 years ago
ta264
6235225f7d
New: Bump to .NET Core 3.1
5 years ago
Qstick
2b518ded37
New: Added version number to backup filename
...
Co-Authored-By: taloth <taloth@users.noreply.github.com>
5 years ago
Qstick
ecd4cc7b72
Fixed: Handle qBit ForcedDL State
...
Fixes #3870
5 years ago
Jef LeCompte
86a53141ad
Fixed: Handle qBittorrent "moving" state
5 years ago
ta264
abe7a85a39
Fix: Aphrodite UI enhancements
...
* New: Display UI before movies have loaded
* Revised webpack bundling
* New: Option for production build with profiling
* Fixed: Faster hasDifferentItems and specialized OrOrder version
* Fixed: Faster movie selector
* Fixed: Speed up release processing, add indices (migration 161)
* Fixed: Use a worker for UI fuzzy search
* Fixed: Don't loop over all movies if we know none selected
* Fixed: Strip UrlBase from UI events before sending to sentry
Should mean that source maps are picked up correctly.
* Better selection of jump bar items
Show first, last and most common items
* Fixed: Don't repeatedly re-render cells
* Rework Movie Index and virtualTable
* Corresponding improvements for AddListMovie and ImportMovie
5 years ago
FuNK3Y
fedf2326f0
New: Add TMDB/IMDB url in Kodi metadata
5 years ago
geogolem
15b63778e5
Fix: Net import optimization
5 years ago
devbrian
c5d7cf4eeb
Fixed: TVDB references in RefreshMovieService.cs
5 years ago
Devin Buhl
fc5ab2fd59
New: URL Base support for NZBVortex, Hadouken, qBittorrent and uTorrent
5 years ago
Devin Buhl
003ef8747c
Fixed: Updated some strings to Radarr in Download Clients
5 years ago
Devin Buhl
4e07e3bd68
New: Option to send notification when a Health Check warning occurs
5 years ago
Devin Buhl
ee91cb99ce
Fixed: Actually run Recycle Bin cleanup
5 years ago
Devin Buhl
5d7166662c
Fixed: Remove extra ; in QualityIndex
5 years ago
Qstick
0d2660ee6c
Fixed: Issues with Migration 159, Bad Index, Duplicated WEBDLs
5 years ago
Qstick
c80a492d76
Fixed: Queue Barfs on Null RemoteMovie
5 years ago
Qstick
bbadf3c7e6
Fixed: Quality Parser and Augmenter Picks Wrong Quality
5 years ago
Qstick
c08ae534c5
Fixed: List Tags and Prevent Delete of Tag if on List
5 years ago
Qstick
634697af2d
New: Add digits to Deluge's category validator
...
Co-Authored-By: rbraunschweig <rbraunschweig@users.noreply.github.com>
5 years ago
Qstick
d320f8a713
Updated: XBMC notification strings to Kodi
...
Co-Authored-By: sirloinofbeef <sirloinofbeef@users.noreply.github.com>
5 years ago
Devin Buhl
96fe74760f
Fixed: Instance where Sonarr was used in logging message
5 years ago
Qstick
fb4aa58a75
Fixed: Add Delete Button to Custom Formats
5 years ago
Qstick
3c380954ec
Fixed: Missing Movie Search from Index Null Ref
5 years ago
Qstick
f43210d3d0
Fixed: Default RequireFlags Value (AKA Give torrent guys back their indexers)
5 years ago
Qstick
67dffcdc69
Fixed: 4K and Remux Parser Tweaks
5 years ago
ta264
36ab3ecf71
Fixed: Removed unused references to System.Drawing
5 years ago
ta264
2a15113a74
Fixed: MultiLanguages definition
5 years ago
ta264
b5b43b8b3f
Changed: Align GetValueOrDefault extension with netcore3.0 version
...
- netcore3.0 implements the extenion on IReadOnlyDictionary.
- Dictionary implements both IReadonlyDictionary and IDictionary and
so defining the extenion on both interfaces creates an ambiguous
reference
- IDictionary doesn't inherit from IReadOnlyDictionary
Either we have to add 'using NzbDrone.Common.Extenions;'
separately to resolve the ambiguity or we have to standardaize on only
having the extension on IReadOnlyDictionary.
5 years ago
ta264
057829c3b0
New: Multi target net framework 4.6.2 and net core 3.0
5 years ago