Dmitry Lyzo
ac0fdd8059
Fix fake image zoom
2020-08-29 19:43:05 +03:00
MrTimscampi
26b09014d0
Fix bad global restriction
2020-08-29 16:34:21 +02:00
MrTimscampi
1812df57ad
Fix up next dialog on Chrome
2020-08-29 16:08:05 +02:00
MrTimscampi
3f59288158
Improve Up Next dialog
2020-08-29 16:08:04 +02:00
MrTimscampi
6d5ed18386
Redesign OSD and Up Next dialog
2020-08-29 16:07:27 +02:00
dkanada
f2a86b965d
simplify media info strings
2020-08-28 21:38:56 +09:00
dkanada
956c2a84b2
remove useless favorite headers
2020-08-28 21:05:38 +09:00
dkanada
b528781491
update four strings with generic keys
2020-08-27 09:28:09 +09:00
dkanada
75a4b73a83
merge branch master into strings
2020-08-27 09:20:03 +09:00
Ian Walton
e7b5207294
Fix clearing backdrop when no item is playing.
2020-08-26 18:35:20 -04:00
Ian Walton
c22e3b2cc6
Fix seriesImageUrl linter issue.
2020-08-26 17:18:23 -04:00
Ian Walton
9b6b79628f
Switch to simple check for item.
2020-08-26 17:05:01 -04:00
MrTimscampi
3f7a84512e
Fix icon posiition on cards in TV layout
2020-08-26 19:30:46 +02:00
Ian Walton
7eff82d671
Add null check to remotecontrol.
2020-08-25 22:27:28 -04:00
Ian Walton
201685a60b
Merge branch 'unstable' into show-mobile-seek
2020-08-25 22:19:59 -04:00
dkanada
6159eca8f8
prevent the use of confusing globals
2020-08-25 10:12:35 +09:00
dkanada
d9f286124d
more string updates
2020-08-24 08:39:26 +09:00
dkanada
955d7464ff
remove translations with duplicate values
2020-08-24 08:20:29 +09:00
dkanada
4f3c5df4f0
Merge pull request #1832 from MrTimscampi/fix-show-title
...
Fix cards without title
2020-08-22 07:43:35 +09:00
dkanada
e916c81441
Merge pull request #1827 from thornbill/under-cover
...
Fix TV channel logo size
2020-08-22 07:42:42 +09:00
dkanada
9e3a27266c
Merge pull request #1820 from thornbill/fix-guide-margin
...
Remove horizontal margins on guide
2020-08-22 07:42:09 +09:00
MrTimscampi
e841c55e85
Fix cards without title
2020-08-20 21:56:27 +02:00
Bill Thornton
e7dbbaa36f
Make fallback text on cards less tiny
2020-08-20 14:00:37 -04:00
Bill Thornton
8194b19d0c
Fix background size for TV channel logos
2020-08-20 11:42:09 -04:00
Bill Thornton
c3d458b148
Remove unused styles and unneeded class
2020-08-20 11:38:06 -04:00
Ian Walton
dc162aca95
Use strict equality check.
...
Co-authored-by: Matjaz Zavski <matjaz.zavski15@gmail.com>
2020-08-19 19:19:23 -04:00
Ian Walton
69293aa7c3
Merge branch 'master' into currenttime-is-ms
2020-08-19 18:23:26 -04:00
Bill Thornton
f4a329433e
Only add background color to blurhashed items
2020-08-19 13:47:16 -04:00
Bill Thornton
e5198a6328
Skip adding background color for non-blurhashable items
2020-08-19 13:36:29 -04:00
Bill Thornton
5e1d4edd87
Set background color on blurhash image load
2020-08-19 13:02:09 -04:00
nyanmisaka
7dfe5ba185
Merge remote-tracking branch 'upstream/master' into tonemap-ui
2020-08-19 17:50:01 +08:00
Bill Thornton
d5ebfe4add
Remove horizontal margins on guide
2020-08-18 16:33:37 -04:00
dkanada
65e4ffe7b0
remove some duplicate strings
2020-08-17 20:40:42 +09:00
dkanada
84ff01ad51
Merge pull request #1808 from jomp16/master-playback
...
Support for faster playback rates.
2020-08-17 17:08:42 +09:00
Joshua M. Boniface
e4a922ad60
Merge pull request #1716 from MrTimscampi/pluginmanager-es6
...
Migrate PluginManager and PackageManager to ES6
2020-08-16 12:17:22 -04:00
MrTimscampi
7756b3164b
Fix suggestions
2020-08-16 15:46:29 +02:00
dkanada
8685cc383a
Merge pull request #1779 from Camc314/migrate-to-ES6-67
...
Migration of experimentalWarnings and sessionPlayer to ES6 modules
2020-08-16 22:44:53 +09:00
dkanada
50e0e0dd7e
Merge pull request #1645 from MrTimscampi/another-es6-pr
...
Migrate appRouter to ES6
2020-08-16 22:09:04 +09:00
Cameron
d95497cb23
Merge branch 'master' into migrate-to-ES6-67
2020-08-16 12:18:24 +01:00
dkanada
5e53170cf6
Merge pull request #1761 from Camc314/migrate-to-ES6-61
...
Migration of recordingeditor and recordingfields to ES6 modules
2020-08-16 19:16:52 +09:00
Ian Walton
7952b75ca2
Show seek buttons when playing video on mobile.
2020-08-15 14:50:43 -04:00
Ian Walton
9b1ed7ce4f
Change all instances of currentTime to be in ms.
2020-08-15 11:30:36 -04:00
dkanada
b761203739
Merge pull request #1801 from MrTimscampi/json-stringify
...
Use JSON when POSTing data
2020-08-15 11:30:29 +09:00
Jeff Sharkey
afa56c18af
Support for faster playback rates.
...
The HTML5 video element already has a well-supported "playbackRate" attribute
which can be used to increase playback rate. This change wires up that control
to be displayed in the Jellyfish web player.
The playback rates offered are between 0.5x and 2x in 0.25x increments, which
matches the YouTube player. This change also wires up the ">" and "<" key
events to increase and decrease the playback rate, which mirrors the keyboard
shortcuts supported by YouTube.
2020-08-14 18:25:56 -03:00
dkanada
c06cc3b728
Merge pull request #1804 from jellyfin/strings
...
Remove some duplicate strings
2020-08-14 06:37:15 +09:00
Cameron
b1c96575f2
remove missed require
2020-08-13 22:31:31 +01:00
Cameron
5de2498f12
Update recordingcreator.js
2020-08-13 22:30:00 +01:00
MrTimscampi
1b33cec561
Merge remote-tracking branch 'upstream/master' into another-es6-pr
2020-08-13 15:40:10 +02:00
MrTimscampi
ce74cb0602
Fix lint
2020-08-13 15:37:09 +02:00
dkanada
74136e3615
Merge pull request #1780 from Camc314/migrate-to-ES6-70
...
Migration of tunerPicker and userdatabuttons to ES6 modules
2020-08-13 22:13:30 +09:00