Jonathan
Jonathan
Ok, you want a better experience. But I can only make improvements, if I know what and how something needs to be improved. What do you want to see changed...
1. This is a known issue with external subtitles (#154). I'm already investigating it. My suspicion is, that it's also affecting downloads. If you do have additional info on this...
Flutter doesn't support avif (yet). So we need to convert avif-images to png or jpg. https://github.com/flutter/flutter/issues/61229
So I did some digging. My conclusion is that standard AVIF images seem to be showing up, but it depends on your device. Some examples: - https://github.com/link-u/avif-sample-images/blob/master/kimono.avif: works on Jellyfin...
Can you please enable logs on the profile screen and try to reproduce your issue. Please then send the log file to me.
I noticed that too. I think it happens because of a cooldown in the pressHome() method. @nethical6 is there a need for the cooldown? Or can we reduce it or...
I created a draft PR, so you can try it (#181). The issue you describe with the event not triggering didn't happen in my case. But I'm on a Pixel...
Hi, I need a Bit more information on what's not working and how we could implement the missing functionality in Jellyflix for Pangolin. This doesn't seem to be a general...
Ok, so it's an issue with SSO then. I skimmed the repos of Fintunes and Jellyfin Expo and both don't have an implementation for Pangolin. My guess is that they...
Can confirm the issue on macOS 14.7.2 dart --version Dart SDK version: 3.5.3 (stable) (Wed Sep 11 16:22:47 2024 +0000) on "macos_arm64" I have Dart installed through Flutter. But it...