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

486 commits

Author SHA1 Message Date
Bill Thornton
5c97fe861a Use dynamic import for pdf.js 2022-09-16 03:06:13 -04:00
Ivan Schurawel
908c7752ea chore: enable native firefox subtitles 2022-09-12 13:38:59 -04:00
rourien
a0fb4313c9
Make book table of contents prettier
Changes the way the table of contents looks. The two biggest parts are hiding the bullets in the list, making each link black and hiding the link underline. This makes them look more like buttons than web links. The #dialogToc changes resize the table of contents based on the length of the list and the length of the longest chapter name rather than have the table of contents take up most of the screen for a short and small list. The link text size was also increased from 92% to 120%.
2022-08-24 22:11:43 -06:00
taku0
3d51c68725 Respect safe area (notch) of mobile devices
This adds paddings to various containers so that buttons and contents are not
hidden by the notch or the Home indicator (the gray bar at the bottom).

- `src/assets/css/librarybrowser.scss`
  - `.skinHeader`: menu bar at the top.
  - `.padded-left` and `.padded-right`: the heading of library.

- `src/assets/css/site.scss`
  - `.content-primary`, `.padded-bottom-page`, `.page`,
    `.pageWithAbsoluteTabs`, and `.pageTabContent`: settings and dashboards.

- `src/elements/emby-scroller/emby-scroller.scss`
  - `.emby-scroller`: the library items.

- `src/assets/css/videoosd.scss`
  - `.videoOsdBottom`: the video playback control buttons and the progress bar.

- `src/components/alphaPicker/style.scss`
  - `.alphaPicker-fixed` and `.alphaPicker-fixed-right`: the alphabet picker.

- `src/components/appFooter/appFooter.scss`
  - `.appfooter`: the bottom bar showing the currently playing media.

- `src/components/multiSelect/multiSelect.scss`
  - `.selectionCommandsPanel`: the top bar when selecting multiple media.
    Shown when long-pressing media.

- `src/components/remotecontrol/remotecontrol.scss`
  - `.playlistSectionButton`: the bottom bar for current playlist.
    Shown when touching `.appfooter`.

- `src/components/toast/toast.scss`
  - `.toastContainer`: the toast.  Shown when refreshing metadata.

- `src/index.html`
  - `.mainDrawerHandle`: gesture area for the drawer.
    It seems conflicting with gestures of Safari.

- `src/libraries/navdrawer/navdrawer.scss`
  - `.tmla-mask` and `.touch-menu-la`: the drawer.

- `src/plugins/htmlVideoPlayer/style.scss`
  - `.videoPlayerContainer`: the video area when not fullscreen.
  - `.videoSubtitles`: the video subtitles for some devices, not including
    iPhone.

- `src/plugins/youtubePlayer/style.scss`
  - `.youtubePlayerContainer` container for the YouTube plugin.  Not tested.
2022-08-18 17:34:57 +09:00
rourien
0fd1475d3b
add space 2022-07-24 20:06:21 -06:00
rourien
26b1b88183
Make comic page not overflow horizontally
Should fix #3378 and possibly jellyfin/jellyfin-expo#382

Note: image does not get centered vertically, but stays at the top.
2022-07-24 19:30:19 -06:00
Hadi Charara
8b6894808f Fixed video player subtitles 2022-07-05 22:25:13 -04:00
Joshua M. Boniface
b8ae732c98 Merge pull request #3724 from samcon/fix_resume_webos
(cherry picked from commit bc48691738)
Signed-off-by: Bill Thornton <billt2006@gmail.com>
2022-06-29 01:05:08 -04:00
Bill Thornton
8d46c7bddc Merge pull request #3716 from Orhideous/fix/mimetype
Recognize MIME for transcoded audio in streams

(cherry picked from commit 721bc54dbd)
Signed-off-by: Bill Thornton <billt2006@gmail.com>
2022-06-29 00:57:59 -04:00
Cody Robibero
1efd07ab2f Merge pull request #3667 from dmitrylyzo/release-lint-job
Enable Lint job on release branches

(cherry picked from commit f1274041ce)
Signed-off-by: crobibero <cody@robibe.ro>
2022-05-22 09:07:02 -04:00
Joshua M. Boniface
7e0b442e38 Merge pull request #3644 from dmitrylyzo/bump-jso
(cherry picked from commit a36f515b30)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-05-20 23:02:06 -04:00
Bill Thornton
00c6d7e1a8 Merge pull request #3643 from dmitrylyzo/fix-tizen5
(cherry picked from commit 0895163344)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-05-20 23:02:06 -04:00
Bill Thornton
69fb418beb Merge pull request #3637 from MinecraftPlaye/add-webp
(cherry picked from commit ae32ece346)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-05-20 23:02:06 -04:00
Bill Thornton
069bb6d0ae Merge pull request #3635 from dmitrylyzo/fix-ssa-font
Fix SSA/ASS missing font

(cherry picked from commit 38ef0e2bf2)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-05-20 23:02:06 -04:00
Tobias Speicher
e0486e49c6
Replace deprecated String.prototype.substr()
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated

Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-04-21 18:42:42 +02:00
Bill Thornton
4b7f615001
Merge pull request #3560 from thornbill/refactor-transparency
Move backdrop transparency method to component
2022-04-19 23:26:12 -04:00
Bill Thornton
396f4b1ed2 Merge pull request #3547 from thornbill/touching-books
Fix touch events in epub player

(cherry picked from commit 5ede3c8e47)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-04-17 15:41:21 -04:00
Bill Thornton
125d5cb015 Move backdrop transparency method to component 2022-04-12 16:22:00 -04:00
Bill Thornton
f286641328 Add no-duplicate-imports rule and fix issue 2022-04-01 00:46:55 -04:00
Bill Thornton
9067b0e397 Fix eslint errors for empty functions/constructors 2022-03-01 10:57:48 -05:00
Dmitry Lyzo
119df2cc99 Add aria-hidden to button icons 2022-02-25 01:52:14 +03:00
Dmitry Lyzo
27bdb24598 refactor: Use span for icons 2022-02-25 01:33:21 +03:00
Bill Thornton
17962a6c53
Merge pull request #3361 from MinecraftPlaye/comic-page
Only use comic pages for internal calculations and ignore metadata files
2022-02-18 00:04:18 -05:00
Patrick Farwick
e1889d9151 Ignore files without a file extension
Files which do not have a file extension are most likely not an image
and should not be used as a page of a comic book.
2022-02-17 16:31:28 +00:00
Dmitry Lyzo
dc2dc823a8 Display physical dimensions of player
When using browser or system-wide scaling, the player size
changes, misleading the user.
2022-02-11 09:11:21 +03:00
Patrick Farwick
43077bd259 Add all file extensions for jpeg images 2022-02-09 15:18:41 +00:00
Patrick Farwick
4f770f26ce Ignore files which do not have a file extension 2022-01-22 21:17:57 +00:00
Patrick Farwick
14083377d1 Only use comic pages for internal calculations
A comic book archive stores pages as images, but can store other
information like metadata within the file, too.

This change uses only the image based files as pages and ignores other
files.
2022-01-22 01:00:03 +00:00
Bill Thornton
ad1e8d3cd0
Merge pull request #3351 from jellyfin/fix-bookplayer-blank
Fix starting of book player with a blank page
2022-01-20 10:12:53 -05:00
Bill Thornton
c2411ab4b5
Merge pull request #3350 from MinecraftPlaye/bookplayer-update
Update the resume button after stopping
2022-01-20 10:10:18 -05:00
Patrick Farwick
d4907ac522 Remove the timer from progress saving for epubs 2022-01-19 23:11:56 +00:00
Dmitry Lyzo
9688b31de4 Fix starting of book player with a blank page 2022-01-20 01:46:13 +03:00
Patrick Farwick
b4fc6f7e20 Save reading progress for pdfs for each page
This removes the 10s interval between saving and instead saves the
reading progress for pdf files every time.

As a side effect, the pdf will appear in the "Continue Watching" section
of Jellyfin. Before this commit, there was no indication that someone
started reading the pdf book.

Update the resume button after stopping for the pdf player.
2022-01-19 21:33:13 +00:00
Patrick Farwick
22d6c99f44 Update the resume button after stopping 2022-01-19 21:26:48 +00:00
Marius Luca
0ab71eb899 - limit font attachments requested for ass subtitles to a supported formats list 2022-01-13 12:34:15 +02:00
Bill Thornton
709ef906cc Fix screenfull imports 2021-11-10 13:00:29 -05:00
Dmitry Lyzo
2af0b91dad Reset media source 2021-10-15 21:49:11 +03:00
Dmitry Lyzo
a7dce35fae Unbind error event 2021-10-15 21:49:11 +03:00
Patrick Farwick
c6c263de99 Remove outdated comment 2021-10-05 20:41:47 +00:00
Patrick Farwick
b3056ee321 Store each page as a tick 2021-10-05 20:20:33 +00:00
Patrick Farwick
22b1063629 Merge branch 'feature-comicposition' of github.com:MinecraftPlaye/jellyfin-web into feature-comicposition 2021-10-05 20:11:18 +00:00
Patrick Farwick
1806baec37 Move "destroy" after "stop" and separate commands 2021-10-05 20:10:25 +00:00
MinecraftPlaye
195d05d883
Merge branch 'jellyfin:master' into feature-comicposition 2021-10-04 09:46:35 +02:00
Patrick Farwick
5115500443 Save progress when reading a comic book archive 2021-10-04 07:43:45 +00:00
Dmitry Lyzo
50880983cc Give JavascriptSubtitlesOctopus time to dispose itself 2021-10-01 21:41:50 +03:00
Dmitry Lyzo
9f6fdfdd72 Destroy the player after destroying JavascriptSubtitlesOctopus 2021-10-01 21:41:50 +03:00
Dmitry Lyzo
9338b36b8e Clear JavascriptSubtitlesOctopus when an error occurs 2021-10-01 21:41:50 +03:00
Bill Thornton
33e7ac96b2
Merge pull request #2781 from imchasingshadows/bugfix/web0s-fullscreen
bugfix/web0s-fullscreen
2021-09-17 14:05:30 -04:00
imchasingshadows
5a50783f06
Apply suggestions from code review
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2021-09-16 19:19:21 +02:00
Kay Simons
118f9e1920 fix: do not repeat fullscreen hack if already set 2021-09-16 18:38:58 +02:00