solidDoWant
solidDoWant
> We need to handle both links set to null (currently the subtitle in the front is grayed out as you can see but when you only have unsupported subtitles...
Cool I will work on that. What do you think about simply not attempting subtitle stream extraction for PGS streams? The same media info would still be available (which does...
There is a corner case here where extraction is _attempted_ if there are exclusively pgs subtitles. When this is the case, the first conditional in the loop is always false....
Right but this is only checked via `getMetadata`, not the endpoints for `thumbnail.vtt`, `thumbnail.png`, etc.
@Serph91P what GPU/iGPU are you using? I found that some newer iGPUs (e.g. ones in Rocket Lake series processors) require some additional packages, which I'm working on fixing.
That's Raptor Lake series, and is almost definitely affected by this. If I cut a build on my fork with [my fix](https://github.com/zoriya/Kyoo/pull/931) included, would you be willing to try it?...
I'll handle basically everything. You'll just need to change the transcoder image used. If you're using docker compose, this would be the line for `image: ghcr.io/zoriya/kyoo_transcoder:` I'll send you a...
Go ahead and replace the `image: ghcr.io/zoriya/kyoo_transcoder:4.7` line with `image: ghcr.io/soliddowant/kyoo_transcoder:4.7.1-dev.qsv-fix.1`. The first two lines should look like this (whitespace is important): ```yaml x-transcoder: &transcoder-base image: ghcr.io/soliddowant/kyoo_transcoder:4.7.1-dev.qsv-fix.1 ``` After that's...
I see that. The timestamps on the logs do show this taking longer than it should. This could be due to a few reasons: * Transcoding is heavily dependent on...
Any chance you just made a bunch of media files available to Kyoo for the first time? I just redeployed my entire kyoo stack (including databases, rabbitmq, S3 buckets, and...