* 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.
* Add tags support to NetImport (Lists)
* Keep indentation consistent with current code
* Initialize set of empty tags
* Add tags from list to movie
* Prevent tags used by lists from being removed