mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-13 09:20:27 -07:00
Add Tdarr_Plugin_A47j_FFMPEG_NVENC_HEVC_Video_Only test
This commit is contained in:
parent
7f51f3e057
commit
a9408f921e
4 changed files with 119 additions and 6 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue