* Build on Azure instead of Appveyor
* fixup! Update Nuget
* fixup! installer and tests
* fixup! automation tests mac/linux
* Fix .gitattributes
* Fix line endings
* Try to fix integration tests
* Install mediainfo
* Update sqlite3 binaries for windows and mac
* Update media info to 20.03 and fix test
* Fix HttpClientTests, Use Servarr HttpBin Mirror
* Update test script
* Add media info to tests
* Fix tests
* Ignore tests ignored on Aphrodite
* partial automation update
* Reveet mac mediaInfo upgrade
* fixup! automation tests
* Revert "Reveet mac mediaInfo upgrade"
This reverts commit b54a76446b.
* Don't run linux tests on mac
* Exclude test failing on mac
Co-authored-by: ta264 <ta264@users.noreply.github.com>
* 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
* Fix IMDb IDs
* Fix type errors
* Attribute is named imdb
* Use TryParse instead
* Use TryParse properly
* Pass out keyword
* Use variable instead of property
* 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
* 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
* 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
* 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.