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

54 commits

Author SHA1 Message Date
Vasily
a4324665f0
Merge pull request #1095 from JustAMan/fix-subs-on-mobile
Fix .ass subtitles not starting on mobile
2020-04-16 14:12:03 +03:00
Vasily
4c74a49032 Fix .ass subtitles not starting on mobile 2020-04-15 19:29:21 +03:00
MrTimscampi
5459ef2a78 Use screenfull to handle fullscreen switching 2020-04-15 13:15:39 +02:00
redSpoutnik
c5669eca4d subtitle-sync: use currentSubtitlesOctopus instead of currentAssRenderer 2020-04-12 15:22:17 +02:00
Vasily
3a50f39143 Fix newline breaks in SRT subtitles shown in Firefox 2020-04-09 02:28:07 +03:00
MrTimscampi
cb1b8aa3a9 Fix semicolons and throw error in ESLint if missing 2020-04-05 13:48:10 +02:00
Vasily
d3c0bdd242 Fix attachment delivery urls 2020-04-04 14:43:04 +03:00
Vasily
ace822a8af Switch to new version of JavascriptSubtitlesOctopus, enable new options 2020-03-29 22:04:36 +03:00
MrTimscampi
0cb54feb53 Remove libjass 2020-03-22 18:35:46 +01:00
MrTimscampi
b1d1cee634 Use forked version of JavascriptSubtitlesOctopus
The fork contains an asm.js compatibility patch that we need for older client. This commit switched to using our forked version while we wait for an upstream merge.
2020-03-02 19:54:29 +01:00
Bill Thornton
8cdeaa8190 Remove questionable code 2020-02-26 10:51:34 -05:00
Bill Thornton
4c297573f1 Fix errors in htmlvideoplayer plugin 2020-02-26 01:58:15 -05:00
Bill Thornton
f7997d5270 Add eslint:recommended and update rules and globals 2020-02-25 18:33:38 -05:00
MrTimscampi
f1fb59ec26 Fix change requests and general formatting improvements 2020-02-17 20:41:04 +01:00
MrTimscampi
e12e6731b2 Make the console quieter by default 2020-02-16 04:22:50 +01:00
Nyanmisaka
e24bed00e9
Add some translations for playback info 2020-02-02 18:34:24 +08:00
dkanada
aef4fede3c merge branch master into autoplay 2020-01-27 23:08:17 +09:00
Dmitry Lyzo
9580124968 Fix compatibility for older browsers (webOS 3) 2020-01-25 18:06:51 +03:00
dkanada
6728f5b718 remove useless autoplay script and add folder for settings 2020-01-24 02:57:29 +09:00
dkanada
4a5088f35e
Merge pull request #683 from dkanada/codec
Minor playback improvements and a few icon and string fixes
2020-01-17 13:24:30 +09:00
dkanada
88d8c580e5 string improvements 2020-01-12 16:05:05 +09:00
dkanada
aa3e414ba1
Merge pull request #624 from redSpoutnik/fix-subtitle-sync-firefox
Fix subtitle sync firefox
2020-01-12 04:14:18 +09:00
Anthony Lavado
21066f06f0 Add initial AirPlay support (#659) 2020-01-10 19:31:02 +03:00
redSpoutnik
8f60d62919 subtitle-sync: set explicit methods for textTracks and trackEvents. 2020-01-07 21:12:25 +01:00
dkanada
e21babea0b merge branch master into suboctopus 2019-12-28 19:32:42 +09:00
dkanada
1be3b13ba0 add logging for libjass usage 2019-12-28 19:30:22 +09:00
redSpoutnik
547dbf5d67
Update src/components/htmlvideoplayer/plugin.js
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-12-16 17:49:38 +01:00
redSpoutnik
b0d4b94140 reset subtitle offset on track change 2019-12-09 22:29:03 +01:00
redSpoutnik
aca0fb09bc Simplify vtt subtitle offset (firefox compatibility) 2019-12-09 21:38:09 +01:00
redSpoutnik
3b1ff61ea3 reset subtitleOffset: remove unnecessary check 2019-12-04 18:13:31 +01:00
redSpoutnik
cedaa66bf8 reset subtitleOffset and showtrackOffset values on next episode play 2019-12-02 21:08:09 +01:00
dkanada
dca0700770
Merge pull request #583 from Wunax/fix-player-aspect-ratio
Fixed set aspect ratio option in the player
2019-11-23 01:41:51 +09:00
dkanada
3739741786 Add some linting rules for the CI (#587)
* enable one-var rule

* enable indent rule

* enable no-multiple-empty-lines rule

* enable no-empty rule

* enable no-trailing-spaces rule

* enable no-extra-semi rule

* add eslint rules to fix block spacing

* enable max-statements-per-line rule

* enable brace-style rule

* fix some spacing issues and add future rules

* add code suggestions
2019-11-22 18:29:38 +03:00
Thomas Vandemeulebroucke
e8875f8362 Fixed set aspect ratio option in the player 2019-11-20 15:13:15 +01:00
Andrew Mahone
33f016bb09 Merge remote-tracking branch 'origin/master' into suboctopus 2019-11-08 08:54:12 -05:00
Andrew Mahone
0880f36dab Fallback to empty fonts list when server doesn't send MediaAttachments. 2019-11-08 08:38:21 -05:00
Andrew Mahone
1927c2eb9b Merge remote-tracking branch 'origin/master' into suboctopus 2019-10-28 10:05:38 -04:00
Andrew Mahone
1abc7283ab Remove use of transformPath when copying libass worker files. 2019-10-28 09:54:04 -04:00
Joshua M. Boniface
ee1149644d
Merge pull request #507 from redSpoutnik/fix-subtitle-sync
Fix subtitle sync
2019-10-26 11:47:11 -04:00
redSpoutnik
c30e6b56a3
Update src/components/htmlvideoplayer/plugin.js
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-10-25 18:21:54 +02:00
redSpoutnik
608a3e3200
Update src/components/htmlvideoplayer/plugin.js
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-10-25 18:21:46 +02:00
redSpoutnik
f6eedbb221
Update src/components/htmlvideoplayer/plugin.js
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-10-25 18:21:38 +02:00
Andrew Mahone
6eed80c863 Use embedded fonts with JavascriptSubtitlesOctopus renderer. 2019-10-24 12:03:27 -04:00
Andrew Mahone
3f3e5e6da5 Use JavascriptSubtitlesOctopus if canvas and web workers are available. 2019-10-24 12:03:27 -04:00
redSpoutnik
bccb1e6147 Fix subtitle sync for .ass 2019-10-13 14:10:51 +02:00
Daniel Hartung
63f804df32 Fixed #518 2019-10-11 15:48:28 +02:00
redSpoutnik
029e015068 more readable statement to find showing textTrack 2019-10-10 17:45:56 +02:00
redSpoutnik
8496b3d1f5 Fix subtitle sync for .vtt 2019-10-08 21:16:33 +02:00
Daniel Hartung
ba0d637f91 Changed to non-blocking subtitles 2019-09-12 21:24:16 +02:00
dkanada
116e719a97 miscellaneous cleanup 2019-05-31 02:10:57 -07:00