mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-11 00:10:29 -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',
|
'eac3',
|
||||||
'dca',
|
'dca',
|
||||||
'flac',
|
'flac',
|
||||||
|
'libopus',
|
||||||
'mp2',
|
'mp2',
|
||||||
'libmp3lame',
|
'libmp3lame',
|
||||||
'truehd',
|
'truehd',
|
||||||
|
|
@ -148,6 +149,9 @@ var plugin = function (args) {
|
||||||
if (audioEncoder === 'libmp3lame') {
|
if (audioEncoder === 'libmp3lame') {
|
||||||
audioCodec = 'mp3';
|
audioCodec = 'mp3';
|
||||||
}
|
}
|
||||||
|
if (audioEncoder === 'libopus') {
|
||||||
|
audioCodec = 'opus';
|
||||||
|
}
|
||||||
var addedOrExists = attemptMakeStream({
|
var addedOrExists = attemptMakeStream({
|
||||||
args: args,
|
args: args,
|
||||||
langTag: langTag,
|
langTag: langTag,
|
||||||
|
|
|
||||||
|
|
@ -33,8 +33,7 @@ var details = function () { return ({
|
||||||
'mpeg2video',
|
'mpeg2video',
|
||||||
'mjpeg',
|
'mjpeg',
|
||||||
'flv',
|
'flv',
|
||||||
'mpeg4',
|
'theora',
|
||||||
'theora'
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
tooltip: 'Specify the codec check for',
|
tooltip: 'Specify the codec check for',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue