Ashyni

Results 6 comments of Ashyni

Hello, i also have an ultra wide display. @Marctraider take a look at https://github.com/Ashyni/mpv-scripts, it's a dynamic crop script for mpv. I personally use it with Jellyfin mpv shim, but...

Hello, in order to choose the audio/sub track, you need to Enable audio/subtitles selection in Jellyfin Settings under Playback tab.

Yes i was talking about the jellyfin-kodi add-on settings. ![selection-settings](https://user-images.githubusercontent.com/18462848/90153552-6e5bf600-dd89-11ea-8a45-06fcf37b3b17.PNG)

Kodi shows actors, the banner is probably just a fallback. ![Capture](https://user-images.githubusercontent.com/18462848/87229020-21a98780-c3a5-11ea-8e86-196180301a6c.PNG)

Hello, do you use hardware decoding ? it can be the cause for color issue (cropdetect auto insert a pixel format conversion, and we lose 10bit color), try `hwdec=no`. Also...

Hello, I end up with something like that to reuse on different form/action. ```ts //@types/action.d.ts import { FieldValues, FormErrors } from "@modular-forms/solid"; import { Action } from "@solidjs/router"; export type...