No description
Find a file
Zach Gelnett c4707a5ee2
Fix error with ts files and cleanup (#271)
* Fixed the NaN issue with BitRates. Some files had bitrate missing in the
MediaInfo data so pulling from the "extra" section for those. Also
resolved an issue with the way the findMediaInfoItem function wasn't
working with subtitle tracks (well it wasn't working for all files due
to the general section because of a previous attempted subtitle fix but
this should be much much much better and work in most all cases).

* Updating to comply with eslint. Unabe to get stream matching function to
work so changed eqeqeq to warning.

* Re-add string

* parseInt

* Merge remote-tracking branch 'refs/remotes/origin/master'

* Modified variable names to use the lowerCamelCase naming convetion

* Fixed eslint issue

* Fixed an out of memory issue that prevented .ts files from being
processed by removing the framerate portion of the video filter
command when processing a .ts file.

Removed a bunch of variables used for building the ffmpeg command and
moved the actual strings down to where the logic is used. Reducing
plugin file size and variable ussage.

Fixed a minor bug related to changing the video height where it would
always use the 1080 value rather than using the value used in the input.

* Fixed issue with template line.

* Removed the commented code. Cleaned up other comments to improve
readability.

Co-authored-by: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com>
2022-03-31 16:36:14 +02:00
.github Check plugins (#221) 2021-12-24 10:35:35 +01:00
Community Fix error with ts files and cleanup (#271) 2022-03-31 16:36:14 +02:00
examples Small changes (#273) 2022-03-09 06:44:40 +01:00
methods Lint filters (#281) 2022-03-19 16:46:26 +01:00
tests Ensure all requires are within plugin functions 2022-01-01 15:30:29 +00:00
.eslintrc.json Disable global-require 2022-01-01 15:36:43 +00:00
.gitignore Fixes #129 + gitignore IDE files 2021-02-16 22:58:40 +01:00
LICENSE Initial commit 2019-09-22 20:13:53 +01:00
package-lock.json Bump hosted-git-info from 2.8.8 to 2.8.9 (#150) 2021-09-27 17:00:31 +02:00
package.json Plugin update 2021-12-11 19:48:53 +00:00
README.md Update readme 2022-01-01 14:14:32 +00:00

Tdarr_Plugins

Visit the docs for more info: https://docs.tdarr.io/docs/plugins/basics