Mislav Milinković
Mislav Milinković
The calendar uses whatever value is in the `"icon"` field as the filename of the icon to display. So, in theory, you could change all weather icons with the name...
@NeutroGe After writing this issue I did a similar thing myself, but in a different file. If you move 2 files down to `DeviceProfileBuilder.kt` (https://github.com/jellyfin/jellyfin-android/blob/master/app/src/main/java/org/jellyfin/mobile/player/deviceprofile/DeviceProfileBuilder.kt), you can set the available...
@kirides There are three arrays toward the end of `DeviceProfileBuilder.kt` file: `SUPPORTED_CONTAINER_FORMATS`, `AVAILABLE_VIDEO_CODECS` and `AVAILABLE_AUDIO_CODECS` that matter for this use case. By changing those, you change the supported codecs without...