Commit Graph

1117 Commits

Author SHA1 Message Date
Bronley
acdb635f7a Fix lint issues. 2021-07-09 15:16:43 -04:00
Bronley
fa2452c037 Merge branch 'master' of https://github.com/jellyfin/jellyfin-roku into ssdp-scan 2021-07-09 06:53:16 -04:00
Bronley
6ca6603a57 Undo hardcoded "always show config screen" 2021-07-09 06:42:26 -04:00
Bronley
937e7c9e86 Select bottom server item when going back up 2021-07-09 06:34:43 -04:00
Bronley
36924183c4 Fixed base url calculation in SSDP task 2021-07-09 06:31:04 -04:00
Bronley
566e31018c Use layout groups to standardize spacing 2021-07-09 06:25:30 -04:00
Bronley
ebd49cefb3 Finished with initial flow 2021-07-09 06:17:04 -04:00
Bronley
44bf6d2b12 Add ui components and focus handling 2021-07-09 06:12:19 -04:00
Bronley
c303250ffa Add spinner component 2021-07-09 06:12:04 -04:00
Bronley
28157d038f Add SSDP scanner task 2021-07-08 14:45:30 -04:00
Bronley
cda1e4259f install latest brighterscript version 2021-07-08 14:44:22 -04:00
Anthony Lavado
6e7b0f0df5
Merge pull request #462 from anthonylavado/master
Bump for release 1.4.9
2021-07-05 23:41:02 -04:00
Anthony Lavado
b96778894a Bump for next release 2021-07-05 23:34:33 -04:00
Neil Burrows
0b12709b61
Merge pull request #461 from rob-land/display-multiple-directors 2021-07-02 13:57:35 +01:00
rob-land
e4f667f1da Displays multiple directors instead of just one 2021-07-01 15:43:11 -05:00
Anthony Lavado
09a1d87283
Merge pull request #459 from neilsb/add-brightscript-linter
Add brightscript linter to CI pipeline
2021-06-28 20:18:08 -04:00
Anthony Lavado
ec4177eaa3
Remove then from IF line 2021-06-28 20:17:34 -04:00
Anthony Lavado
ba1a8f649d
Merge branch 'master' into add-brightscript-linter 2021-06-28 20:15:34 -04:00
Anthony Lavado
731527df8a
Merge pull request #458 from neilsb/subtitle-variable-error 2021-06-28 20:03:17 -04:00
Neil Burrows
213c245ed2 Removing bslint github workflow
Linting is already run as part of CI
2021-06-26 14:56:58 +01:00
Neil Burrows
6d757653da Linter: Consistent IF statement format
No parentheses.  Use THEN if it's a one line statement.  Don't use THEN if it's a block statement
2021-06-26 14:52:16 +01:00
Neil Burrows
13c2391ba7 Linter Fixes: Use of unassigned variables 2021-06-26 14:51:19 +01:00
Neil Burrows
579475a34c Linter: Code style: remove parenthesis around conditions 2021-06-26 11:24:38 +01:00
Neil Burrows
da54bc86fe Linter: Change any function that doesn't return a value to a sub 2021-06-26 11:18:09 +01:00
Neil Burrows
38fa383b4d Linter Warnings
Variable Capitalization, Unused Variables, Unreachable Code
2021-06-26 11:04:32 +01:00
Neil Burrows
fa75a11d27 Add bs linter and enable github job 2021-06-26 10:50:56 +01:00
Neil Burrows
10a3b1d4b1
Merge branch 'master' into subtitle-variable-error 2021-06-26 08:12:43 +01:00
Neil Burrows
2bc6c7923d Correct typo in variable name 2021-06-26 08:09:59 +01:00
Anthony Lavado
c60dd3c500
Merge pull request #457 from neilsb/compile-fix 2021-06-24 10:22:23 -04:00
Neil Burrows
a92ef61d43 Remove return value from ReportPlayback sub 2021-06-24 09:28:28 +01:00
Anthony Lavado
f902ae753e
Merge pull request #455 from neilsb/transcoding-logic-rework 2021-06-20 22:11:35 -04:00
Neil Burrows
fcbb284a7b
Merge branch 'master' into transcoding-logic-rework 2021-06-16 08:40:36 +01:00
Neil Burrows
26fe8afb1d
Add MaxStaticBitrate to PlaypackInfo post
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-06-16 08:38:16 +01:00
Anthony Lavado
f267b54632
Merge pull request #454 from neilsb/remove-duplicate-translations
Remove 2 duplicate, and 1 unused, translation strings
2021-06-15 09:58:59 -04:00
Anthony Lavado
ebd8d27aae
Merge branch 'master' into remove-duplicate-translations 2021-06-15 09:58:28 -04:00
Anthony Lavado
bc281f1f4a
Merge pull request #439 from neilsb/forget-user-on-signout
Don't pre-populate password field
2021-06-15 09:56:29 -04:00
Anthony Lavado
cdfb470c6e
Merge branch 'master' into forget-user-on-signout 2021-06-15 09:55:21 -04:00
Anthony Lavado
b878193f56
Merge branch 'master' into transcoding-logic-rework 2021-06-15 09:54:40 -04:00
Neil Burrows
49d3c4fa39
Merge pull request #452 from candry7731/master 2021-06-14 21:04:34 +01:00
Neil Burrows
81232e1de7
Update source/api/Items.brs 2021-06-14 21:03:24 +01:00
Neil Burrows
c58fa3cfb5
Merge branch 'master' into transcoding-logic-rework 2021-06-12 17:19:14 +01:00
Neil Burrows
b4c09a6700 Fix incorrect selection when pressing back in subtitle dialog 2021-06-12 16:30:32 +01:00
Neil Burrows
2fd45dddc9 Move subtitle code to Subtitle.brs file 2021-06-12 16:09:41 +01:00
Neil Burrows
4a51923816 Remove unused functions 2021-06-12 16:04:21 +01:00
Neil Burrows
d8d1745720 Rework Subtitle Code 2021-06-12 16:03:47 +01:00
Neil Burrows
91036339f1 Ignore change changes made to Roku OS Global Subtitle settings 2021-06-12 15:23:50 +01:00
candry7731
b906ee09f3
Update SearchRow.brs 2021-06-11 14:33:18 -05:00
candry7731
2567a708af
Merge pull request #1 from candry7731/candry7731-Update-Load-Channel-Limit-task-to-2000-channels
Added 2000 channel task Limit
2021-06-11 14:30:46 -05:00
candry7731
5992114b2d
Merge pull request #2 from candry7731/candry7731-Channel-Search
Update LoadChannelsTask.brs
2021-06-11 14:30:25 -05:00
candry7731
a908fc77b2
Update LoadChannelsTask.brs 2021-06-11 14:22:44 -05:00