* Rename all 'episodeFile' variables to 'movieFile'
* Improve media info extraction with more fields
* Improve media info tokens extraction
* Add missing fields to MediaInfoModel
* Restore to previous implementation of null handling
* Forgot to add MediaInfoFormatter to project
* Add missing EqualsIgnoreCase extension method
* Simplify Logger.Debug() invocations
* Add missing StartsWithIgnoreCase extension method
* This '.Value' shouldn't be required
* Remove TODO comment
* Upgrade MediaInfo from 17.10 to 18.08.1
* Use correct media info field for files listing
* Replace media info "VideoCodec" (deprecated) with "VideoFormat"
* Fix 'Formatiting' typos
* Add support for media info Format_AdditionalFeatures' field
* Add proper support for all DTS and TrueHD flavors
* Add support for '3D' media info token
* Remove deprecated media info video/audio profile fields
* Add support for 'HDR' media info token
* Add new video parameters to anime file name sample
* Adapt tests for new media info fields
* Revert "Remove deprecated media info video/audio profile fields"
* Include missing test files in core test project
* Fix small regression issue
* Allow sample movie to be detected as HDR
* Do not parse audio channel positions if there are no channels
* Clean up extra blank line
* Reuse already declared variable
* Fix wrong audio channels detection on DTS:X streams
* Fix all failing unit tests
* Fix remaining failing unit tests
Originally called project metis, this feature allows you to do a lot of cool stuff, such as upgrading to a x265 encode, downloading releases with multiple languages, etc. Check out the wiki page at: https://github.com/Radarr/Radarr/wiki/Custom-Formats to learn more! Note: This feature is currently in "beta" and will get more tags and features in the future. Please let me know, if you have any issues and I hope this will allow for a lot of customization!
* First fixing of tests.
* Updated more tests.
* Fix some tests
* Fix all prioritization tests.
And add new for preferred words.
* Updated CompletedDownloadservice tests
* Fixed a lot of tests
* Fixed all indexer requests. We should add more for the indexers we added.
To lazy for that though ¯\_(ツ)_/¯
* Fixed organizer tests.
Should probably be also updated to incorporate our newly added tags.
* Fix notification tests.
* Fixed update test for osx
* Fixed a few more tests.
* Fixed some more tests.
* Update appveyor.yml
* Update appveyor.yml
* Update appveyor.yml
* Update appveyor.yml
* Update appveyor.yml
* Update appveyor.yml
* Update appveyor.yml
* Update appveyor.yml
* Update appveyor.yml
* Update appveyor.yml
* Update appveyor.yml
* Update appveyor.yml
* Update appveyor.yml
* Update appveyor.yml
* Update activity.less
* Update appveyor.yml
* Update appveyor.yml
* Update CommonVersionInfo.cs
* Update build-appveyor.cake
Let's hope this works.
* Update CommonVersionInfo.cs
Just to kickstart appveyor
* Fixed a few tests
* Just ignore those tests.
* Fixed more tests.
* First steps in fixing Core.Test.Download.DownloadApprovedFixture
* Fix most DownloadApprovedFixture tests
* Fixed something.
* Fixed a few more tests.
* Fixed pending release tests.
* All Core tests are now fixed.
* Fixed the last tests :)
* Fixed Download Station Tests.
* Fixed Vuze and Transmission default settings which caused the tests to fail.
* Fix most tests.
* Fix RootFolder tests.
* Fixed last tests