Add Tdarr_Plugin_A47j_FFMPEG_NVENC_HEVC_Video_Only test

This commit is contained in:
HaveAGitGat 2022-05-22 12:51:28 +01:00
parent 7f51f3e057
commit a9408f921e
4 changed files with 119 additions and 6 deletions

View file

@ -4,7 +4,7 @@ const fs = require('fs');
const chalk = require('chalk');
const childProcess = require('child_process');
const filenames = fs.readdirSync(`${process.cwd()}/Community`);
const filenames = fs.readdirSync(`${process.cwd()}/Community`).reverse();
const run = async () => {
for (let i = 0; i < filenames.length; i += 1) {