Tags:'ffmpeg,h265',// Provide tags to categorise your plugin in the plugin browser.Tag options: h265,hevc,h264,nvenc h265,nvenc h264,video only,audio only,subtitle only,handbrake,ffmpeg,radarr,sonarr,pre-processing,post-processing,configurable
Inputs:[
// (Optional) Inputs you'd like the user to enter to allow your plugin to be easily configurable from the UI
{
name:'language',
type:'string',// set the data type of the input ('string', 'number', 'boolean')
defaultValue:'eng',// set the default value of the input incase the user enters no input
inputUI:{
type:'text',// specify how the input UI will appear to the user ('text' or 'dropdown')
},
// inputUI: { // dropdown inputUI example
// type: 'dropdown',
// options: [
// 'false',
// 'true',
// ],
// },
inputUI:{
type:'text',
},
tooltip:`Enter one language tag here for the language of the subtitles you'd like to keep.