mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
Apply auto-build changes
This commit is contained in:
parent
e725cad660
commit
b7d7bdd45e
40 changed files with 84 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ var details = function () { return ({
|
|||
icon: '',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Input Arguments',
|
||||
name: 'inputArguments',
|
||||
type: 'string',
|
||||
defaultValue: '',
|
||||
|
|
@ -25,6 +26,7 @@ var details = function () { return ({
|
|||
tooltip: 'Specify input arguments',
|
||||
},
|
||||
{
|
||||
label: 'Output Arguments',
|
||||
name: 'outputArguments',
|
||||
type: 'string',
|
||||
defaultValue: '',
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ var details = function () { return ({
|
|||
icon: '',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Audio Encoder',
|
||||
name: 'audioEncoder',
|
||||
type: 'string',
|
||||
defaultValue: 'aac',
|
||||
|
|
@ -36,6 +37,7 @@ var details = function () { return ({
|
|||
tooltip: 'Enter the desired audio codec',
|
||||
},
|
||||
{
|
||||
label: 'Language',
|
||||
name: 'language',
|
||||
type: 'string',
|
||||
defaultValue: 'en',
|
||||
|
|
@ -46,6 +48,7 @@ var details = function () { return ({
|
|||
+ ' Case-insensitive. One tag only',
|
||||
},
|
||||
{
|
||||
label: 'Channels',
|
||||
name: 'channels',
|
||||
type: 'number',
|
||||
defaultValue: '2',
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ var details = function () { return ({
|
|||
icon: '',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Property To Check',
|
||||
name: 'propertyToCheck',
|
||||
type: 'string',
|
||||
defaultValue: 'codec_name',
|
||||
|
|
@ -25,6 +26,7 @@ var details = function () { return ({
|
|||
tooltip: "\n Enter one stream property to check.\n \n \\nExample:\\n\n codec_name\n\n \\nExample:\\n\n tags.language\n ",
|
||||
},
|
||||
{
|
||||
label: 'Values To Remove',
|
||||
name: 'valuesToRemove',
|
||||
type: 'string',
|
||||
defaultValue: 'aac',
|
||||
|
|
@ -34,6 +36,7 @@ var details = function () { return ({
|
|||
tooltip: "\n Enter values of the property above to remove. For example, if removing by codec_name, could enter ac3,aac:\n \n \\nExample:\\n\n ac3,aac\n ",
|
||||
},
|
||||
{
|
||||
label: 'Condition',
|
||||
name: 'condition',
|
||||
type: 'string',
|
||||
defaultValue: 'includes',
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ var details = function () { return ({
|
|||
icon: '',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Process Order',
|
||||
name: 'processOrder',
|
||||
type: 'string',
|
||||
defaultValue: 'codecs,channels,languages,streamTypes',
|
||||
|
|
@ -25,6 +26,7 @@ var details = function () { return ({
|
|||
tooltip: "Specify the process order.\nFor example, if 'languages' is first, the streams will be ordered based on that first.\nSo put the most important properties last.\nThe default order is suitable for most people.\n\n \\nExample:\\n\n codecs,channels,languages,streamTypes\n ",
|
||||
},
|
||||
{
|
||||
label: 'Languages',
|
||||
name: 'languages',
|
||||
type: 'string',
|
||||
defaultValue: '',
|
||||
|
|
@ -34,6 +36,7 @@ var details = function () { return ({
|
|||
tooltip: "Specify the language tags order, separated by commas. Leave blank to disable.\n \\nExample:\\n\n eng,fre\n ",
|
||||
},
|
||||
{
|
||||
label: 'Channels',
|
||||
name: 'channels',
|
||||
type: 'string',
|
||||
defaultValue: '7.1,5.1,2,1',
|
||||
|
|
@ -43,6 +46,7 @@ var details = function () { return ({
|
|||
tooltip: "Specify the channels order, separated by commas. Leave blank to disable.\n \n \\nExample:\\n\n 7.1,5.1,2,1",
|
||||
},
|
||||
{
|
||||
label: 'Codecs',
|
||||
name: 'codecs',
|
||||
type: 'string',
|
||||
defaultValue: '',
|
||||
|
|
@ -52,6 +56,7 @@ var details = function () { return ({
|
|||
tooltip: "Specify the codec order, separated by commas. Leave blank to disable.\n \n \\nExample:\\n\n aac,ac3",
|
||||
},
|
||||
{
|
||||
label: 'Stream Types',
|
||||
name: 'streamTypes',
|
||||
type: 'string',
|
||||
defaultValue: 'video,audio,subtitle',
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ var details = function () { return ({
|
|||
icon: '',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Container',
|
||||
name: 'container',
|
||||
type: 'string',
|
||||
defaultValue: 'mkv',
|
||||
|
|
@ -31,6 +32,7 @@ var details = function () { return ({
|
|||
tooltip: 'Specify the container to use',
|
||||
},
|
||||
{
|
||||
label: 'Force Conform',
|
||||
name: 'forceConform',
|
||||
type: 'boolean',
|
||||
defaultValue: 'false',
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ var details = function () { return ({
|
|||
icon: '',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Framerate',
|
||||
name: 'framerate',
|
||||
type: 'number',
|
||||
defaultValue: '30',
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ var details = function () { return ({
|
|||
icon: '',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Target Resolution',
|
||||
name: 'targetResolution',
|
||||
type: 'string',
|
||||
defaultValue: '1080p',
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ var details = function () { return ({
|
|||
icon: '',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Bitrate',
|
||||
name: 'bitrate',
|
||||
type: 'string',
|
||||
defaultValue: '5000',
|
||||
|
|
|
|||
|
|
@ -54,6 +54,7 @@ var details = function () { return ({
|
|||
icon: '',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Output Codec',
|
||||
name: 'outputCodec',
|
||||
type: 'string',
|
||||
defaultValue: 'hevc',
|
||||
|
|
@ -70,6 +71,7 @@ var details = function () { return ({
|
|||
tooltip: 'Specify codec of the output file',
|
||||
},
|
||||
{
|
||||
label: 'FFmpeg Preset',
|
||||
name: 'ffmpegPreset',
|
||||
type: 'string',
|
||||
defaultValue: 'fast',
|
||||
|
|
@ -90,6 +92,7 @@ var details = function () { return ({
|
|||
tooltip: 'Specify ffmpeg preset',
|
||||
},
|
||||
{
|
||||
label: 'FFmpeg Quality',
|
||||
name: 'ffmpegQuality',
|
||||
type: 'number',
|
||||
defaultValue: '25',
|
||||
|
|
@ -99,6 +102,7 @@ var details = function () { return ({
|
|||
tooltip: 'Specify ffmpeg quality',
|
||||
},
|
||||
{
|
||||
label: 'Hardware Encoding',
|
||||
name: 'hardwareEncoding',
|
||||
type: 'boolean',
|
||||
defaultValue: 'true',
|
||||
|
|
@ -112,6 +116,7 @@ var details = function () { return ({
|
|||
tooltip: 'Specify whether to use hardware encoding if available',
|
||||
},
|
||||
{
|
||||
label: 'Hardware Type',
|
||||
name: 'hardwareType',
|
||||
type: 'string',
|
||||
defaultValue: 'auto',
|
||||
|
|
@ -128,6 +133,7 @@ var details = function () { return ({
|
|||
tooltip: 'Specify codec of the output file',
|
||||
},
|
||||
{
|
||||
label: 'Hardware Decoding',
|
||||
name: 'hardwareDecoding',
|
||||
type: 'boolean',
|
||||
defaultValue: 'true',
|
||||
|
|
@ -141,6 +147,7 @@ var details = function () { return ({
|
|||
tooltip: 'Specify whether to use hardware decoding if available',
|
||||
},
|
||||
{
|
||||
label: 'Force Encoding',
|
||||
name: 'forceEncoding',
|
||||
type: 'boolean',
|
||||
defaultValue: 'true',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue