You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a cumulative list of all the issues I've found so far when running the TV support build: #743
Logging In & signing up
TV Remote navigation doesn't work to the TextInput (It won't move focus to the text input).
Default fields aren't set for server-url, login and register pages (when the pages load, it's nice to have an input selected by default on tv).
When a field is completed, the next field isn't automatically selected.
When the softkeyboard is active, the screen shows white either side of the keyboard on the login and register pages (not on the server url page ?!)
Opinion: It might be worth removing the ability to do a user/pass register on tv? It's pretty annoying to put all the info in manually with a remote anyway. I would say just create the accounts you need on another device (laptop, phone) and then use them to login on the tv.
Actionbar
The Kyoo icon is selectable but it doesn't show focus. We might not need this as a button at all as we have the back button which if clicked a few times should take you to the home page.
The user icon (top right corner) is not selectable in login pages. (If the Kyoo icon is selectable, you can get to the menu, but otherwise you can't.) - moving focus to and from the user icon is a bit annoying - could be easier.
If you do select the user icon and open the user menu:
a. The menu icon doesn't show it has focus.
a. The menu shows but you can't click buttons (focus is still on the screen behind).
c. Clicking the back button goes back to the previous page (or exits the app) instead of closing the menu.
Admin menu and other user options tbd.
Search
TBD - I can access the search page but my Meilisearch pod is not running for some reason so I haven't tested this yet 😅
Browse & Download
Browse and Download at in tabs at the bottom which you can't get to easily with the remote. Recommend having them in the action bar for TV so they are easy to access.
Download is probably not needed for tv
Browse page:
a. Media Type filter and Name sort menus aren't usable - They also need to show focus correctly
Home
Generally the home page navigates ok with some quirks:
a. When you're at the first element in a row and you click the left button it goes to the row above - I expect it to do nothing.
b. When click right continuously eventually it seems to just go to the next row instead of going to the next item in the row.
Recommended row is borked
Video
Videos play but hitting the ok button during playback causes an exception.
2. direction buttons do nothing (back button works)
3. No way to get playback controls to show on screen or to pause playback, subtitles etc.
Performance
I'm not sure if it's just the expo build or if it's the apk as well but performance is pretty bad on my google tv when loading the home page after logging in. I've also had the app crash. It might be better with a normal self-contained release apk though.
The text was updated successfully, but these errors were encountered:
I think logging via code would be cool for TV. I know some apps does it and allows you to simply use your phone and a QR code or a number to instantly login. This is QoL and not a priority, tho.
Bad performance is to be expected ngl, we really need to tackle #268 for this (I plan on migrating to unistyle which should be a gigantic perf boost). This is planned for v4.8.0
Once everything is loaded, navigating around is not too bad - it's really just the initial load. Any perf boost would be good though 👍
I agree a code based login would be great. I think maybe to keep things simple it for now we should remove the register button on TV and only allow users to login. I don't have OIDC configured so I haven't tested that.
I've started fixing the login page issues as I needed to fix them to login to test the rest :)
Kyoo's version
v4.7.1
What happened?
This is a cumulative list of all the issues I've found so far when running the TV support build: #743
Logging In & signing up
Actionbar
a. The menu icon doesn't show it has focus.
a. The menu shows but you can't click buttons (focus is still on the screen behind).
c. Clicking the back button goes back to the previous page (or exits the app) instead of closing the menu.
Search
Browse & Download
a. Media Type filter and Name sort menus aren't usable - They also need to show focus correctly
Home
a. When you're at the first element in a row and you click the left button it goes to the row above - I expect it to do nothing.
b. When click right continuously eventually it seems to just go to the next row instead of going to the next item in the row.
Video
Performance
The text was updated successfully, but these errors were encountered: