* 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
* Fix double ? in log
* Rename Download Station to TorrentDownloadStation
* Rename Trakt, TMDb, and set Enable sync default to false
* Added omgwtfnzbs Newznab prefix
* Update Media info for Windows/macOS to 0.7.92.1
1) Calls to the growl SDK were not made in a thread safe manner
2) Loading the icon from a URL did not work in mono, and it made
the GrowlService calls take exceptionally long
3) The result of the growl SDK calls was not checked
4) A bug in the growl for windows SDK caused the mono version
on unix platforms to not work. A fixed version of the SDK is
now included in the build (do not use the NuGet version, it's
broken on unix). The bug was reported to growl for windows here:
https://code.google.com/p/growl-for-windows/issues/detail?id=48
use var for locals
made requested changes from code review
Gave state class a better name