No description
Find a file
Stickie a6673a514e
Merge pull request #1 from StickieBE/StickieBE-patch-1
Update Tdarr_Plugin_SV6x_Smoove1FFMPEG_NVENC_H264.js
2023-08-06 01:58:38 +02:00
.github Use lf 2022-05-23 08:05:08 +01:00
Community Update Tdarr_Plugin_SV6x_Smoove1FFMPEG_NVENC_H264.js 2023-08-06 01:57:43 +02:00
examples Create force_transcode_filter_notes 2023-03-03 18:12:35 +00:00
methods Update tests 2023-07-28 08:07:11 +01:00
tests Update tests 2023-07-28 08:07:11 +01:00
.eslintrc.json Use ecma 2020 2022-08-31 17:37:57 +01: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 Merge pull request #353 from HaveAGitGat/dependabot/npm_and_yarn/minimatch-3.1.2 2023-04-06 19:11:39 +02:00
package.json Add Tdarr_Plugin_b38x_Nosirus_h265_aac_no_meta test 2022-05-22 12:55:00 +01:00
README.md Update README.md 2022-08-22 03:14:34 +02:00

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