Julien Machiels
3cbe0f7264
Merge branch 'master' into connection-manager-global
2020-09-01 10:16:21 +02:00
dkanada
99e0785639
merge branch master into strings
2020-08-31 23:47:11 +09:00
Bond-009
4d04d54104
Merge pull request #1868 from jellyfin/fix_contenttype
...
Add application/json as content type for JSON requests
2020-08-31 16:03:47 +02:00
Claus Vium
c094247988
Fix lint error
2020-08-31 15:58:54 +02:00
Claus Vium
8dcbacb196
Add application/json as content type for JSON requests
2020-08-31 15:48:24 +02:00
dkanada
6e5a26a887
Merge pull request #1845 from MrTimscampi/focus-fixes
...
Various TV-related fixes
2020-08-31 18:09:34 +09:00
dkanada
0be0faa0ac
linting issue
2020-08-31 18:06:53 +09:00
Benoît Dardenne
734b3dd382
Show track artists in the list view, except if the artists for all tracks match the album artists
2020-08-30 21:53:33 +02:00
MrTimscampi
ca4419da4d
Merge remote-tracking branch 'upstream/master' into focus-fixes
2020-08-30 18:19:08 +02:00
dkanada
9e4e8a911f
fix spelling error
2020-08-30 23:14:39 +09:00
MrTimscampi
4fcf7f1805
Merge remote-tracking branch 'upstream/master' into modern-osd
2020-08-30 13:41:17 +02:00
MrTimscampi
c97d7a6f59
Use connectionManager global
2020-08-30 06:06:47 +02:00
dkanada
d0cd58e9cf
Merge pull request #1810 from iwalton3/currenttime-is-ms
...
Change all instances of currentTime to be in ms.
2020-08-30 12:41:20 +09:00
MrTimscampi
6d5ed18386
Redesign OSD and Up Next dialog
2020-08-29 16:07:27 +02:00
dkanada
956c2a84b2
remove useless favorite headers
2020-08-28 21:05:38 +09:00
Cameron
901eb03e34
Merge branch 'master' into fix-details-menu
2020-08-27 17:41:10 +01: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
MrTimscampi
ece0b39d70
Rework details page for TV
2020-08-26 21:29:10 +02:00
MrTimscampi
350195b5bc
Hide admin menus if in TV layout
2020-08-26 20:06:48 +02:00
MrTimscampi
186acfc3e6
Fix inline CSS style for itemDetails
2020-08-26 19:09:07 +02:00
Cameron
b8cf026bad
Fix broken item details menu on TV Shows
2020-08-25 15:44:01 +01:00
dkanada
6159eca8f8
prevent the use of confusing globals
2020-08-25 10:12:35 +09:00
dkanada
fd102348ce
Merge pull request #1730 from Camc314/remove-self
...
Remove Aliasing this in Music
2020-08-25 09:44:18 +09:00
nyanmisaka
9f92c1d158
expose max_muxing_queue_size to user
2020-08-25 01:57:21 +08: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
bbfbf932d3
Merge pull request #1737 from Supergamer1337/playPoster
...
Added overlay and play functionality.
2020-08-23 15:36:33 +09:00
dkanada
884fd86668
Merge pull request #1814 from danieladov/master
...
Fix download/edit metadata of specific version
2020-08-22 07:47:07 +09:00
Bill Thornton
c3d458b148
Remove unused styles and unneeded class
2020-08-20 11:38:06 -04:00
Ian Walton
69293aa7c3
Merge branch 'master' into currenttime-is-ms
2020-08-19 18:23:26 -04:00
nyanmisaka
68f0f43fdc
minor changes
2020-08-19 23:02:17 +08:00
nyanmisaka
5b9533c927
minor changes
2020-08-19 18:00:13 +08:00
nyanmisaka
7dfe5ba185
Merge remote-tracking branch 'upstream/master' into tonemap-ui
2020-08-19 17:50:01 +08:00
nyanmisaka
f1804009e6
Merge remote-tracking branch 'upstream/master' into fonts
2020-08-19 17:25:25 +08:00
Mister Rajoy
7334430e68
Refactor
2020-08-18 21:35:47 +02:00
Mister Rajoy
3ddb08d973
Fix editMetadata/download didnt work with selected version
2020-08-18 01:50:39 +02:00
Mister Rajoy
b976d9ad43
Revert "Fix editMetadata/download didnt work with selected version"
...
This reverts commit fd3f1a7a22
.
2020-08-18 01:47:30 +02:00
Mister Rajoy
fd3f1a7a22
Fix editMetadata/download didnt work with selected version
2020-08-18 01:45:43 +02: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
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
Orry Verducci
1c96222957
Merge branch 'master' into deinterlace-improvements
2020-08-13 21:43:25 +01:00
dkanada
926f1cbbcc
Merge pull request #1794 from bugfixin/master
...
Remove extraneous pageContainer element from videoOSD
2020-08-13 22:10:21 +09:00
dkanada
369d7b2f5a
merge weekday strings
2020-08-13 21:56:01 +09:00
dkanada
a9f9444bf7
merge most tab and header strings
2020-08-13 21:38:57 +09:00
dkanada
65776be6aa
remove more strings from source
2020-08-13 21:31:29 +09:00