mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
update plugin ids
This commit is contained in:
parent
ab6f493bc7
commit
8e62486414
10 changed files with 10 additions and 10 deletions
|
|
@ -1,5 +1,5 @@
|
|||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_0house_action_add_audio_stream_codec',
|
||||
id: 'Tdarr_Plugin_0tdarr_action_add_audio_stream_codec',
|
||||
Stage: 'Pre-processing',
|
||||
Name: 'Standardise audio stream codecs',
|
||||
Type: 'Video',
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_0house_action_handbrake_basic_options',
|
||||
id: 'Tdarr_Plugin_0tdarr_action_handbrake_basic_options',
|
||||
Stage: 'Pre-processing',
|
||||
Name: 'HandBrake basic options',
|
||||
Type: 'Video',
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_0house_action_handbrake_ffmpeg_custom',
|
||||
id: 'Tdarr_Plugin_0tdarr_action_handbrake_ffmpeg_custom',
|
||||
Stage: 'Pre-processing',
|
||||
Name: 'HandBrake or FFmpeg custom arguments',
|
||||
Type: 'Video',
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_0house_action_keep_one_audio_stream',
|
||||
id: 'Tdarr_Plugin_0tdarr_action_keep_one_audio_stream',
|
||||
Stage: 'Pre-processing',
|
||||
Name: 'Keep one audio stream',
|
||||
Type: 'Video',
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_0house_action_remux_container',
|
||||
id: 'Tdarr_Plugin_0tdarr_action_remux_container',
|
||||
Stage: 'Pre-processing',
|
||||
Name: 'Remux container',
|
||||
Type: 'Video',
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_0house_action_standardise_audio_stream_codecs',
|
||||
id: 'Tdarr_Plugin_0tdarr_action_standardise_audio_stream_codecs',
|
||||
Stage: 'Pre-processing',
|
||||
Name: 'Standardise audio stream codecs',
|
||||
Type: 'Video',
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_0house_filter_by_bitrate',
|
||||
id: 'Tdarr_Plugin_0tdarr_filter_by_bitrate',
|
||||
Stage: 'Pre-processing',
|
||||
Name: 'Filter by bitrate',
|
||||
Type: 'Video',
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_0house_filter_by_codec',
|
||||
id: 'Tdarr_Plugin_0tdarr_filter_by_codec',
|
||||
Stage: 'Pre-processing',
|
||||
Name: 'Filter by codec',
|
||||
Type: 'Video',
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_0house_filter_by_resolution',
|
||||
id: 'Tdarr_Plugin_0tdarr_filter_by_resolution',
|
||||
Stage: 'Pre-processing',
|
||||
Name: 'Filter by resolution',
|
||||
Type: 'Video',
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_0house_filter_by_size',
|
||||
id: 'Tdarr_Plugin_0tdarr_filter_by_size',
|
||||
Stage: 'Pre-processing',
|
||||
Name: 'Filter by size',
|
||||
Type: 'Video',
|
||||
Loading…
Add table
Add a link
Reference in a new issue