jellyfin-androidtv icon indicating copy to clipboard operation
jellyfin-androidtv copied to clipboard

Android TV Client for Jellyfin

Results 550 jellyfin-androidtv issues
Sort by recently updated
recently updated
newest added

This adds more display and subtitle customization options to the preferences list, needed to see which subtitle color you are selecting, and modifies the subtitle text renderer to display the...

enhancement
playback
release-highlight

Right now, external subtitles are downloaded and displayed by code in `CustomPlaybackOverlayFragment`. This delegates this task to the players to improve subtitle support. **Changes** - Let ExoPlayer and VLC handle...

merge conflict

### Describe the bug Upon logging in through my Android TV i get the following error: ![image](https://user-images.githubusercontent.com/9005496/184527620-6356e47a-94b6-4bd5-8b95-de709cfe5b95.png) even though my server is up to date: ![image](https://user-images.githubusercontent.com/9005496/184527638-c687bdff-c6b1-408d-8adc-87de1f04f685.png) here is some more...

bug

### Describe the bug 1. Open Jellyfin on FireTv 2. Add Server 3. Put https://jellyfin.example.local as url I installed a root certificate on the stick. My reverse proxy serves a...

bug

### Describe the bug 1. Play media using Japanese subtitles. 2. Notice that the subtitles are using Chinese glyphs rather than Japanese ones. A bit of an explanation for non-CJK...

bug
confirmed
accessibility

### Describe the bug When playing a file in the android tv app the server dashboard will say its playing but it never actually loads on the tv. I didn't...

bug
playback

Update on #1818 **Changes** add default menu, play actions to grid fix default play actions for collections fix album play action **Issues** Add default key handling/menu's to the grid views....

enhancement
merge conflict

### Describe the bug When I click resume playback, the video plays from the beginning and does not continue from where I last saw the video. I tried fast-forwarding the...

bug
playback

### Describe the bug We use AsyncImageView and some other AppCompat widget's, yet we don't derive from Theme.AppCompat? So instead of `Theme.Leanback`, we should use `Theme.AppCompat.Leanback`? Than instead of `FragmentActivity`,...

bug

**Changes** I added RTL support for this app. Most of the work was clicking the refactor button in Android Studio. Other parts included properly formatting numbers (to support Eastern Arabic...

enhancement
merge conflict