mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Format classic plugin names
This commit is contained in:
parent
11a623c212
commit
6dda238806
89 changed files with 95 additions and 88 deletions
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue