Tim Eisele

Results 132 comments of Tim Eisele

I can reproduce this on the current nightly build with the exact same layout as the original issue. What's the reason this is `wontfix`?

Seems like my I was a bit fast on claiming it's the same bug. But it still seems to be related: Library Layout: ``` Test Publisher |-- Free Form |---...

#9410 disables it by default and adds a config option to enable it explicitly.

Can you please post the srt if possible?

Make sure your websockets are working. Having them misconfigured might lead to odd behaviour if you enable throttling.

On another note: ISO support in ffmpeg isn't that great either, it's better to use the ripped folders instead, so we can handle the media files directly.

If the ISO is not encrypted this should be correct. Something to note though: Without #9254 even folder support is not wokring as intended. This will not be backported to...

We do use libbluray in Jellyfin-ffmpeg but I have some bdmv backups here which aren't played properly by throwing them into ffmpeg with `bluray://`. This results in stuff like only...

Playlists are designed to be user specific. So the library will pop up once the user created a playlist. Access control is fixed by #8526 leading to all items in...

https://github.com/jellyfin/jellyfin/pull/9466 exposes the playlist ACL interface via the API. Jellyfin web needs to implement granting permissions though.