Cody Robibero
Cody Robibero
@ristein https://jellyfin.org/downloads/server, then click "Unstable" in the upper right
Looks like you're building the server with net7 installed. All of these changes are already included by https://github.com/jellyfin/jellyfin/pull/8547
This won’t be looked at until the library database is moved to efcore as the current database isn’t manageable
@cvium Its been a while since I worked on this but I think this changes the pipeline order which caused DI errors. I think we should still migrate to the...
We should, but Serilog deprecated `UseSerilog()` on `IWebAppHostBuilder` in v5 so we need to use `IHostBuilder` if we want to continue use. https://github.com/serilog/serilog-aspnetcore/releases/tag/v5.0.0 I spent some more time trying to...
I think it is fair to limit the concurrent encodings by default. What value did you find worked best for you?
`2 * Environment.ProcessorCount` sounds like a good default to me
I think we should keep this in the normal application settings. They can also be changed via file so the env benefit is minimized.
This doesn't sound like a bug to me, aren't channels identified using the `tvg-id` field?
I just tested 10.5, it looks like users without created playlists were not able to see other users' playlists. Digging through the current code I see where playlists are being...