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

50 commits

Author SHA1 Message Date
dkanada
aef4fede3c merge branch master into autoplay 2020-01-27 23:08:17 +09:00
Vasily
e4c2950bbe
Merge pull request #734 from dmitrylyzo/webos3_compatibility
Fix compatibility for older browsers (webOS 3)
2020-01-27 16:49:41 +03:00
Dmitry Lyzo
9580124968 Fix compatibility for older browsers (webOS 3) 2020-01-25 18:06:51 +03:00
MrTimscampi
ea28429cdf Fix number-leading-zero (CSS) 2020-01-25 11:35:33 +01:00
dkanada
6728f5b718 remove useless autoplay script and add folder for settings 2020-01-24 02:57:29 +09:00
MrTimscampi
50d6864a68 Revert vendor prefix removal 2020-01-21 20:09:40 +01: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
dkanada
57c779b4f6
Merge pull request #547 from Unhelpful/suboctopus
Use JavascriptSubtitlesOctopus to render ASS subtitles with embedded fonts.
2020-01-08 11:05:23 +09:00
redSpoutnik
8f60d62919 subtitle-sync: set explicit methods for textTracks and trackEvents. 2020-01-07 21:12:25 +01:00
MrTimscampi
d08cd4d1cd Remove vendor prefixes in CSS 2019-12-30 12:09:48 +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
dkanada
e7610b0e4a
Merge pull request #468 from grafixeyehero/htmlvideoplayer
Fix Duplicate loading animation
2019-10-01 01:09:41 +09:00
dkanada
9bb5fe0f0b minor lint fixes 2019-10-01 01:03:34 +09:00
grafixeyehero
5d6e6c5db9 hiding default browser controls 2019-09-26 21:20:15 +03:00
grafixeyehero
350463a1e7 revert back 2019-09-26 21:14:23 +03:00
grafixeyehero
20c23dc728 switch lording html 2019-09-21 18:15:27 +03:00
grafixeyehero
a2bde879aa Remove Logical Operators 2019-09-16 02:45:45 +03: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
redSpoutnik
0a59b836c0 replace arrow functions by function expresions 2019-04-13 09:17:03 +02:00
redSpoutnik
275fd078e2 add showingSubtitle control 2019-04-08 20:21:16 +02:00
redSpoutnik
91241ceea1 Add vtt and ass subtitle-offset in videoplayer 2019-03-30 22:17:09 +01:00
vitorsemeano
d751ff2c19 module resolution for htmlMediaHelper 2019-03-28 21:41:00 +00:00
vitorsemeano
6ddc62857d move emby-webcomponents to components and reflect paths 2019-02-23 18:05:42 +00:00