You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
HaveAGitGat a09237aae7
Add boosh changes
3 years ago
.github Use lf 4 years ago
Community Add boosh changes 3 years ago
examples Create force_transcode_filter_notes 3 years ago
methods Lint filters (#281) 4 years ago
tests Add boosh changes 3 years ago
.eslintrc.json Use ecma 2020 3 years ago
.gitignore Fixes #129 + gitignore IDE files 5 years ago
LICENSE Initial commit 6 years ago
README.md Update README.md 3 years ago
package-lock.json Add Tdarr_Plugin_b38x_Nosirus_h265_aac_no_meta test 4 years ago
package.json Add Tdarr_Plugin_b38x_Nosirus_h265_aac_no_meta test 4 years ago

README.md

Tdarr_Plugins

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

Development

Make sure NodeJS v16 is installed

Install dependencies:

npm install

Run ESLint:

npm run lint:fix

Check plugins using some extra custom rules:

npm run checkPlugins

Run tests:

npm run test