Ashyni

Results 11 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...

Hello, Yes, if you want only these ratios, you can edit `mpv.conf` to add (This will override the default ones): `script-opts-append=dynamic_crop-ratios=2.4 2.39 2.35 2.2` Or edit the script line `ratios`...

You may also need to disable `new_fallback_timer` (set to 0), to have a strict behavior: `script-opts-append=dynamic_crop-new_fallback_timer=0`

> Is dynamic-crop.lua supposed to stretch the picture to get rid of the top and bottom black bars on a scope film? The script configure the crop filter with appropriate...

Hello, i have tested with shinchiro build from today 20250302 and everything works as expected. If your issue is in windowed mode, you can modify the option `fix_windowed_behavior` to 2...