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

1861 commits

Author SHA1 Message Date
grafixeyehero
44ee208768 Backport pull request #6041 from jellyfin-web/release-10.9.z
Fix list view item undefined

Original-merge: 6cae5c2646

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: thornbill <thornbill@users.noreply.github.com>
2024-09-17 10:40:40 -04:00
Bill Thornton
818f90d05c
Merge pull request #6043 from gnattu/fix-enum-transcode
Change encoding preset and play stats for server change
2024-09-16 00:24:16 -04:00
gnattu
ee2b5b9035
Don't allow 0 as bitrate
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-09-13 12:15:54 +08:00
gnattu
2a522f795f
Fix none hwaccel 2024-09-12 10:52:46 +08:00
gnattu
cd3ef93a6c Use classList.toggle 2024-09-10 02:38:06 +08:00
gnattu
20360b5786 Make Live TV compatibility profiles customizable 2024-09-10 02:38:05 +08:00
gnattu
49ae4c3f40 FIx auto preset in enum 2024-09-09 16:40:48 +08:00
Bill Thornton
ee29a98aef
Merge pull request #6020 from thornbill/tag-list-view 2024-09-07 21:57:22 -04:00
thornbill
5b1ab478c1 Backport pull request #6012 from jellyfin-web/release-10.9.z
Hide studios for collections and playlists

Original-merge: 7d30057c37

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-09-07 18:07:33 -04:00
viown
cf9af1f392 Backport pull request #5949 from jellyfin-web/release-10.9.z
Fix play all & shuffle not working on genres

Original-merge: ef00d439b1

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-09-07 18:07:29 -04:00
Bill Thornton
ce182d286b Remove unused context variable 2024-09-07 01:54:55 -04:00
Bill Thornton
b11f4fa4b1 Add tag type for list view 2024-09-04 11:55:18 -04:00
Bill Thornton
d01cfa498b Add tag support to list view 2024-09-04 08:39:10 -04:00
Bill Thornton
d4784bd089
Merge pull request #5985 from gnattu/new-tonemap-modes
Add new tonemap mode options
2024-09-03 16:42:42 -04:00
gnattu
15174b90e5 Add new tonemap mode options 2024-08-29 08:21:09 +08:00
p0358
edbf5962f8
Fix hidden scheduled task progress updates causing errors 2024-08-27 23:42:44 +02:00
viown
9a3cba06d1 Backport pull request #5915 from jellyfin-web/release-10.9.z
Fix incorrect initial play icon in remote control section

Original-merge: 8bc954468a

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-08-25 02:47:23 -04:00
gnattu
4f630eeb26
Enable software tonemapping options (#5784)
* Enable software tonemappin options

* Remove debugging log

* Apply suggestions from code review

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>

* use "camelCase" for CSS classes

* use toggle for switching

* no comments

---------

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-08-23 14:30:28 -04:00
DrWarpMan
5bd61d82a3
Fix redirect after deleting item (#5930)
* Fix redirect after deleting item

Redirects to the parent of an item instead of homepage after deleting the item

* Revert "Fix redirect after deleting item"

This reverts commit 6e36915f5e.

* Fix redirect after deleting item

Redirects to the parent of an item instead of homepage
after deleting the item
2024-08-23 14:17:59 -04:00
grafixeyehero
f323203012 apply suggestion
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-08-20 23:36:42 +03:00
grafixeyehero
5d2b614865 Add btnFilter-wrapper to fix hover styling
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-08-17 01:55:30 +03:00
grafixeyehero
7074d41a56 Fix save library filter state 2024-08-17 01:14:30 +03:00
grafixeyehero
c779035a75 Add Filter Status Indicator 2024-08-17 01:14:28 +03:00
Bill Thornton
a00c68d49a
Merge pull request #5193 from carlo-colombo/subtitle-offset-keybinding 2024-08-16 11:52:12 -04:00
Bill Thornton
92e5d692ea
Add uppercase variants
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-08-16 11:06:26 -04:00
Bill Thornton
94ffad42cd
Merge pull request #5913 from thornbill/index-refactor
Refactor app startup code
2024-08-16 11:05:32 -04:00
venkata nadha reddy
f8e428789b
Use production year for movies in video player (#5765)
* In video player, changes to display production year rather than release year for movies.

* making it consistent
2024-08-15 15:59:56 -04:00
alfred-delacosta
1172d9a2b9
Added artist list concatenation for albums that have over 10 artists (#4830)
* Added condition to display concatenated text if artist count is over 10. Fixed #4228

* Added string to strings.json. Used globalize.translate()

* Moved code to getArtistLinksHtml function

* Update src/controllers/itemDetails/index.js

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>

* Simplify appending other artists string

* Update src/controllers/itemDetails/index.js

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>

* Update src/controllers/itemDetails/index.js

Co-authored-by: felix920506 <felix920506@gmail.com>

* Update src/strings/en-us.json

Co-authored-by: felix920506 <felix920506@gmail.com>

---------

Co-authored-by: AJ <ajdlc@protonmail.com>
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
Co-authored-by: felix920506 <felix920506@gmail.com>
2024-08-15 14:06:43 -04:00
Bill Thornton
422adde900 Use consistent import style 2024-08-15 02:33:50 -04:00
Bill Thornton
056d802c56 Move globalize to lib 2024-08-14 14:00:09 -04:00
Bill Thornton
df58d35e4d
Merge pull request #5870 from gnattu/new-downmix-mode
Add AC-4 and RFC7845 downmix
2024-08-08 16:31:48 -04:00
polyzen
da2d825625 Backport pull request #5829 from jellyfin-web/release-10.9.z
Display mute keyboard shortcut in uppercase

Original-merge: 7991d15177

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: thornbill <thornbill@users.noreply.github.com>
2024-08-05 11:14:41 -04:00
gnattu
508facafbe Adds AC-4 and RFC7845 downmix 2024-08-04 12:57:21 +08:00
enter-a-random-username
1f1e9d5dad
Add chapter titles to trickplay popup (#5832) 2024-08-01 12:57:35 -04:00
Bill Thornton
cfa0ec6b53
Merge pull request #5760 from venkat-karasani/collection-header-names 2024-07-26 23:41:33 -04:00
venkata nadha reddy
b5708945b7
translate key change
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-07-27 01:45:20 +00:00
Bill Thornton
03f4251afb
Merge pull request #5773 from thornbill/add-plugin-redesign 2024-07-26 19:34:59 -04:00
Valentin Dubuisson
10f599a574 Possible detailLogo on tv 2024-07-26 10:58:08 -04:00
polyzen
f3d2372d52 Backport pull request #5759 from jellyfin-web/release-10.9.z
Display previous/next keyboard shortcuts

Original-merge: 2d68f94ec6

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-07-21 01:53:32 -04:00
dmitrylyzo
fa9621e31a Backport pull request #5719 from jellyfin-web/release-10.9.z
Fix Trickplay thumbnail in older web engines

Original-merge: 9501c5097b

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-07-21 01:43:54 -04:00
ConnorS1110
cf6eaa6b92 Backport pull request #5377 from jellyfin-web/release-10.9.z
Fix changing filters not resetting multiselected media cards

Original-merge: 798b408bd7

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-07-21 01:43:51 -04:00
venkata nadha reddy
3d9a119d38
Fix stuck page titles on admin dashboard (#5735)
* Fixed stuck page titles on admin dashboard.

* Updating contributors
2024-07-19 12:53:44 -04:00
Bill Thornton
e928a2ff95 Redesign add plugins page 2024-07-15 17:24:07 -04:00
Bill Thornton
f0626465b0 Add headings and links to plugin pages 2024-07-15 10:25:56 -04:00
Bill Thornton
3002a135ad
Merge pull request #5531 from thornbill/add-commit-sha 2024-07-11 02:29:49 -04:00
Steve Hoffing
5ef0428bba use a 'keydown' listener in video/index.js instead 2024-07-09 23:51:51 -04:00
Steve Hoffing
e28b55721d play/pause when Enter is pressed on non-dragging position slider 2024-07-09 23:51:51 -04:00
venkat_karasani
1ac161c82c fixed linting errors. 2024-07-08 22:01:51 -05:00
venkat_karasani
f1bc4b2009 If a collection only contains movies, Jellyfin will display it as 'Movies' instead of 'Videos' 2024-07-08 16:50:24 -05:00
Carlo Colombo
0e3f6fa77b subtitles offset keybinding 2024-06-26 17:16:26 +02:00