Skip to content

Commit

Permalink
Merge pull request #644 from HaveAGitGat/formatting
Browse files Browse the repository at this point in the history
Format classic plugin names
  • Loading branch information
HaveAGitGat authored May 21, 2024
2 parents 11a623c + 6dda238 commit 7bb090d
Show file tree
Hide file tree
Showing 89 changed files with 95 additions and 88 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const details = () => ({
id: 'Tdarr_Plugin_00td_action_add_audio_stream_codec',
Stage: 'Pre-processing',
Name: 'Add audio stream codec',
Name: 'Add Audio Stream Codec',
Type: 'Video',
Operation: 'Transcode',
Description: `
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const details = () => ({
id: 'Tdarr_Plugin_00td_action_handbrake_basic_options',
Stage: 'Pre-processing',
Name: 'HandBrake basic options',
Name: 'HandBrake Basic Options',
Type: 'Video',
Operation: 'Transcode',
Description: `
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const details = () => ({
id: 'Tdarr_Plugin_00td_action_handbrake_ffmpeg_custom',
Stage: 'Pre-processing',
Name: 'HandBrake or FFmpeg custom arguments',
Name: 'HandBrake Or FFmpeg Custom Arguments',
Type: 'Video',
Operation: 'Transcode',
Description: `
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const details = () => ({
id: 'Tdarr_Plugin_00td_action_keep_one_audio_stream',
Stage: 'Pre-processing',
Name: 'Keep one audio stream',
Name: 'Keep One Audio Stream',
Type: 'Video',
Operation: 'Transcode',
Description: `
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const details = () => ({
id: 'Tdarr_Plugin_00td_action_re_order_all_streams_v2',
Stage: 'Pre-processing',
Name: 'Re-order all streams V2',
Name: 'Re-order All Streams V2',
Type: 'Video',
Operation: 'Transcode',
Description: `
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const details = () => ({
id: 'Tdarr_Plugin_00td_action_remove_audio_by_channel_count',
Stage: 'Pre-processing',
Name: 'Remove audio streams by channel count',
Name: 'Remove Audio Streams By Channel Count',
Type: 'Video',
Operation: 'Transcode',
Description: `
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const details = () => ({
id: 'Tdarr_Plugin_00td_action_remove_stream_by_specified_property',
Stage: 'Pre-processing',
Name: 'Remove streams by specified property',
Name: 'Remove Streams By Specified Property',
Type: 'Video',
Operation: 'Transcode',
Description: `
Expand Down
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_00td_action_remux_container.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const details = () => ({
id: 'Tdarr_Plugin_00td_action_remux_container',
Stage: 'Pre-processing',
Name: 'Remux container',
Name: 'Remux Container',
Type: 'Video',
Operation: 'Transcode',
Description: `
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const details = () => ({
id: 'Tdarr_Plugin_00td_action_standardise_audio_stream_codecs',
Stage: 'Pre-processing',
Name: 'Standardise audio stream codecs',
Name: 'Standardise Audio Stream Codecs',
Type: 'Video',
Operation: 'Transcode',
Description: `
Expand Down
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_00td_action_transcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const details = () => ({
id: 'Tdarr_Plugin_00td_action_transcode',
Stage: 'Pre-processing',
Name: 'Transcode a video file',
Name: 'Transcode A Video File',
Type: 'Video',
Operation: 'Transcode',
Description: 'Transcode a video file using ffmpeg. GPU transcoding will be used if possible.',
Expand Down
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_00td_filter_bit_depth.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const details = () => ({
id: 'Tdarr_Plugin_00td_filter_bit_depth',
Stage: 'Pre-processing',
Name: 'Filter bit depth: 8,10,12 bit video',
Name: 'Filter Bit Depth: 8,10,12 Bit Video',
Type: 'Video',
Operation: 'Filter',
Description: 'Allow/disallow 8,10,12 bit video to be processed.',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const details = () => ({
id: 'Tdarr_Plugin_00td_filter_break_stack_if_processed',
Stage: 'Pre-processing',
Name: 'Filter - break out of plugin stack if processed',
Name: 'Filter - Break Out Of Plugin Stack If Processed',
Type: 'Video',
Operation: 'Filter',
Description: `This plugin will break out of the plugin stack if the file has been processed
Expand Down
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_00td_filter_by_bitrate.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const details = () => ({
id: 'Tdarr_Plugin_00td_filter_by_bitrate',
Stage: 'Pre-processing',
Name: 'Filter by bitrate',
Name: 'Filter By Bitrate',
Type: 'Video',
Operation: 'Filter',
Description: 'Only allow files to be transcoded which are within the lower and upper bounds (Kb) \n\n',
Expand Down
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_00td_filter_by_codec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const details = () => ({
id: 'Tdarr_Plugin_00td_filter_by_codec',
Stage: 'Pre-processing',
Name: 'Filter by codec',
Name: 'Filter By Codec',
Type: 'Video',
Operation: 'Filter',
Description: 'Only allow specified codecs to be processed \n\n',
Expand Down
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_00td_filter_by_codec_tag_string.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const details = () => ({
id: 'Tdarr_Plugin_00td_filter_by_codec_tag_string',
Stage: 'Pre-processing',
Name: 'Filter by codec tag string',
Name: 'Filter By Codec Tag String',
Type: 'Video',
Operation: 'Filter',
Description: 'Only allow files with specified codec tag strings to be processed \n\n',
Expand Down
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_00td_filter_by_file_property.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const details = () => ({
id: 'Tdarr_Plugin_00td_filter_by_file_property',
Stage: 'Pre-processing',
Name: 'Filter by file property',
Name: 'Filter By File Property',
Type: 'Video',
Operation: 'Filter',
Description: `Filter by a top level file property.
Expand Down
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_00td_filter_by_resolution.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const details = () => ({
id: 'Tdarr_Plugin_00td_filter_by_resolution',
Stage: 'Pre-processing',
Name: 'Filter by resolution',
Name: 'Filter By Resolution',
Type: 'Video',
Operation: 'Filter',
Description: 'Only allow specified resolutions to be processed \n\n',
Expand Down
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_00td_filter_by_size.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const details = () => ({
id: 'Tdarr_Plugin_00td_filter_by_size',
Stage: 'Pre-processing',
Name: 'Filter by size',
Name: 'Filter By Size',
Type: 'Video',
Operation: 'Filter',
Description: 'Only allow files to be transcoded which are within the lower and upper bounds (MB) \n\n',
Expand Down
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_00td_filter_by_stream_tag.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const details = () => ({
id: 'Tdarr_Plugin_00td_filter_by_stream_tag',
Stage: 'Pre-processing',
Name: 'Filter by stream tag',
Name: 'Filter By Stream Tag',
Type: 'Video',
Operation: 'Filter',
Description: `Filter by stream tag value. Will check all streams. Useful for when e.g. trying to force transcoding
Expand Down
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_076a_re_order_audio_streams.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const details = () => {
return {
id: "Tdarr_Plugin_076a_re_order_audio_streams",
Stage: "Pre-processing",
Name: "Re-order audio streams",
Name: "Re-order Audio Streams",
Type: "Audio",
Operation: "Transcode",
Description: `[Contains built-in filter] Specify a language tag for Tdarr to try and put as 1st audio track \n\n`,
Expand Down
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_076b_re_order_subtitle_streams.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const details = () => {
return {
id: "Tdarr_Plugin_076b_re_order_subtitle_streams",
Stage: "Pre-processing",
Name: "Re-order subtitle streams",
Name: "Re-order Subtitle Streams",
Type: "Subtitle",
Operation: "Transcode",
Description: `[Contains built-in filter] Specify a language tag for Tdarr to try and put as 1st subtitle track \n\n`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const details = () => {
return {
id: "Tdarr_Plugin_078d_Output_embedded_subs_to_SRT_and_remove",
Stage: "Pre-processing",
Name: "Output embedded subs to SRT and remove",
Name: "Output Embedded Subs To SRT And Remove",
Type: "Video",
Operation: "Transcode",
Description: `This plugin outputs embedded subs to SRT and then removes them \n\n`,
Expand Down
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_43az_add_to_radarr.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const details = () => {
return {
id: 'Tdarr_Plugin_43az_add_to_radarr',
Stage: 'Post-processing',
Name: 'Add movie to Radarr after processing',
Name: 'Add Movie To Radarr After Processing',
Type: 'Video',
Operation: 'Transcode',
Description: 'Add movie to Radarr after processing \n\n',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
const details = () => ({
id: 'Tdarr_Plugin_A47j_FFMPEG_NVENC_HEVC_Video_Only',
Stage: 'Pre-processing',
Name: 'FFMPEG nvenc_H265 Video Only',
Name: 'FFMPEG:nvenc_H265 Video Only',
Type: 'Video',
Operation: 'Transcode',
Description: `
Expand Down
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_DOOM_NVENC_Tiered_MKV_CleanAll.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const details = () => {
return {
id: "Tdarr_Plugin_DOOM_NVENC_Tiered_MKV_CleanAll",
Stage: 'Pre-processing',
Name: "DOOM Tiered H265 MKV, remove audio & subtitles [NVENC]",
Name: "DOOM Tiered H265 MKV, Remove Audio & Subtitles [NVENC]",
Stage: "Pre-processing",
Type: "Video",
Operation: "Transcode",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const details = () => {
return {
id: 'Tdarr_Plugin_ER01_Transcode audio and video with HW (PC and Mac)',
Stage: 'Pre-processing',
Name: 'Transcode Using QSV or VT & FFMPEG',
Name: 'Transcode Using QSV Or VT & FFMPEG',
Type: 'Video',
Operation: 'Transcode',
Description: `Files not in H265 will be transcoded into H265 using hw with ffmpeg, assuming mkv container. Plugin uses QS if the node runs on a PC, or Videotoolbox if run on a Mac.
Expand Down
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_Greg_MP3_FFMPEG_CPU.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports.dependencies = ['import-fresh'];
const details = () => ({
id: 'Tdarr_Plugin_Greg_MP3_FFMPEG_CPU',
Stage: 'Pre-processing',
Name: 'Audio Transcode to MP3 using CPU and FFMPEG',
Name: 'Audio Transcode To MP3 Using CPU And FFMPEG',
Type: 'Audio',
Operation: 'Transcode',
Description: '[Contains built-in filter] Convert an audio file to mp3, retaining ID3 tags, '
Expand Down
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_JB69_JBHEVCQSV_MinimalFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Audio: (Only one audio stream is used!!)
const details = () => ({
id: 'Tdarr_Plugin_JB69_JBHEVCQSV_MinimalFile',
Stage: 'Pre-processing',
Name: 'JB - QSV(vaapi), H265, AAC, MKV, bitrate optimized',
Name: 'JB - QSV(vaapi), H265, AAC, MKV, Bitrate Optimized',
Type: 'Video',
Operation: 'Transcode',
Description: `***You should not use this*** until you read the comments at the top of the code and understand
Expand Down
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_MC93_Migz1FFMPEG.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const details = () => ({
id: 'Tdarr_Plugin_MC93_Migz1FFMPEG',
Stage: 'Pre-processing',
Name: 'Migz-Transcode Using Nvidia GPU & FFMPEG',
Name: 'Migz Transcode Using Nvidia GPU & FFMPEG',
Type: 'Video',
Operation: 'Transcode',
Description: `Files not in H265 will be transcoded into H265 using Nvidia GPU with ffmpeg.
Expand Down
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const details = () => ({
id: 'Tdarr_Plugin_MC93_Migz1FFMPEG_CPU',
Stage: 'Pre-processing',
Name: 'Migz-Transcode Using CPU & FFMPEG',
Name: 'Migz Transcode Using CPU & FFMPEG',
Type: 'Video',
Operation: 'Transcode',
Description: `Files not in H265 will be transcoded into H265 using CPU with ffmpeg.
Expand Down
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_MC93_Migz1Remux.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const details = () => ({
id: 'Tdarr_Plugin_MC93_Migz1Remux',
Stage: 'Pre-processing',
Name: 'Migz-Remux container',
Name: 'Migz Remux Container',
Type: 'Video',
Operation: 'Transcode',
Description: 'Files will be remuxed into either mkv or mp4. \n\n',
Expand Down
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_MC93_Migz2CleanTitle.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const details = () => ({
id: 'Tdarr_Plugin_MC93_Migz2CleanTitle',
Stage: 'Pre-processing',
Name: 'Migz-Clean title metadata',
Name: 'Migz Clean Title Metadata',
Type: 'Video',
Operation: 'Transcode',
Description: 'This plugin removes title metadata from video/audio/subtitles.\n\n',
Expand Down
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_MC93_Migz3CleanAudio.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const details = () => ({
id: 'Tdarr_Plugin_MC93_Migz3CleanAudio',
Stage: 'Pre-processing',
Name: 'Migz-Clean audio streams',
Name: 'Migz Clean Audio Streams',
Type: 'Audio',
Operation: 'Transcode',
Description: 'This plugin keeps only specified language tracks & can tags tracks with an unknown language. \n\n',
Expand Down
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_MC93_Migz4CleanSubs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const details = () => ({
id: 'Tdarr_Plugin_MC93_Migz4CleanSubs',
Stage: 'Pre-processing',
Name: 'Migz-Clean subtitle streams',
Name: 'Migz Clean Subtitle Streams',
Type: 'Subtitle',
Operation: 'Transcode',
Description: 'This plugin keeps only specified language tracks & can tag tracks with an unknown language. \n\n',
Expand Down
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_MC93_Migz5ConvertAudio.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const details = () => ({
id: 'Tdarr_Plugin_MC93_Migz5ConvertAudio',
Stage: 'Pre-processing',
Name: 'Migz-Convert audio streams',
Name: 'Migz Convert Audio Streams',
Type: 'Audio',
Operation: 'Transcode',
Description: 'This plugin can convert any 2.0 audio track/s to AAC and can create downmixed audio tracks. \n\n',
Expand Down
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_MC93_Migz6OrderStreams.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const details = () => ({
id: 'Tdarr_Plugin_MC93_Migz6OrderStreams',
Stage: 'Pre-processing',
Name: 'Migz-Order Streams',
Name: 'Migz Order Streams',
Type: 'Any',
Operation: 'Transcode',
Description: 'Orders streams into Video first, then Audio (2ch, 6ch, 8ch) and finally Subtitles. \n\n',
Expand Down
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_MC93_MigzImageRemoval.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const details = () => ({
id: 'Tdarr_Plugin_MC93_MigzImageRemoval',
Stage: 'Pre-processing',
Name: 'Migz-Remove image formats from file',
Name: 'Migz Remove Image Formats From File',
Type: 'Video',
Operation: 'Transcode',
Description: 'Identify any unwanted image formats in the file and remove those streams. MJPEG, PNG & GIF \n\n',
Expand Down
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_MC93_MigzPlex_Autoscan.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports.dependencies = [
const details = () => ({
id: 'Tdarr_Plugin_MC93_MigzPlex_Autoscan',
Stage: 'Post-processing',
Name: 'Send request for file to be scanned by plex_autoscan.',
Name: 'Send Request For File To Be Scanned By Plex_autoscan.',
Type: 'Video',
Operation: 'Transcode',
Description: 'Send request for file to be scanned by plex_autoscan. https://github.com/l3uddz/plex_autoscan \n\n',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const details = () => {
return {
id: "Tdarr_Plugin_MP01_MichPasCleanSubsAndAudioCodecs",
Stage: "Pre-processing",
Name: "MichPass-Remove subtitle and audio streams with certain codecs",
Name: "MichPass Remove Subtitle And Audio Streams With Certain Codecs",
Type: "Any",
Operation: 'Transcode',
Description: `This plugin removed specified codecs from subtitle and audio tracks. Helpful to remove bitmap subtitles (pgs,vobsub) or audio codec (truehd), which can cause Plex to start transcoding. Based on Migz4 Plugin. Thanks \n\n`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const details = () => {
return {
id: "Tdarr_Plugin_O8O0dCTlb_Set_File_Permissions_For_UnRaid",
Stage: 'Pre-processing',
Name: "Set file permissions for UnRaid",
Name: "Set File Permissions For UnRaid",
Type: "Video",
Operation: "Transcode",
Description: "Sets file permissions using chown nobody:users to prevent lock from root. Use at end of stack. ",
Expand Down
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_SV6x_Smoove1FFMPEG_NVENC_H264.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
const details = () => ({
id: 'Tdarr_Plugin_SV6x_Smoove1FFMPEG_NVENC_H264',
Stage: 'Pre-processing', // Preprocessing or Post-processing. Determines when the plugin will be executed.
Name: 'Smoove-Transcode to H264 using FFMPEG and NVENC ',
Name: 'Smoove-Transcode To H264 Using FFMPEG And NVENC',
Type: 'Video',
Operation: 'Transcode',
Description: `Files not in H264 will be transcoded into H264 using Nvidia GPU with ffmpeg.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const details = () => {
return {
id: "Tdarr_Plugin_a37x_Drawmonster_MP4_No_Title_Meta",
Stage: "Pre-processing",
Name: "Drawmonster MP4 No title meta data ",
Name: "Drawmonster MP4 No Title Meta Data",
Type: "Video",
Operation: 'Transcode',
Description: `[Contains built-in filter] This plugin removes metadata (if a title exists). The output container is mp4. \n\n`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const details = () => {
id: "Tdarr_Plugin_a8hc_HaveAGitGat_HandBrake_H264_VeryFast1080p30",
Stage: "Pre-processing",
Name:
"HaveAGitGat HandBrake VeryFast1080p30, No title meta, no subs, 192Kb AAC stereo,MP4 ",
"HaveAGitGat HandBrake VeryFast1080p30, No Title Meta, No Subs, 192Kb AAC Stereo,MP4",
Type: "Video",
Operation: 'Transcode',
Description: `[Contains built-in filter] This plugin transcodes into H264 using HandBrake's 'Very Fast 1080p30' preset if the file is not in H264 already. It removes subs, metadata (if a title exists) and adds a stereo 192kbit AAC track if an AAC track (any) doesn't exist. The output container is MP4. \n\n
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const details = () => {
id: "Tdarr_Plugin_a9hc_HaveAGitGat_HandBrake_H264_Fast1080p30",
Stage: "Pre-processing",
Name:
"HaveAGitGat HandBrake Fast1080p30, No title meta, no subs, 192Kb AAC stereo,MP4 ",
"HaveAGitGat HandBrake Fast1080p30, No Title Meta, No Subs, 192Kb AAC Stereo,MP4",
Type: "Video",
Operation: 'Transcode',
Description: `[Contains built-in filter] This plugin transcodes into H264 using HandBrake's 'Fast 1080p30' preset if the file is not in H264 already. It removes subs, metadata (if a title exists) and adds a stereo 192kbit AAC track if an AAC track (any) doesn't exist. The output container is MP4. \n\n
Expand Down
Loading

0 comments on commit 7bb090d

Please sign in to comment.