Commit Graph

3579 Commits

Author SHA1 Message Date
Charles Ewert
03475c0c19
Merge pull request #1531 from cewert/fix-quickplay-libraries 2023-11-29 22:25:41 -05:00
Charles Ewert
e318c82972 remove unused code 2023-11-29 22:15:01 -05:00
Charles Ewert
a926d3c497 fix merge conflict 2023-11-29 22:11:54 -05:00
jellyfin-bot
1a3313ba11 Update API docs 2023-11-30 01:22:26 +00:00
1hitsong
39448b7ceb
Merge pull request #1515 from cewert/add-more-loading-spinners
Convert app to use one spinner attached to JFScene + resize spinner
2023-11-29 20:21:53 -05:00
1hitsong
d6b50440d4 Fix refresh delay 2023-11-29 19:49:53 -05:00
DJSweder
b3834bd60d Translated using Weblate (Czech)
Currently translated at 17.2% (47 of 273 strings)

Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/cs/
2023-11-29 13:30:15 -05:00
renovate[bot]
c3566a4dd5
Update actions/setup-java action to v4 2023-11-29 16:55:59 +00:00
1hitsong
9192dc6b8f
Merge pull request #1542 from photonconvergence/round-unplayedcount
Fix rounded corner on unplayed episode count
2023-11-29 08:10:03 -05:00
emmanuel billeaud
45ef835a93 Translated using Weblate (French)
Currently translated at 15.3% (42 of 273 strings)

Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/fr/
2023-11-29 07:30:18 -05:00
Dr. Mücke
6ec89e127e Translated using Weblate (German)
Currently translated at 42.8% (117 of 273 strings)

Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/de/
2023-11-29 07:30:18 -05:00
photonconvergence
39b4e6db19 round corner 2023-11-28 21:09:36 -08:00
Charles Ewert
fd1b424e47 quickplay a season from the start when the episodes have no index (recordings) 2023-11-28 22:13:44 -05:00
Charles Ewert
1062d2b63e
Merge pull request #1535 from arturocuya/refactor--use-type-module-in-package-json 2023-11-28 18:22:33 -05:00
Charles Ewert
a8256c2576
address reviewer feedback
Co-authored-by: 1hitsong <3330318+1hitsong@users.noreply.github.com>
2023-11-28 16:32:57 -05:00
1hitsong
b185c08c0c Fix 1st time setting bug
Fix by Cewert
2023-11-27 20:08:16 -05:00
1hitsong
f1da07ea6e Rename ImageSizes file to match actual use 2023-11-27 17:14:19 -05:00
1hitsong
47781b77d7 Fix 1st run setting 2023-11-26 15:48:50 -05:00
1hitsong
40925199d4 Review Updates & Bug Fix
Fix Roku component reuse bug
Don't repeat loadingTimer
Move ImageSizes enum to source folder
Update setting text & translation
Check selectedRowItem is valid and not empty
2023-11-26 12:12:33 -05:00
Arturo Cuya
8c703a8dc3 use type=module in package.json
to allow for import statements in future scripts
2023-11-26 11:52:02 -05:00
Charles Ewert
b4d5a4e6d3 remove spinner when quickplay api queries return no results + fix recording library bug 2023-11-24 22:09:29 -05:00
Charles Ewert
3c883c046c stop spinners when no items are returned or there's an unknown type 2023-11-24 22:00:01 -05:00
Charles Ewert
48af6ba8f2 fix quickplay on recordings library 2023-11-24 21:47:13 -05:00
jellyfin-bot
525485b78f Update API docs 2023-11-24 22:27:28 +00:00
1hitsong
86e07cfac9
Merge pull request #1533 from cewert/enable-rememberme-current-users
Enable rememberme global setting for current installs who upgrade
2023-11-24 17:26:57 -05:00
1hitsong
867667f516 Add setting to match web's home sections 2023-11-24 13:44:11 -05:00
Lars Eichler
da656931e5 Translated using Weblate (German)
Currently translated at 34.4% (94 of 273 strings)

Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/de/
2023-11-24 04:30:14 -05:00
Peter Farkas
69ab11cdb9 Translated using Weblate (Hungarian)
Currently translated at 19.0% (52 of 273 strings)

Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/hu/
2023-11-23 16:30:14 -05:00
Jesse
c136016c8d Translated using Weblate (English (United Kingdom))
Currently translated at 30.0% (82 of 273 strings)

Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/en_GB/
2023-11-23 00:30:14 -05:00
1hitsong
06af8b2030 Don't allow Roku's component reuse to mess up library fonts 2023-11-22 20:55:41 -05:00
1hitsong
a5af2555bf Reset focus to selected item when returning to home view 2023-11-22 18:23:04 -05:00
Charles Ewert
4043f3ef45 fix photo and album infinite spinner 2023-11-22 17:08:37 -05:00
jellyfin-bot
2595e4ce92 Update API docs 2023-11-22 21:48:09 +00:00
1hitsong
5904f0593f
Merge pull request #1532 from cewert/fix-remember-me
Fix remember me bug
2023-11-22 16:47:36 -05:00
Charles Ewert
2655d03dfe enable remembeme for current installs who upgrade 2023-11-22 16:47:01 -05:00
Charles Ewert
8938f576b5 fix remember me bug 2023-11-22 15:36:34 -05:00
Charles Ewert
c714bc29e5 use JFScene spinner instead of progress dialog 2023-11-22 15:28:10 -05:00
1hitsong
142419ce66 Add sections to home view on update as needed 2023-11-22 15:01:41 -05:00
Charles Ewert
555460a06e refactor to use one function instead of two 2023-11-22 14:37:24 -05:00
Charles Ewert
fc2d005d1a add quickplay support for libraries that are userviews instead of collection folders 2023-11-22 13:37:20 -05:00
1hitsong
35dfa54a29 Rework how we keep track of row item sizes 2023-11-22 12:14:35 -05:00
1hitsong
0a7d74d291 Revert "Fix home image size"
This reverts commit ed55fafeb5.
2023-11-22 11:05:20 -05:00
1hitsong
ed55fafeb5 Fix home image size
Fixes #1493
2023-11-22 09:34:25 -05:00
Charles Ewert
4e81dda7ad stop showing the spinner a little earlier on audioplayer 2023-11-22 09:06:49 -05:00
Charles Ewert
f5d34ea9ec convert remaining custom spinners 2023-11-22 09:06:13 -05:00
Charles Ewert
c49796bd5f refactor to remove if statement 2023-11-22 08:38:16 -05:00
jellyfin-bot
922ebd0bb5 Update API docs 2023-11-22 13:32:17 +00:00
1hitsong
3da92d5cc0
Merge pull request #1529 from jimdogx/fix/jf-live-tv-rewatch-channel
Fix TV Guide bug
2023-11-22 08:31:39 -05:00
Charles Ewert
d2fcc932b2 move spinner to JFScene and migrate all other screnes to use it + use booleans on JFScene to control spinner + resize spinner to be similar size as video player spinner 2023-11-21 21:14:40 -05:00
Jimi
fd23023977 Fix TV Guide bug 2023-11-21 17:50:27 -07:00