diff options
author | MoshiMoshi0 <[email protected]> | 2019-07-10 15:36:49 +0200 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2019-07-10 15:36:49 +0200 |
commit | b56015e90b14b2c8f76f3928d481a858d62979cd (patch) | |
tree | 2747c4f448e8581baaa80266756164d8d8219246 /.gitignore | |
parent | 810d8095f9ccda8dd7e483bd02e614f1161a87ac (diff) | |
download | bazarr-b56015e90b14b2c8f76f3928d481a858d62979cd.tar.gz bazarr-b56015e90b14b2c8f76f3928d481a858d62979cd.zip |
Add ability to use MediaInfo to refine video/audio properties (#479)
* Add ability to use MediaInfo to refine video/audio properties
* Remove pymediainfo from requirements.txt and add library files
* Look for .dll file if .exe was not found in get_binary
* Add pymediainfo to libs
* Switch to local MediaInfo library files
* Exit early if supported attributes are already set
* Log media info warnings to debug
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 3a0d44172..e7310d676 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,7 @@ cachefile.dbm .idea/* bazarr.pid /venv -/data
\ No newline at end of file +/data + +# Allow +!*.dll
\ No newline at end of file |