Results 133 comments of Jason Dove

I think the error message means the host GPU driver (supporting CUDA 11.0) is too old for the runtime that the container now uses (CUDA 11.1). If so, updating the...

@Browneye3001 this is a great list of suggestions! I also have some unique ideas for how to approach this problem space and am experimenting with them in my [ErsatzTV](https://github.com/jasongdove/ErsatzTV) project....

This will be implemented with upcoming scaling fixes.

Note that this was made optional in #986 and will need to be re-enabled in each watermark's settings.

To clarify, checkpoints are created at midnight of every day, and when a schedule is edited the corresponding playout will be "refreshed" from the last checkpoint (midnight of the current...

There are two preferred language settings: one global setting in the `Settings` page, and one for each channel to override the global setting.

Also note that if your channels are configured as `HLS Direct` all audio streams will be sent to allow the client to select the desired stream. Stream selection using the...

I just double checked the code and it's a little more nuanced than I thought. HLS Direct will ignore the global language preference, but not the channel preference, so if...

You are correct that the documentation is lacking here, will address. What's happening is that you have `Shuffle Schedule Items` enabled on the schedule, and the missing options are expected...

Thanks for the report, I'll look at improving this situation. For now, you might be able to work around this by setting the `XDG_DATA_HOME` environment variable. When that variable is...