Commit Graph

1413 Commits

Author SHA1 Message Date
Csaba
250d907c9c Translated using Weblate (Hungarian)
Currently translated at 93.6% (117 of 125 strings)

Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/hu/
2022-05-31 13:29:47 -04:00
Charles Ewert
8373bbcbf9
Merge pull request #622 from cewert/vscode-recommend
Recommend brightscript extension in VSCode
2022-05-31 12:21:07 -04:00
1hitsong
01a63781a8 Wait until content loads before watching keyevent 2022-05-31 07:45:15 -04:00
1hitsong
1413fa378b Reset buffer bar each song 2022-05-30 15:38:30 -04:00
1hitsong
7d74727ca3 Add audio buffering bar to NowPlaying scene 2022-05-30 15:28:31 -04:00
Charles Ewert
686b91ca8f Fix formatting 2022-05-30 14:40:33 -04:00
Jimi
fa78000dbf Remove unused variables 2022-05-30 12:10:47 -06:00
Charles Ewert
0c33c95f4e Fix regression in #553 2022-05-30 12:10:22 -04:00
Charles Ewert
a480f7e09c Recommended brightscript extension in VSCode 2022-05-30 10:40:07 -04:00
Charles Ewert
9e9e18a318 Add back try-catch 2022-05-30 10:03:59 -04:00
Charles Ewert
bbac0652a3 Remove unused code 2022-05-30 09:15:06 -04:00
Charles Ewert
b3008e045c Remove optional commas 2022-05-30 09:00:14 -04:00
Charles Ewert
9dabf4891b Add missing commas 2022-05-30 08:59:24 -04:00
Charles Ewert
2296fde437 Files should end in new line 2022-05-30 08:57:40 -04:00
1hitsong
b47cd5696c Add song progress bar to NowPlaying scene 2022-05-30 08:37:15 -04:00
1hitsong
abff1cd070 Format 2022-05-30 08:05:42 -04:00
1hitsong
071b814568 Audio playback speedup 2022-05-29 14:41:06 -04:00
Charles Ewert
d7bd7763f7 Make unused variables trigger CI as an error 2022-05-28 13:34:56 -04:00
Charles Ewert
bef2fc847a Update npm devDependencies 2022-05-28 13:15:31 -04:00
Charles Ewert
886566bdae
Merge pull request #610 from TwitchBronBron/vscode-launch-config
Adds vscode launch config and update dev guide
2022-05-27 22:53:37 -04:00
Charles Ewert
43307eec8b
Merge branch 'master' into vscode-launch-config 2022-05-27 22:52:34 -04:00
Bronley Plumb
4cdc0d2a22
Update .vscode/launch.json
Co-authored-by: Charles Ewert <cewert@gmail.com>
2022-05-27 22:03:44 -04:00
Bronley Plumb
c2dde481e0
Update DEVGUIDE.md
Co-authored-by: Charles Ewert <cewert@gmail.com>
2022-05-27 21:45:27 -04:00
Bronley Plumb
15f22dd27b
Update DEVGUIDE.md
Co-authored-by: Jimi <jimi@thedodgefamily.com>
2022-05-27 17:25:56 -04:00
Herber Soares
dd0ef42d9c Translated using Weblate (Portuguese (Brazil))
Currently translated at 72.9% (89 of 122 strings)

Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/pt_BR/
2022-05-27 16:22:04 -04:00
Bronley Plumb
7bc9f507ac Update devguide: Make vscode the preferred method 2022-05-27 16:05:51 -04:00
1hitsong
86edf371d3 Format - remove blank line. 2022-05-26 22:04:59 -04:00
1hitsong
ff5e756839 Updates based on review 2022-05-26 21:23:59 -04:00
Bronley Plumb
31558b8f51 Adds vscode launch config and update dev guide 2022-05-26 08:15:31 -04:00
Nick Wallace
26d9360fd3
Update Home Screen to Respect User Preferences (#553) 2022-05-24 17:23:42 +01:00
1hitsong
60be572753 Add spinner during Play Album loading 2022-05-23 19:55:11 -04:00
1hitsong
3ee81682b7 Format code 2022-05-23 19:55:11 -04:00
1hitsong
eb0121fdf6 Force width on backdrop. Fix NowPlaying title with invalid data 2022-05-23 19:55:11 -04:00
1hitsong
d8b5ba06dd List both artists and albums as direct children to music 2022-05-23 19:55:11 -04:00
1hitsong
9a69272f62 Resolve issue with artist/song library playback 2022-05-23 19:55:11 -04:00
1hitsong
2d0743f935 Code Cleanup 2022-05-23 19:55:11 -04:00
1hitsong
3252210f40 Remove unused variables 2022-05-23 19:55:11 -04:00
1hitsong
671f345422 Add background image to NowPlaying scene 2022-05-23 19:55:11 -04:00
1hitsong
e20ad1017e Remove blank lines 2022-05-23 19:55:11 -04:00
1hitsong
1c0ca462c4 Resolve playback bug 2022-05-23 19:55:11 -04:00
1hitsong
963aae78d8 Add Now Playing scene 2022-05-23 19:55:11 -04:00
1hitsong
874eedecd7 Create fallback type if no results are found 2022-05-23 19:55:11 -04:00
1hitsong
577569a26f Create callback for music data 2022-05-23 19:55:11 -04:00
1hitsong
00df907c94 Add button to play album 2022-05-23 19:55:11 -04:00
Jimi
52bf0c35c6 formatting 2022-05-23 19:55:11 -04:00
Jimi
c3bfab4af5 Works with Music/Artists/Albums and Music/Artists/Song 2022-05-23 19:54:41 -04:00
1hitsong
938777dea4 Format and Validate 2022-05-23 19:54:03 -04:00
1hitsong
158b7623ba Play song when selected 2022-05-23 19:54:03 -04:00
1hitsong
183ada1f5c Remove test AudioPlayer code 2022-05-23 19:54:03 -04:00
1hitsong
cc4f6ef3a6 Run format script 2022-05-23 19:54:03 -04:00