Dmitry Lyzo

Results 317 comments of Dmitry Lyzo

During playback, turn on the `Playback Info`. What resolutions do the player and video have?

> I don't see the players resolution. It is [skipped](https://github.com/jellyfin/jellyfin-web/blob/d5ebc64fcb2d855fa8017d83ca1fe70685d130b2/src/plugins/htmlVideoPlayer/plugin.js#L1903-L1909). 😕 The idea is to check if the player has the wrong aspect ratio. If it is correct, then it...

It's been quite a while. Apparently there have been network issues that we can't fix on our end. Probably a temporary GitHub outage. I also think you messed up the...

Why do you think the video requires transcoding? What's wrong?

DolbyVision is currently added to the Tizen device profile without any verification: https://github.com/jellyfin/jellyfin-web/blob/c02be1e35c4dd03d2fd91d4ea6188a44749ff217/src/scripts/browserDeviceProfile.js#L833 Iiuc, there is no Samsung TV that supports Dolby Vision. 😕 If you build app yourself, remove...

I would say yes. That block should also be rewritten to use `options.supportsDolbyVision`, `options.supportsHdr10`.

> It might be interesting for here to think of a way to override such things in jellyfin-web(patch file applied with yarn for example?), or add something like known issues...

btw, https://github.com/jellyfin/jellyfin-web/pull/2204

> And this was from running npm ci --no-audit separately. > [15:16:33] Error: File not found with singular glob: E:\Tizen\gitted\jellyfin-tizen\node_modules\jellyfin-web\dist/index.html (if this was purposeful, use `allowEmpty` option) `JELLYFIN_WEB_DIR` environment variable...

In your case ```ps $env:JELLYFIN_WEB_DIR="E:\Tizen\gitted\jellyfin-web\dist" ``` or more universal (I haven't tried) ```ps $env:JELLYFIN_WEB_DIR="..\jellyfin-web\dist" ```