1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update external subs

This commit is contained in:
Luke Pulverenti 2015-09-12 12:39:24 -04:00
parent 0f37b99468
commit 10bcfa593b
13 changed files with 110 additions and 101 deletions

View file

@ -438,30 +438,38 @@
Format: 'srt',
Method: 'Embed'
});
//profile.SubtitleProfiles.push({
// Format: 'ass',
// Method: 'Embed'
//});
//profile.SubtitleProfiles.push({
// Format: 'ssa',
// Method: 'Embed'
//});
//profile.SubtitleProfiles.push({
// Format: 'pgs',
// Method: 'Embed'
//});
//profile.SubtitleProfiles.push({
// Format: 'pgssub',
// Method: 'Embed'
//});
//profile.SubtitleProfiles.push({
// Format: 'dvdsub',
// Method: 'Embed'
//});
profile.SubtitleProfiles.push({
Format: 'ass',
Method: 'Embed'
});
profile.SubtitleProfiles.push({
Format: 'ssa',
Method: 'Embed'
});
profile.SubtitleProfiles.push({
Format: 'pgs',
Method: 'Embed'
});
profile.SubtitleProfiles.push({
Format: 'pgssub',
Method: 'Embed'
});
profile.SubtitleProfiles.push({
Format: 'dvdsub',
Method: 'Embed'
});
profile.SubtitleProfiles.push({
Format: 'vtt',
Method: 'Embed'
});
profile.SubtitleProfiles.push({
Format: 'sub',
Method: 'Embed'
});
profile.SubtitleProfiles.push({
Format: 'idx',
Method: 'Embed'
});
} else {
profile.SubtitleProfiles.push({
Format: 'vtt',
@ -733,7 +741,7 @@
if (positionSlider) {
positionSlider.disabled = !canClientSeek;
positionSlider.disabled = !((self.currentDurationTicks || 0) > 0 || canClientSeek);
}
if (currentTimeElement) {