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

@ -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`,