Qstick
e29e962bd5
Fixed: Mac Update to another 0.X package
4 years ago
Qstick
62173c5258
Fixed: NetImport Tries to Add Existing Movies
...
Fixes #4170
4 years ago
Qstick
e3bb4d9b59
Fixed: Don't use staging API for Nightly, It's Down
4 years ago
ta264
e973701f1c
Make macOS updater executable before running it
4 years ago
Qstick
62efca5084
Handle V3 Update Folder
4 years ago
Qstick
f638278f4e
Switch Update Server to Lidarr Hosted
4 years ago
Patrick Koenig
69811b1291
Add crossorigin use-credentials attribute to manifest tag
5 years ago
DavidSpek
802e5ac151
Added Dolby Digital Plus with Atmos ( #3902 )
...
* Added Dolby Digital Plus with Atmos
Added Dolby Digital Plus with Atmos by checking the codec additional features for JOC, which stands for Joint Object Coding and is the technique used for adding Atmos metadata to Dolby Digital Plus audio streams. This is similar to the 16-ch additional feature used to distinguish Atmos in a TrueHD audio stream.
* Corrected positioning of EAC3 Atmos
* Changed the formatting from aphrodite to dapper
"splitAdditionalFeatures.ContainsIgnoreCase" was changed to "audioAdditionalFeatures =="
* Removed White Space at the end of line 176
5 years ago
ta264
09fe1bfc96
Fixed: CustomFormat size specs in already grabbed check
...
Sizes need to be parsed as a long not an int else anything with a size
> 2GiB will fail to be parsed and be set with size 0
Fixes #4262
5 years ago
ta264
1dd0df58ca
Update gitignore
5 years ago
Qstick
747f4c87d3
New: Ignore #recycle folders (Synology Recycle bin folder)
5 years ago
Sean Godsell
ac2b9516e1
Fixed: Made Username required for UserCustomList ( #4255 )
5 years ago
Qstick
1f72e1de74
Fixed: Populate Info in Lookup Results if Existing Movie
...
Fixes #4152
5 years ago
desimaniac
6b743439eb
New: Add Year to Custom Script ( #4115 )
5 years ago
Jonas Stendahl
b254ee548d
Fixed: IMDb ID handling for Torznab indexers ( #4089 )
...
* Fix IMDb IDs
* Fix type errors
* Attribute is named imdb
* Use TryParse instead
* Use TryParse properly
* Pass out keyword
* Use variable instead of property
5 years ago
devbrian
d8e0fa6ac2
New: Add Release Date and Cinema Date to Custom Script ( #4109 )
...
New: Add Release Date and Cinema Date to Custom Script (Backport aphrodite)
5 years ago
Qstick
bdb4f490b9
Fixed: Add to AddIfNotNull for Images
5 years ago
Qstick
588771f3ee
Fixed: Don't store image is null from TMDB
5 years ago
Qstick
f0ef6c3601
Fixed: Improve Logging, Slowdown startup if non-recoverable errors
5 years ago
Qstick
01b0365884
New: Add Sentry
5 years ago
Qstick
e715905ea1
New: Remove LogEntries
5 years ago
Qstick
5d4ec1272d
Fixed: Allow spaces in Trakt username and listname
5 years ago
Fossil
2d40914482
New: Added UHD, X265, WEB-DL etc. to NZB Finder ( #3568 )
...
* Added UHD, X265, WEB-DL etc. to NZB Finder
This works for Sonarr, can Radarr also add custom categories like this?
* Remove root and foreign categories for NZB Finder
As discussed https://github.com/Radarr/Radarr/pull/3568
* Remove duplicate preset
5 years ago
Qstick
420e5fd730
New: Fallback to tmdb search on Rarbg if IMDb is null
5 years ago
Qstick
b95c2e5c8b
Fixed: Catch NullRef On HDBits request if IMDB empty
5 years ago
Pika
7ddc8d416c
Fixed: Use Download Client name for grabbed history events
5 years ago
Qstick
6160bbf113
New: Add digits to Deluge's category validator
...
Fixed #3910
5 years ago
Qstick
a2f666445f
Revert "Fixed: .srt files in subfolders are not being imported ( #3647 )"
...
This reverts commit c27f08738a
.
5 years ago
Lord-Lux
92d6e81236
Fixed: RARBG URL Scheme ( #3765 )
...
* Update RarbgParser.cs
* Update RarbgFixture.cs
5 years ago
tsubus
227101d59e
Fixed: Typo in LogentriesCore.csproj ( #3936 )
...
Linux could not find ConfigurationManager due to case-sensitivity,
failing to build
5 years ago
Rick van Hattem
080d0a9b04
New: Added links to wiki and examples from add/edit custom tags dialog
5 years ago
Pierre Spring
1b58ae7d47
Fixed: open links in new tab on meta click ( #3831 )
...
This adds support to open links in new tabs for all the operating
systems.
Fixes #3830
5 years ago
Jef LeCompte
a5e2e5777c
Fixed: Added qBittorent state 'moving' ( #3847 )
...
* Added qBittorent state 'moving'
The state 'moving' wasn't being recording in Radarr, so it would show up
as a warning.
* Updated unknown state to be info
5 years ago
Rick van Hattem
ddc2b42923
Fixed: link to the custom format examples ( #3785 )
5 years ago
Matthew Jacques
3ac3737de9
Fixed: Replaced episode with movie in UpgradeSpecification ( #3805 )
5 years ago
Qstick
01ad015b14
Changed: Regenerate package.json for secondary package updates ( #3750 )
5 years ago
Qstick
3d57d5aba7
Fixed: qBit V2 and metaDL Support
5 years ago
Qstick
d65fe3a530
Fixed: Integration Test Failing CircleCi
5 years ago
Qstick
e100759e71
New: Platform Updates, Socket Closure Workaround
5 years ago
Qstick
df068e9f0a
Fixed: TMDB Failing due to missing response header ( #3610 )
5 years ago
jpogs
c27f08738a
Fixed: .srt files in subfolders are not being imported ( #3647 )
...
* Fixed #1958
- extra file module will search for any subfolder and filename
- fixed language parser to match RARBG format
- Add .srt subs according to level of details such that higher detailed sub gets loaded to media player first
* Fixed Code Factor issue on SubtitleService.cs:104
* Fixed: issues on unit test for TV subs; added test cases for RARBG movie subs
* Updated RARBG parser so it won't match movie title format
* Cleaned up code for review
* Update SubtitleService.cs
5 years ago
rubasace
61629a527c
Fixed: Parse UHDRemux as Remux and not as WEB-DL ( #3696 )
...
* Parse UHDRemux as Remux and not as WEB-DL
* Add test case for UHDRemux parsing
5 years ago
desimaniac
5291f42905
New: Added repost exclusions to CleanReleaseGroupRegex ( #3720 )
5 years ago
Qstick
0ce5857094
Fixed: Wanted Cutoff Page filters ( #3611 )
...
* Fixed: Cutoff Filters Broken
* Fixed: Wanted Filters Broken
* Fixed: CutoffUnmet Integration Tests
* Really fixed CutoffUnmet Integration tests.
* Added: Some more integration tests for CutoffUnmet
* Fixed: Integration tests for MissingFixture.
5 years ago
FuNK3Y
443078a7e4
Added: Ability to set categories for search for RARBG ( #3544 )
...
Also fixes an issue where the rargb movie category would not actually contain all movie categories. Fixes #3543
5 years ago
Kyrylo Mikos
dbdda0da13
Added: Support for Ukrainian language. ( #3594 )
5 years ago
Leonardo Galli
b5e1b83de3
Fixed: All integration tests and some code which was wrong. ( #3604 )
...
* Fixed: All integration tests and some code which was wrong.
* Hopefully fix Movie Fixture issues.
* Fixed: HttpFixture. Took commit from sonarr.
5 years ago
Leonardo Galli
8e43f5c4ae
Fixed: When refreshing info about a movie, the alt titles should now correctly be deleted / updated, even from TMDB. ( #3603 )
...
* Fixed: When refreshing info about a movie, the alt titles should now correctly be deleted / updated, even from TMDB.
Fixes #3542
* Fixed: Small things fixup.
5 years ago
Mike S
e6d3954e79
Update to work with Deluge v2 ( #3577 )
5 years ago
Daniel Dammermann
61066cb6cf
Fixed: Library shown as empty after filter returns no movies and page is refreshed ( #3515 )
...
Fixes #3514
6 years ago