jellyflix-app / jellyflix

Jellyfix is an easy-to-use Jellyfin client for movies and shows. It's cross-platform and supports Mobile (iOS, Android) and Desktop (Windows, Mac, Linux).
https://jellyflix.kiejon.com
GNU General Public License v3.0
180 stars 26 forks source link

[Issue]: ASS subtitles on android #126

Open RA341 opened 2 months ago

RA341 commented 2 months ago

Please describe your bug

ASS subtitles cannot be displayed on Android with current settings; works on Windows.

if we turn libass to false it works, but it uses flutter widget rendering according to mediakit docs and it works.

Player(
      configuration: const PlayerConfiguration(
    libass: true, <---- change this to false
    title: "Jellyflix",
  ));

So my question is, what are the implications of disabling libass.

Jellyflix Version

Other

if other:

whatever version main branch is

Jellyfin Version

10.9.x

if other:

No response

Environment

- OS:android
- OS Version:14
- Playback Method:direct