Dmitry Lyzo
2bf4741d9c
Autoplay when Play or Shuffle
2021-09-09 00:45:01 +03:00
Nathan Mascitelli
b04fff2089
Give space for buttons to sit above text
2021-09-04 10:51:56 -04:00
Bill Thornton
0fcb5e7b3e
Merge pull request #2857 from njsmith/buffering-is-important
2021-08-12 18:45:55 -07:00
Keegan Dahm
4f7131f59a
Changed volume curve from x^2 to x^3
2021-08-10 16:16:52 -07:00
Nathaniel J. Smith
a1a539eeb4
Allow web player to buffer ahead a reasonable amount of data
...
The hls.js maxBufferLength parameter sets the minimum amount of video
that hls.js will try to buffer. We used to have this set to 30
seconds, but this caused problems with high-bitrate videos trying to
buffer too much data and making Chrome/Firefox cranky, so
maxBufferLength was reduced in #2148 and #2224 .
However, those PRs *also* reduced maxMaxBufferLength to 6 seconds,
which doesn't make sense -- basically this is telling hls.js that it
must *never* buffer more than 6 seconds at a time, even if there's
plenty of memory and it wouldn't make the browser cranky at all. And
obviously such a tiny buffer makes it very easy for small network
glitches to cause user-visible playback problems.
So this PR removes the maxMaxBufferLength configuration entirely,
accepting hls.js's default (which is currently 600 seconds).
Fixes #2856
2021-08-10 05:14:59 -07:00
Keegan Dahm
2244554a07
Made volume slider exponential rather than linear
2021-08-07 07:26:28 -07:00
Bill Thornton
20dfa8a626
Merge pull request #2626 from shortspider/FullscreenBook
...
Add Fullscreen Ability to Books
2021-07-30 23:00:57 -07:00
Jake King
87bb6de9d0
Fixes resuming of books
...
- Adds 1 to the page number when a pecentageTicks is returned
2021-05-06 19:51:17 +01:00
Nathan Mascitelli
2ab4a87f64
ESLint fixes
2021-04-28 22:01:03 -04:00
Nathan Mascitelli
ff2720ebf2
Add fullscreen ability to books
2021-04-25 18:11:52 -04:00
Bill Thornton
a3949c1889
Fix sonarqube issues
2021-03-23 11:28:20 -04:00
Bill Thornton
f60b7686d0
Remove unused variables
2021-03-23 11:28:16 -04:00
Bill Thornton
55dfb219b0
Move plugins css files to sass
2021-03-19 13:46:12 -04:00
Bill Thornton
a1e5ad0ed5
Add close button to comics player
2021-03-09 12:37:36 -05:00
Bill Thornton
742bd0a262
Merge pull request #2379 from jellyfin/promise-errors
...
fix some unhandled promises and refactor some code
2021-03-05 11:03:21 -05:00
Dmitry Lyzo
7568388d97
Fix attachment delivery urls (sa d3c0bdd
)
2021-02-26 20:09:55 +03:00
dkanada
df599db415
fix some unhandled promises and refactor some code
2021-02-06 15:51:31 +09:00
cvium
3c847cfc6d
reject play access validation promise
2021-02-03 09:49:08 +01:00
dkanada
37bb21e347
Merge pull request #2357 from thornbill/fix-epub-height
...
Fix epub player height
2021-01-30 16:25:20 +09:00
Bill Thornton
5b86b97e63
Fix epub player height
2021-01-28 14:03:26 -05:00
Bill Thornton
b5029422f8
Fix scaling in comics player
2021-01-26 12:40:50 -05:00
Joshua M. Boniface
b60407abcc
Merge pull request #2236 from thornbill/fix-epub-touch
...
Fix touch support in epub reader
2020-12-22 22:25:21 -05:00
Bill Thornton
464da392b9
Fix touch support in epub reader
2020-12-16 01:19:10 -05:00
Bill Thornton
310e8b713f
Fix invalid uses of Array.map
2020-12-14 16:30:45 -05:00
Delgan
71a44a553c
Fix the BufferFullError on Firefox
2020-12-12 16:44:57 +01:00
Bill Thornton
e1ce1a2f3b
Update src/plugins/comicsPlayer/plugin.js
...
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-12-04 18:19:08 -05:00
Bill Thornton
4dc726d781
Fix sonarqube bug
2020-12-04 17:14:16 -05:00
Bill Thornton
8395eb307e
Fix comics player
2020-12-04 17:04:59 -05:00
Bill Thornton
efc43b42b8
Add config option to include cookies in player requests
2020-11-30 14:38:03 -05:00
Bill Thornton
804077263c
Revert "Remove withCredentials from xhrSetup in hls.js"
...
This reverts commit 3a8e0394dc
.
2020-11-30 13:35:50 -05:00
nyanmisaka
b7d02c3990
fix the BufferFullError on chromium based browsers
2020-11-30 17:28:39 +08:00
Bill Thornton
7cd8fd9aa5
Fix stylelint error
2020-11-25 13:58:34 -05:00
Bill Thornton
0584bc1ad5
Use spans for icons
2020-11-23 01:15:43 -05:00
Bill Thornton
4c8a3666e3
Remove duplicate top rule
2020-11-22 02:36:53 -05:00
Bill Thornton
c4aebce2b1
Update epub player styles and force pagination
2020-11-22 02:31:48 -05:00
Bill Thornton
629a279491
Fix bookplayer issues
2020-11-22 02:08:19 -05:00
Bill Thornton
491c7962e5
Fix mobile prev/next buttons for bookplayer
2020-11-22 02:08:19 -05:00
Bill Thornton
f3d1b77058
Merge pull request #1903 from dmitrylyzo/return-of-the-scrollbar
...
Return permanent scrollbar
2020-11-21 15:28:08 -05:00
Dmitry Lyzo
b2d342f0e4
Suggestions: inline function
2020-11-21 23:04:42 +03:00
Dmitry Lyzo
89e2e77886
Add default error text
2020-11-21 22:51:24 +03:00
Dmitry Lyzo
3124a4af9b
Merge branch 'master' into unavailable-yt-video-trailer-bug-fix
2020-11-21 22:30:04 +03:00
dkanada
36344af64f
Merge branch 'master' into osd-tweak
2020-11-21 22:15:49 +09:00
dkanada
1f16adbe1a
Merge pull request #2093 from thornbill/fix-pdfjs
...
Fix pdfjs import
2020-11-21 19:38:26 +09:00
dkanada
eb1e501fad
Merge pull request #2085 from hawken93/fix-chromecast
...
Just return original server address in chromecastHelper
2020-11-21 15:14:04 +09:00
nyanmisaka
34df6baf22
fix airplay in safari
2020-11-21 13:20:44 +08:00
Bill Thornton
b9b3ed00ea
Fix pdfjs import
2020-11-20 23:28:21 -05:00
Håkon Struijk Holmen
d4dce77bb6
remove chromecastHelper entirely
2020-11-20 12:54:52 +01:00
Håkon Struijk Holmen
3bfb8f42f1
Just return original server address in chromecastHelper
2020-11-20 12:54:50 +01:00
Dmitry Lyzo
6f61bee9d4
Merge branch 'master' into unavailable-yt-video-trailer-bug-fix
2020-11-20 11:08:06 +03:00
Dmitry Lyzo
c2b1d02a33
Merge branch 'master' into return-of-the-scrollbar
2020-11-20 09:28:55 +03:00