Bill Thornton
ab23184da3
Merge pull request #2683 from thornbill/react
...
Add react support
2021-06-11 00:51:11 -04:00
Bill Thornton
c6862bcebe
Merge pull request #2705 from thornbill/custom-menu-links
...
Add support for custom menu links in config.json
2021-06-11 00:46:38 -04:00
Bill Thornton
2ab0320726
Update icon used for syncplay
2021-06-10 15:03:03 -04:00
Bill Thornton
2feb124bfc
Add support for custom menu links in config.json
2021-06-10 13:38:24 -04:00
Bill Thornton
4bf1acbf4e
Remove test page
2021-06-09 09:27:10 -04:00
Bill Thornton
903b656f7f
Convert search page to react
2021-06-09 09:27:10 -04:00
Bill Thornton
eb605615d1
Add router level support for rendering react componenent pages
2021-06-09 09:27:10 -04:00
Bill Thornton
ed67e601aa
Add error logging for missing translation keys
2021-06-08 23:48:51 -04:00
Bill Thornton
5d38d09982
Merge pull request #2681 from thornbill/toast-cleanup
...
Cleanup toasts
2021-05-26 15:51:39 -04:00
Bill Thornton
95256a87b5
Merge pull request #2672 from nyanmisaka/patch-1
...
Remove OPUS from supported HLS audio formats
2021-05-26 15:01:22 -04:00
Bill Thornton
9913f95945
Remove SyncPlayToasts abstraction
2021-05-26 14:28:54 -04:00
Bill Thornton
dc294a5a4b
Remove use of alert abstraction
2021-05-26 13:17:32 -04:00
nyanmisaka
1fc5096a98
Remove OPUS from supported HLS audio formats
...
OPUS is not a standard HLS audio format, it's not mentioned in Apple's HLS document.
Remuxing/Direct Streaming films with OPUS audio to Android Chrome will result in no sound.
Thus leave it only for DirectPlay and Tizen.
2021-05-19 21:07:36 +08:00
Dmitry Lyzo
70f132e4b3
Fix ServiceWorker URL
2021-05-18 23:22:57 +03:00
Anthony Lavado
4f13c10e8c
Merge pull request #2647 from thornbill/safari-mov
2021-05-03 17:51:18 -04:00
Bill Thornton
7c0eba9853
Merge pull request #2627 from BrianCArnold/AddBurnInAll
...
Added ability to burn in all subtitles, including SRT.
2021-05-03 12:39:31 -04:00
Bill Thornton
59053ab6ae
Merge pull request #2519 from dmitrylyzo/fix-hevc-in-ts
...
Add HEVC in TS for Tizen and webOS
2021-05-03 12:37:32 -04:00
Bill Thornton
81a40e3192
Fix mov support in Safari
2021-05-03 10:34:21 -04:00
BrianCArnold
c7e6b77d13
Update src/scripts/browserDeviceProfile.js
...
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2021-05-01 16:56:37 -04:00
BrianCArnold
56266b37c7
Using const for Subtitle Burnin Setting.
2021-04-29 07:55:49 -04:00
Brian C. Arnold
9b05dab27e
Added ability to burn in all subtitles, including SRT.
2021-04-29 07:55:49 -04:00
David Ullmer
025ec66174
Fix music videos on artist and album page
2021-04-09 18:48:15 +02:00
Bill Thornton
cb38027fc3
Remove commented code
2021-04-08 01:04:26 -04:00
Bill Thornton
09856cc8c1
Merge pull request #2355 from thornbill/fix-warnings
...
Fix warnings
2021-04-07 17:11:44 -04:00
Bill Thornton
a20322e7c2
Merge pull request #2552 from jellyfin/add-unknown-command
...
add 'unknown' as an input command
2021-04-07 17:09:45 -04:00
Bill Thornton
1ffb9d5fca
Merge pull request #2428 from acvigue/patch-1
...
Fix: prevent some backdrops from showing on homepage
2021-04-07 16:55:59 -04:00
Claus Vium
b4b1994729
fix
2021-04-02 20:49:19 +02:00
Claus Vium
7cb72bcd9a
add 'unknown' as an input command
...
'unknown' is sent on every click, which spams the console
2021-04-02 20:40:12 +02:00
Bill Thornton
be9f964c18
Remove useless escape characters
2021-03-23 11:28:20 -04:00
Bill Thornton
f60b7686d0
Remove unused variables
2021-03-23 11:28:16 -04:00
aiden
ea075c2c22
pg-13 max
2021-03-22 22:02:32 -04:00
Dmitry Lyzo
0bcf868029
Add HEVC in TS for Tizen and webOS
2021-03-20 13:13:56 +03:00
Bill Thornton
a47f6d458c
Move components css files to sass
2021-03-19 14:00:59 -04:00
Bill Thornton
8e77f35657
Move assets css files to sass
2021-03-19 13:46:12 -04:00
Bill Thornton
9a51e42118
Fix default config assignment
...
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2021-03-10 10:46:39 -05:00
Bill Thornton
8e8a5f61b9
Add error logging for invalid config
2021-03-10 10:30:34 -05:00
Bill Thornton
0736069fd7
Fix default web settings values
2021-03-10 10:24:29 -05:00
Bill Thornton
9dd1683892
Fix default values for invalid config.json files
2021-03-10 09:53:42 -05:00
dkanada
8d01ed530e
Merge pull request #2470 from pgeorgi/fix-cros
...
browser.js: Avoid misdetecting Chrome OS as OS X
2021-03-06 14:05:13 +09: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
Patrick Georgi
ce9538498e
browser.js: Avoid misdetecting Chrome OS as OS X
...
Matching for lower-case "os x" not only finds "Mac OS X" but also
"CrOS x86_64". Mismatching Chrome OS as Apple device leads to
playback issues due to differences in supported client formats.
2021-03-01 14:19:04 +00:00
Aiden Vigue
b41ffe61ef
fix ternary statement
2021-02-18 20:38:37 +00:00
Aiden Vigue
0ad069cc61
prevent some backdrops from showing on homepage
...
prevents backdrops from items with an OfficialRating > TV-MA from showing on homepage.
2021-02-18 15:14:21 -05:00
dkanada
df599db415
fix some unhandled promises and refactor some code
2021-02-06 15:51:31 +09:00
Bill Thornton
0ff9615b47
Merge pull request #2327 from MrChip53/library-menu-edit
...
Edit admin dashboard menu for plugins
2021-01-26 13:07:04 -05:00
Chris
774aa45ae7
Optimize for loops
2021-01-24 16:26:14 -06:00
Fernando Fernández
439ff4c6e2
refactor: remove unused imports
2021-01-24 21:41:46 +01:00
Chris
1b4bc83d24
Update libraryMenu.js
...
Remove trailing space
2021-01-11 21:42:48 -06:00
Chris
52df57e833
Add check for non-zero unsorted plugins
2021-01-11 21:34:31 -06:00
Chris
f00cc25f03
Add plugin divider and allow plugins to be listed under Live TV
2021-01-11 21:20:09 -06:00