mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 23:48:15 -07:00
Add new tests (#311)
* Add new tests * Add tdarrSkipTest logic * Add Tdarr_Plugin_00td_action_add_audio_stream_codec test * Add Tdarr_Plugin_00td_action_handbrake_basic_options test * Add Tdarr_Plugin_00td_action_handbrake_ffmpeg_custom test * Add Tdarr_Plugin_00td_action_keep_one_audio_stream test * Fix lint * Fix reorder streams bug * Add Tdarr_Plugin_00td_action_re_order_all_streams_v2 test * Add Tdarr_Plugin_00td_action_remux_container test * Add Tdarr_Plugin_00td_action_standardise_audio_stream_codecs test * Lint * Add Tdarr_Plugin_00td_filter_by_bitrate test * Add Tdarr_Plugin_00td_filter_by_resolution test * Add Tdarr_Plugin_00td_filter_by_size test * Log all errors together, use chalk * Add Tdarr_Plugin_075a_FFMPEG_HEVC_Generic test * Add Tdarr_Plugin_075a_Transcode_Customisable test * Add Tdarr_Plugin_075b_FFMPEG_HEVC_Generic_Video_Audio_Only test * Add Tdarr_Plugin_075c_FFMPEG_HEVC_Generic_Video_Audio_Only_CRF20 test * Add Tdarr_Plugin_075d_FFMPEG_HEVC_GPU_Generic_Video_Audio_Only_CRF20 test * Add Tdarr_Plugin_076a_re_order_audio_streams test * Add chalk * Add Tdarr_Plugin_076b_re_order_subtitle_streams * Add Tdarr_Plugin_077b_HandBrake_NVENC_264_Configurable test * Add Tdarr_Plugin_a8hc_HaveAGitGat_HandBrake_H264_VeryFast1080p30 test * Add Tdarr_Plugin_a9hc_HaveAGitGat_HandBrake_H264_Fast1080p30 test * Add Tdarr_Plugin_a9hd_FFMPEG_Transcode_Specific_Audio_Stream_Codecs test * Update qsv to vaapi (will handle input at later date) * Add Tdarr_Plugin_a9he_New_file_size_check test * useCloneDeep * Add Tdarr_Plugin_a37x_Drawmonster_MP4_No_Title_Meta test * Add Tdarr_Plugin_A47j_FFMPEG_NVENC_HEVC_Video_Only test * Add Tdarr_Plugin_b38x_Nosirus_h265_aac_no_meta test * Add Tdarr_Plugin_b39x_the1poet_surround_sound_to_ac3 test * Add Tdarr_Plugin_bsh1_Boosh_FFMPEG_QSV_HEVC test * Add Tdarr_Plugin_c0r1_SetDefaultAudioStream test * Lint * Add Tdarr_Plugin_d5d3_iiDrakeii_FFMPEG_NVENC_Tiered_MKV test * Add Tdarr_Plugin_d5d4_iiDrakeii_Not_A_Video_Mjpeg_Fix test * Add Tdarr_Plugin_da11_Dallas_FFmpeg_Presets_H264_MP4 test * Tdarr_Plugin_DOOM_NVENC_Tiered_MKV_CleanAll test * Remove logging * Add Tdarr_Plugin_drdd_standardise_all_in_one test * Add Tdarr_Plugin_e3jc_Tharic_H.264_MKV_480p30_No_Subs_No_Title_Meta test * Add Tdarr_Plugin_e3jd_Tharic_H.264_MKV_720p30_No_Subs_No_Title_Meta test * Add Tdarr_Plugin_e3je_Tharic_H.264_MKV_1080p30_No_Subs_No_Title_Meta test * Add Tdarr_Plugin_e5c3_CnT_Keep_Preferred_Audio test * Add Tdarr_Plugin_ER01_Transcode audio and video with HW (PC and Mac) test * Add Tdarr_Plugin_fd5T_Sparticus_4K_AC3_No_Subs test * Add Tdarr_Plugin_Greg_MP3_FFMPEG_CPU test * Add Tdarr_Plugin_henk_Add_Specific_Audio_Codec test * Add Tdarr_Plugin_hk75_Drawmonster_MP4_AAC_No_Subs_No_metaTitle test * Add Tdarr_Plugin_hk76_GilbN_MP4_AAC_No_metaTitle test * Add outputModify func * Base tests on linux for now * Add Tdarr_Plugin_jeons001_Downmix_to_stereo_and_apply_DRC test * Add Tdarr_Plugin_lmg1_Reorder_Streams test * Add Tdarr_Plugin_MC93_Migz1FFMPEG test * Add Tdarr_Plugin_MC93_Migz1FFMPEG_CPU test * Add Tdarr_Plugin_MC93_Migz1Remux test * Add Tdarr_Plugin_MC93_Migz2CleanTitle test * Add Tdarr_Plugin_MC93_Migz2CleanTitle test * Add Tdarr_Plugin_MC93_Migz3CleanAudio test * Add Tdarr_Plugin_MC93_Migz4CleanSubs test * Add Tdarr_Plugin_MC93_Migz5ConvertAudio test * Add Tdarr_Plugin_MC93_Migz6OrderStreams test * Add Tdarr_Plugin_MC93_MigzImageRemoval test * Add Tdarr_Plugin_MP01_MichPasCleanSubsAndAudioCodecs test * Add Tdarr_Plugin_Mthr_VaapiHEVCTranscode test * Add Tdarr_Plugin_nc7x_Drawmonster_No_Title_Meta test * Add Tdarr_Plugin_r002_rootuser_FFMPEG_HQ_HEVC_MKV_Animation test * Add Tdarr_Plugin_raf4_Floorpie_FFmpeg_Tiered_HEVC_MKV test * Add Tdarr_Plugin_s7x8_winsome_h265 test
This commit is contained in:
parent
e194e6d35c
commit
2a0a7e1bfc
113 changed files with 7662 additions and 102 deletions
|
|
@ -84,8 +84,8 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
|
|||
processFile: false,
|
||||
preset: '',
|
||||
container: '',
|
||||
handBrakeMode: false,
|
||||
FFmpegMode: false,
|
||||
handbrakeMode: false,
|
||||
ffmpegMode: false,
|
||||
reQueueAfter: false,
|
||||
infoLog: '',
|
||||
};
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
|
|||
for (let i = 0; i < items.length; i += 1) {
|
||||
const matchedStreams = [];
|
||||
for (let j = 0; j < streams.length; j += 1) {
|
||||
if (String(sortType.getValue(streams[j])).includes(String(items[i]))) {
|
||||
if (String(sortType.getValue(streams[j])) === String(items[i])) {
|
||||
if (
|
||||
streams[j].codec_long_name
|
||||
&& (
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
/* eslint-disable */
|
||||
// tdarrSkipTest
|
||||
const details = () => {
|
||||
return {
|
||||
id: "Tdarr_Plugin_078d_Output_embedded_subs_to_SRT_and_remove",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
/* eslint-disable */
|
||||
// tdarrSkipTest
|
||||
const details = () => {
|
||||
return {
|
||||
id: 'Tdarr_Plugin_43az_add_to_radarr',
|
||||
|
|
|
|||
|
|
@ -203,6 +203,7 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
|
|||
if (inputs.bitrate_cutoff !== '') {
|
||||
// Checks if currentBitrate is below inputs.bitrate_cutoff
|
||||
// If so then don't convert video.
|
||||
console.log(currentBitrate)
|
||||
if (currentBitrate <= inputs.bitrate_cutoff) {
|
||||
convertVideo = false;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -86,6 +86,7 @@ Audio: (Only one audio stream is used!!)
|
|||
/// ///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
*/
|
||||
|
||||
// tdarrSkipTest
|
||||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_JB69_JBHEVCQSV_MinimalFile',
|
||||
Stage: 'Pre-processing',
|
||||
|
|
|
|||
|
|
@ -148,6 +148,7 @@
|
|||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// tdarrSkipTest
|
||||
const details = () => {
|
||||
return {
|
||||
id: "Tdarr_Plugin_JB69_JBHEVCQSZ_PostFix",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ module.exports.dependencies = [
|
|||
];
|
||||
|
||||
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
|
||||
// tdarrSkipTest
|
||||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_MC93_MigzPlex_Autoscan',
|
||||
Stage: 'Post-processing',
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
var secondPass = false;
|
||||
var logOutFile = '';
|
||||
|
||||
// tdarrSkipTest
|
||||
const details = () => {
|
||||
return {
|
||||
id: "Tdarr_Plugin_NIfPZuCLU_2_Pass_Loudnorm_Audio_Normalisation",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
/* eslint-disable */
|
||||
|
||||
|
||||
// tdarrSkipTest
|
||||
const details = () => {
|
||||
return {
|
||||
id: "Tdarr_Plugin_O8O0dCTlb_Set_File_Permissions_For_UnRaid",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
// https://github.com/HaveAGitGat/Tdarr_Plugins/blob/master/Community/Tdarr_Plugin_MC93_Migz1FFMPEG.js
|
||||
// Seriously, all I did was make it work for converting things to h264 instead of hevc
|
||||
|
||||
// tdarrSkipTest
|
||||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_SV6x_Smoove1FFMPEG_NVENC_H264',
|
||||
Stage: 'Pre-processing', // Preprocessing or Post-processing. Determines when the plugin will be executed.
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ module.exports.dependencies = [
|
|||
];
|
||||
|
||||
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
|
||||
// tdarrSkipTest
|
||||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_TD01_TOAD_Autoscan',
|
||||
Stage: 'Post-processing',
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
/* eslint max-classes-per-file: ["error", 2] */
|
||||
// tdarrSkipTest
|
||||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_VP92_VP9_Match_Bitrate_One_Pass',
|
||||
Stage: 'Pre-processing',
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
// eslint-disable-next-line import/no-unresolved
|
||||
|
||||
// tdarrSkipTest
|
||||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_a9hf_New_file_duration_check',
|
||||
Stage: 'Pre-processing',
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
|
|||
const lib = require('../methods/lib')();
|
||||
// eslint-disable-next-line no-unused-vars,no-param-reassign
|
||||
inputs = lib.loadDefaultValues(inputs, details);
|
||||
|
||||
var response = {
|
||||
processFile: false,
|
||||
preset: "",
|
||||
|
|
@ -70,15 +71,17 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
|
|||
FFmpegMode: false,
|
||||
reQueueAfter: false,
|
||||
infoLog: "",
|
||||
addInfo(status, info) {
|
||||
this.infoLog += (status ? "☑" : "☒") + " " + info + "\n";
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
const addInfo = (status, info) => {
|
||||
response.infoLog += (status ? "☑" : "☒") + " " + info + "\n";
|
||||
}
|
||||
|
||||
// Check the file is a video
|
||||
if (file.fileMedium !== "video") {
|
||||
console.log("File is not video");
|
||||
response.addInfo(BAD, `File is not video`);
|
||||
addInfo(BAD, `File is not video`);
|
||||
response.processFile = false;
|
||||
return response;
|
||||
}
|
||||
|
|
@ -87,7 +90,7 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
|
|||
let preset = getPreset(inputs.FFmpeg_preset);
|
||||
|
||||
if (preset === null) {
|
||||
response.addInfo(
|
||||
addInfo(
|
||||
BAD,
|
||||
`Invalid Preset, \"${inputs.FFmpeg_preset}\" please select from (slow,medium,fast,veryfast)`
|
||||
);
|
||||
|
|
@ -125,10 +128,10 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
|
|||
}
|
||||
|
||||
if (hasBadSubs)
|
||||
response.addInfo(BAD, "File contains unsupported sub(s), dropping these!");
|
||||
addInfo(BAD, "File contains unsupported sub(s), dropping these!");
|
||||
|
||||
if (file.ffProbeData.streams[0].codec_name != "h264") {
|
||||
response.addInfo(BAD, "File is not in h264!");
|
||||
addInfo(BAD, "File is not in h264!");
|
||||
response.preset =
|
||||
", -map_metadata -1 -map 0:V " +
|
||||
subMap +
|
||||
|
|
@ -139,11 +142,11 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
|
|||
response.FFmpegMode = true;
|
||||
return response;
|
||||
} else {
|
||||
response.addInfo(GOOD, "File is already in h264!");
|
||||
addInfo(GOOD, "File is already in h264!");
|
||||
}
|
||||
|
||||
if (file.meta.Title != undefined && !jsonString.includes("aac") && hasSubs) {
|
||||
response.addInfo(BAD, "File has title metadata and no aac and subs");
|
||||
addInfo(BAD, "File has title metadata and no aac and subs");
|
||||
response.preset =
|
||||
", -map_metadata -1 -map 0:v " +
|
||||
subMap +
|
||||
|
|
@ -156,7 +159,7 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
|
|||
}
|
||||
|
||||
if (!jsonString.includes("aac") && hasSubs) {
|
||||
response.addInfo(BAD, "File has no aac track and has subs");
|
||||
addInfo(BAD, "File has no aac track and has subs");
|
||||
response.preset =
|
||||
", -map 0:v " +
|
||||
subMap +
|
||||
|
|
@ -169,7 +172,7 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
|
|||
}
|
||||
|
||||
if (file.meta.Title != undefined && hasSubs) {
|
||||
response.addInfo(BAD, "File has title and has subs");
|
||||
addInfo(BAD, "File has title and has subs");
|
||||
response.preset =
|
||||
", -map_metadata -1 -map 0:v " +
|
||||
subMap +
|
||||
|
|
@ -182,7 +185,7 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
|
|||
}
|
||||
|
||||
if (file.meta.Title != undefined) {
|
||||
response.addInfo(BAD, "File has title metadata");
|
||||
addInfo(BAD, "File has title metadata");
|
||||
response.preset =
|
||||
", -map_metadata -1 -map 0:v " +
|
||||
subMap +
|
||||
|
|
@ -193,11 +196,11 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
|
|||
response.FFmpegMode = true;
|
||||
return response;
|
||||
} else {
|
||||
response.addInfo(GOOD, "File has no title metadata");
|
||||
addInfo(GOOD, "File has no title metadata");
|
||||
}
|
||||
|
||||
if (!jsonString.includes("aac")) {
|
||||
response.addInfo(BAD, "File has no aac track");
|
||||
addInfo(BAD, "File has no aac track");
|
||||
response.preset =
|
||||
", -map 0:v " +
|
||||
subMap +
|
||||
|
|
@ -208,14 +211,14 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
|
|||
response.FFmpegMode = true;
|
||||
return response;
|
||||
} else {
|
||||
response.addInfo(GOOD, "File has aac track");
|
||||
addInfo(GOOD, "File has aac track");
|
||||
}
|
||||
|
||||
if (hasSubs) {
|
||||
if (hasBadSubs) {
|
||||
response.addInfo(BAD, "File has incompatible subs, dropping these...");
|
||||
addInfo(BAD, "File has incompatible subs, dropping these...");
|
||||
} else {
|
||||
response.addInfo(BAD, "File has compatible subs, copying...");
|
||||
addInfo(BAD, "File has compatible subs, copying...");
|
||||
}
|
||||
response.preset =
|
||||
", -map 0:v " + subMap + " -map 0:a -c:v copy -c:a copy " + subType;
|
||||
|
|
@ -223,10 +226,10 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
|
|||
response.FFmpegMode = true;
|
||||
return response;
|
||||
} else {
|
||||
response.addInfo(GOOD, "File has no/compatible subs");
|
||||
addInfo(GOOD, "File has no/compatible subs");
|
||||
}
|
||||
|
||||
response.addInfo(GOOD, "File meets conditions!");
|
||||
addInfo(GOOD, "File meets conditions!");
|
||||
return response;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -4,14 +4,14 @@ const details = () => {
|
|||
return {
|
||||
id: "Tdarr_Plugin_drdd_standardise_all_in_one",
|
||||
Stage: "Pre-processing",
|
||||
Name: "DrDD H265 MKV AC3 audio subtitles [QSV & NVENC]",
|
||||
Name: "DrDD H265 MKV AC3 audio subtitles [VAAPI & NVENC]",
|
||||
Stage: "Pre-processing",
|
||||
Type: "Video",
|
||||
Operation: "Transcode",
|
||||
Description:
|
||||
"In a single pass ensures all files are in MKV containers and where possible encoded in h265 (settings dependant on file bitrate), converts all multi channel audio to AC3, removes audio commentary and removes subtitles that are not in the configured language or marked as commentary. This plugin is opinionated based on how I like my library to be configured and based on the work done by Migz with his plugins (Thanks!).",
|
||||
Version: "1.0",
|
||||
Tags: "pre-processing,ffmpeg,qsv h265, nvenc h265",
|
||||
Tags: "pre-processing,ffmpeg,vaapi,h265, nvenc h265",
|
||||
Inputs: [
|
||||
{
|
||||
name: "nvenc",
|
||||
|
|
@ -346,7 +346,7 @@ function buildVideoConfiguration(inputs, file, logger) {
|
|||
|
||||
configuration.RemoveOutputSetting("-c:v copy");
|
||||
configuration.AddOutputSetting(`-c:v hevc_vaapi ${bitrateSettings}`);
|
||||
logger.AddError("Transcoding to HEVC using QSV");
|
||||
logger.AddError("Transcoding to HEVC using VAAPI");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
/* eslint-disable */
|
||||
|
||||
// tdarrSkipTest
|
||||
const details = () => {
|
||||
return {
|
||||
id: "Tdarr_Plugin_e5c3_CnT_Add_Subtitles",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
/* eslint-disable */
|
||||
|
||||
// tdarrSkipTest
|
||||
const details = () => {
|
||||
return {
|
||||
id: "Tdarr_Plugin_e5c3_CnT_Remove_Letterbox",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// tdarrSkipTest
|
||||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_goof1_URL_Plex_Refresh',
|
||||
Stage: 'Post-processing',
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
/* eslint-disable no-await-in-loop */
|
||||
module.exports.dependencies = ['axios', '@cospired/i18n-iso-languages'];
|
||||
// tdarrSkipTest
|
||||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_henk_Keep_Native_Lang_Plus_Eng',
|
||||
Stage: 'Pre-processing',
|
||||
|
|
|
|||
|
|
@ -23,9 +23,6 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
|
|||
FFmpegMode: true,
|
||||
reQueueAfter: true,
|
||||
infoLog: '',
|
||||
file,
|
||||
removeFromDB: false,
|
||||
updateDB: false,
|
||||
container: `.${file.container}`,
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// tdarrSkipTest
|
||||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_rr01_drpeppershaker_extract_subs_to_SRT',
|
||||
Stage: 'Pre-processing',
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
/* eslint-disable */
|
||||
// tdarrSkipTest
|
||||
const details = () => {
|
||||
return {
|
||||
id: "Tdarr_Plugin_s710_nick_h265_nvenc_4K",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
/* eslint-disable */
|
||||
// tdarrSkipTest
|
||||
const details = () => {
|
||||
return {
|
||||
id: "Tdarr_Plugin_s7x9_winsome_h265_10bit",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
/* eslint-disable */
|
||||
// tdarrSkipTest
|
||||
const details = () => {
|
||||
return {
|
||||
id: "Tdarr_Plugin_s7x9_winsome_h265_nvenc",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
/* eslint-disable */
|
||||
// tdarrSkipTest
|
||||
const details = () => {
|
||||
return {
|
||||
id: "Tdarr_Plugin_sdd3_Remove_Commentary_Tracks",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
/* eslint-disable */
|
||||
// tdarrSkipTest
|
||||
const details = () => {
|
||||
return {
|
||||
id: "Tdarr_Plugin_sdf5_Thierrrrry_Remove_Non_English_Audio",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
/* eslint-disable */
|
||||
// tdarrSkipTest
|
||||
const details = () => {
|
||||
return {
|
||||
id: "Tdarr_Plugin_vdka_Remove_DataStreams",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// tdarrSkipTest
|
||||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_vdka_Tiered_CPU_CRF_Based_Configurable',
|
||||
Stage: 'Pre-processing',
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
/* eslint-disable */
|
||||
// tdarrSkipTest
|
||||
const details = () => {
|
||||
return {
|
||||
id: 'Tdarr_Plugin_vdka_Tiered_NVENC_CQV_BASED_CONFIGURABLE',
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
/* eslint-disable */
|
||||
// tdarrSkipTest
|
||||
const details = () => {
|
||||
return {
|
||||
id: "Tdarr_Plugin_x7ab_Remove_Subs",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// tdarrSkipTest
|
||||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_x7ac_Remove_Closed_Captions',
|
||||
Stage: 'Pre-processing',
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// tdarrSkipTest
|
||||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_z0ab_TheRealShadoh_FFmpeg_Subs_H264_Medium',
|
||||
Stage: 'Pre-processing',
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
/* eslint-disable */
|
||||
|
||||
// tdarrSkipTest
|
||||
const details = () => {
|
||||
return {
|
||||
id: "Tdarr_Plugin_z18s_rename_files_based_on_codec",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// tdarrSkipTest
|
||||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_z18t_rename_files_based_on_codec_and_resolution',
|
||||
Stage: 'Post-processing',
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// tdarrSkipTest
|
||||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_z1ab_TheRealShadoh_FFmpeg_Subs_H264_Fast',
|
||||
Stage: 'Pre-processing',
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// tdarrSkipTest
|
||||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_z2ab_TheRealShadoh_FFmpeg_Subs_H264_Slow',
|
||||
Stage: 'Pre-processing',
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// tdarrSkipTest
|
||||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_z3ab_TheRealShadoh_FFmpeg_Subs_H264_VeryFast',
|
||||
Stage: 'Pre-processing',
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ module.exports.dependencies = [
|
|||
'touch',
|
||||
];
|
||||
|
||||
// tdarrSkipTest
|
||||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_z80t_keep_original_date',
|
||||
Stage: 'Post-processing',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue