mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 23:48:15 -07:00
Apply auto-build changes
This commit is contained in:
parent
e3f4892a8e
commit
19e10dfd03
2 changed files with 5 additions and 2 deletions
|
|
@ -27,6 +27,7 @@ var details = function () { return ({
|
|||
'eac3',
|
||||
'dca',
|
||||
'flac',
|
||||
'libopus',
|
||||
'mp2',
|
||||
'libmp3lame',
|
||||
'truehd',
|
||||
|
|
@ -148,6 +149,9 @@ var plugin = function (args) {
|
|||
if (audioEncoder === 'libmp3lame') {
|
||||
audioCodec = 'mp3';
|
||||
}
|
||||
if (audioEncoder === 'libopus') {
|
||||
audioCodec = 'opus';
|
||||
}
|
||||
var addedOrExists = attemptMakeStream({
|
||||
args: args,
|
||||
langTag: langTag,
|
||||
|
|
|
|||
|
|
@ -33,8 +33,7 @@ var details = function () { return ({
|
|||
'mpeg2video',
|
||||
'mjpeg',
|
||||
'flv',
|
||||
'mpeg4',
|
||||
'theora'
|
||||
'theora',
|
||||
],
|
||||
},
|
||||
tooltip: 'Specify the codec check for',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue