Format classic plugin names

This commit is contained in:
HaveAGitGat 2024-05-21 15:10:09 +01:00
parent 11a623c212
commit 6dda238806
89 changed files with 95 additions and 88 deletions

View file

@ -1,7 +1,7 @@
const details = () => ({
id: 'Tdarr_Plugin_a9he_New_file_size_check',
Stage: 'Pre-processing',
Name: 'New file size check',
Name: 'New File Size Check',
Type: 'Video',
Operation: 'Transcode',
Description: 'Give an error if new file is larger than the original \n\n',

View file

@ -1,7 +1,7 @@
const details = () => ({
id: 'Tdarr_Plugin_f001_Filter_Example',
Stage: 'Pre-processing',
Name: 'Filter keywords ',
Name: 'Filter Keywords',
Type: 'Video',
Operation: 'Filter',
Description: 'This plugin prevents processing files which contain keywords \n\n',

View file

@ -1,7 +1,7 @@
const details = () => ({
id: 'Tdarr_Plugin_f002_Filter_Example',
Stage: 'Pre-processing',
Name: 'Filter resolutions',
Name: 'Filter Resolutions',
Type: 'Video',
Operation: 'Filter',
Description: 'This plugin prevents processing files with specified resolutions \n\n',

View file

@ -14,7 +14,7 @@ module.exports.dependencies = [
const details = () => ({
id: 'Tdarr_Plugin_pos1_Post_Proc_Example',
Stage: 'Post-processing', // Preprocessing or Post-processing. Determines when the plugin will be executed. This plugin does some stuff after all plugins have been executed
Name: 'Post proc ',
Name: 'Post Proc',
Type: 'Video',
Operation: 'Transcode',
Description: 'This plugin does some stuff after all plugins have been executed. \n\n',

View file

@ -14,7 +14,7 @@ module.exports.dependencies = [
const details = () => ({
id: 'Tdarr_Plugin_pre1_Pre_Proc_Example',
Stage: 'Pre-processing', // Pre-processing or Post-processing. Determines when the plugin will be executed.
Name: 'No title meta data ',
Name: 'No Title Meta Data',
Type: 'Video',
Operation: 'Transcode',
Description: 'This plugin removes metadata (if a title exists). The output container is the same as the original. \n\n',