Neil Burrows
3780eec44a
Check Media Source support DirectPlay
...
When determining whether we need to transcode
2020-05-31 16:05:22 +01:00
Neil Burrows
f993b204ba
Register Roku Device Capabilities with JF Server on Login
2020-05-31 16:05:21 +01:00
Neil Burrows
375231fac8
Increase timeout for server response from 5s to 30s
...
When performing POST
2020-05-31 16:05:12 +01:00
WontTell
04c493479e
Translated using Weblate (Spanish (Latin America))
...
Currently translated at 100.0% (42 of 42 strings)
Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/es_419/
2020-05-30 16:10:47 -04:00
Julien Machiels
b42cb7e991
Translated using Weblate (French)
...
Currently translated at 23.8% (10 of 42 strings)
Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/fr/
2020-05-30 16:10:46 -04:00
Julien Machiels
3cea77ff39
Added translation using Weblate (French)
2020-05-30 06:01:15 -04:00
Neil Burrows
a280d5e5ce
Set Movies to show 6 per row
2020-05-30 09:11:39 +01:00
WontTell
d24701f834
Added translation using Weblate (Spanish (Latin America))
2020-05-29 20:50:53 -04:00
Neil Burrows
8e15423185
Enable title scrolling on ItemGrid ( #214 )
...
* Enable title scrolling on ItemGrid
* Added duplicate "Static" text title
To stop appearance of ScrollingLabel when it stops scrolling
2020-05-29 12:47:16 -04:00
Shaun Campbell
3a4b4a0845
Improve readability of items on the TV Shows Grid ( #206 )
...
* Decreasing number of items on TV Series grid to 6 and sizing for 2 rows
* Reducing m.page_size to 48 from 50. Fixing collections page to have 6 per row
2020-05-28 20:36:23 +01:00
Gabriel Gil Pinto
41e6e739d6
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (42 of 42 strings)
Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/es/
2020-05-27 23:52:39 -04:00
Viperinius
23510ccce9
Translated using Weblate (German)
...
Currently translated at 100.0% (42 of 42 strings)
Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/de/
2020-05-27 13:36:29 -04:00
Franco Castillo
dd0dfaa161
Translated using Weblate (Spanish (Argentina))
...
Currently translated at 100.0% (42 of 42 strings)
Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/es_AR/
2020-05-26 08:58:55 -04:00
Franco Castillo
b1dd610c68
Added translation using Weblate (Spanish (Argentina))
2020-05-25 22:37:50 -04:00
Vitorvlv
d2ac854616
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (42 of 42 strings)
Translation: Jellyfin/Jellyfin Roku
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-roku/pt_BR/
2020-05-25 12:17:39 -04:00
Anthony Lavado
43728a4624
Merge pull request #212 from cewert/bumb-version
...
Bump version for release
2020-05-13 16:13:28 -04:00
Charles Ewert
5b9bf8d88f
Correct screensaver entry in manifest
2020-05-13 12:21:30 -04:00
Charles Ewert
ab57abcce5
Bump version for release
2020-05-13 12:20:19 -04:00
Neil Burrows
8b82d2ab79
Enable scrolling on Item Text on home screen ( #210 )
...
* Enable scrolling on Item Text on home screen
* Removing change to loadDisplayMode - added to wrong PR
* Apply scrolling to secondary text on home screen
* Revert "Apply scrolling to secondary text on home screen"
This reverts commit 30ab3829f01e32be8b4ba4ee8431438935c13276.
2020-05-13 11:50:20 -04:00
Tod Fitch
86d4b2de11
Better align "* Options" text per @neilsb
...
Signed-off-by: Tod Fitch <tod@fitchfamily.org>
2020-05-08 21:26:45 -04:00
Tod Fitch
5c5e1060de
Adjust location of "* Options"
...
Move display a bit to left to account for longer string
when language set to German.
Signed-off-by: Tod Fitch <tod@fitchfamily.org>
2020-05-08 21:26:45 -04:00
Tod Fitch
c9b9b61a66
Change from XLIFF to TS format translation files
...
Signed-off-by: Tod Fitch <tod@fitchfamily.org>
2020-05-08 21:26:45 -04:00
Tod Fitch
b3bb82759d
Fix cut and paste error
...
Signed-off-by: Tod Fitch <tod@fitchfamily.org>
2020-05-08 21:26:45 -04:00
Tod Fitch
66f3ca9a06
Fix 'ends at ' and remove SPDX license headers
...
Signed-off-by: Tod Fitch <tod@fitchfamily.org>
2020-05-08 21:26:45 -04:00
Tod Fitch
07a9950ee6
Partial support for https://github.com/jellyfin/jellyfin-roku/issues/36
...
Partial implemented support for the languages and dialets that Roku supports.
A number of structural issues encountered the biggest are:
1. Programatically catenating strings which assumes a particular language syntax.
2. Using display strings in buttons, etc. to determine action.
3. Building display objects in BrightScript rather than in XML. This results in many cases where you have to translate the same string many times (e.g. "Cancel")
Side note: My editor is set to remove trailing spaces and to assure a new line at the end of the file. Existing source code seems to vary on this. I can revert those few changes if that is a problem.
Finally, added https://reuse.software/spec/ compliant license information to the new files and the files I touched.
Signed-off-by: Tod Fitch <tod@fitchfamily.org>
2020-05-08 21:26:45 -04:00
Neil Burrows
79e47668b1
Merge pull request #209 from cewert/fix-exit-video-crash
...
Fix for crash when exiting a video
2020-05-07 17:43:08 +01:00
Charles Ewert
7371978ce0
Save device info object
2020-05-06 21:51:17 -04:00
Anthony Lavado
25d726d3f8
Merge pull request #205 from cewert/fix-verhang-options-text
...
Disable options button and overhang text as needed
2020-05-06 14:29:50 -04:00
Charles Ewert
c391766fb9
Disable options button and overhang text
2020-05-04 13:57:40 -04:00
Charles Ewert
494773eb16
Merge pull request #201 from cewert/update-after-exiting-screensaver
...
Update time and home page after exiting screensaver
2020-05-02 16:32:07 -04:00
Charles Ewert
61345ba1eb
Update time and home page after exiting screensaver
2020-05-02 12:48:01 -04:00
Charles Ewert
f18e88f843
Merge pull request #199 from neilsb/transcode-5.1
...
Allowing transcoding to 5.1ch if appropriate output connected
2020-05-02 09:51:55 -04:00
Neil Burrows
31ac79c035
Ensure device can decode AAC 5.1 before transcoding to that
2020-05-02 09:45:06 +01:00
Charles Ewert
f5afbcf510
Merge pull request #200 from anthonylavado/release-test
...
Update version number for releases
2020-05-01 22:02:52 -04:00
Anthony Lavado
dfd8e1fd44
Update for upcoming release
2020-05-01 20:49:11 -04:00
Anthony Lavado
2bf8cf2acf
Set channel version for release testing
2020-05-01 20:46:52 -04:00
Anthony Lavado
25617dfdd3
Merge pull request #194 from cewert/master
...
Disable options on search
2020-05-01 20:01:44 -04:00
Neil Burrows
99b50d99c4
Allowing transcoding to 5.1ch if appropriate output connected
2020-05-01 17:50:40 +01:00
Charles Ewert
512558060f
Merge pull request #195 from Alcatraz077/master
...
Adds Link To Jellyfin BETA App
2020-04-30 08:46:26 -04:00
Alcatraz077
d2320c64ff
Adds Link To Jellyfin BETA App
...
Added link to Jellyfin Beta app to simplify install for non-development purposes.
2020-04-29 22:05:34 -05:00
Charles Ewert
af0353a23f
Disable options on search
2020-04-29 19:55:51 -04:00
Charles Ewert
ff732dd4a9
Merge pull request #187 from neilsb/search-episodes-without-index
...
Ensure index number exists on Episode search results
2020-04-29 19:40:37 -04:00
Neil Burrows
b313d57515
Store release issues ( #180 )
...
* Remove TrackerTask
* Change deprecated BookmarkPosition to PlayStart
* Accept (print & ignore) roInput commands
* Updated icon image sizes
* Added InputData Task (Not hooked up)
* Added signal beacons for Roku Performance Measuring
* Reverting ineffective roInput code
* Manually recreated changed channel poster images
* Use app_loaded global variable to control when performance beacons are sent
* Sorting missed performance signal beacon
2020-04-29 12:26:12 -04:00
Neil Burrows
c84f7f1da8
Ensure index number exists on Episode search results
2020-04-29 08:40:12 +01:00
Charles Ewert
ddae9b5862
Merge pull request #178 from neilsb/time-format
...
Display clock format in 12/24hr based on Roku Clock setting
2020-04-10 13:05:19 -04:00
Neil Burrows
050aa0bcea
Display clock format in 12/24hr based on Roku Clock setting
2020-04-10 09:04:48 +01:00
Charles Ewert
cba6d99b21
Merge pull request #173 from thomabx/subtitles
...
Sort subtitles and set initial display based on user preferences
2020-04-07 14:23:54 -04:00
Charles Ewert
b74228ea2d
Merge pull request #176 from thomabx/home-fix
...
Fix to home item selection
2020-04-07 13:25:22 -04:00
Charles Ewert
7e2d240868
Merge pull request #174 from thomabx/tomatoscore
...
Add Rotten Tomato score to Movie Details
2020-04-07 13:05:18 -04:00
thomabx
d3462ebe27
Fix to home item selection
2020-04-04 15:24:47 -07:00