diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index 1759bcb4f7..4f2a1294cb 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -705,6 +705,14 @@ var Dashboard = { Format: 'srt', Method: 'External' }); + profile.SubtitleProfiles.push({ + Format: 'ssa', + Method: 'External' + }); + profile.SubtitleProfiles.push({ + Format: 'ass', + Method: 'External' + }); profile.SubtitleProfiles.push({ Format: 'srt', Method: 'Embed' @@ -716,11 +724,23 @@ var Dashboard = { profile.SubtitleProfiles.push({ Format: 'ass', Method: 'Embed' - }); + }); profile.SubtitleProfiles.push({ Format: 'ssa', Method: 'Embed' }); + profile.SubtitleProfiles.push({ + Format: 'dvb_teletext', + Method: 'Embed' + }); + profile.SubtitleProfiles.push({ + Format: 'dvb_subtitle', + Method: 'Embed' + }); + profile.SubtitleProfiles.push({ + Format: 'dvbsub', + Method: 'Embed' + }); profile.SubtitleProfiles.push({ Format: 'pgs', Method: 'Embed' @@ -762,18 +782,6 @@ var Dashboard = { ] }); - profile.CodecProfiles.push({ - Type: 'VideoAudio', - Codec: 'aac,mp3', - Conditions: [ - { - Condition: 'LessThanEqual', - Property: 'AudioChannels', - Value: '6' - } - ] - }); - profile.CodecProfiles.push({ Type: 'Video', Codec: 'h264',