Carlos Olivo
Carlos Olivo
Path is case-sensitive ``` 01-13 18:14:20.633 12002 12033 E BitmapFactory: Unable to decode stream: java.io.FileNotFoundException: /mnt/media_rw/125b-160c/telegram/telegram documents/1_5093868532026834962.png (No such file or directory) kenzo:/ $ (ls "/mnt/media_rw/125b-160c/telegram/telegram documents/1_5093868532026834962.png" && echo Found)...
MPV
Here is my attempt to integrate MPV with Jellyfin Android This PR is made up of 2 parts: - The native Java-Android binding of libmpv (see [here](https://github.com/CarlosOlivo/mpv-android/tree/libmpv)) - And a...
Also modified ExoPlayer profile to take into account the highest quality profile(?) supported when transcoding. Before ``` { "Type": "Video", "Conditions": [ { "Condition": "LessThanEqual", "Property": "VideoBitrate", "Value": "120000000", "IsRequired":...