Cody Robibero

Results 201 comments of Cody Robibero

Potential fix: https://github.com/jellyfin/jellyfin/pull/8219

I just tested scanning using a nfo file. Unfortunately the item's path isn't available when this function is called, so we can't combine the full path. Using `UriKind.RelativeOrAbsolute` won't work...

Does playback work in clients other then the web client? Note that the mobile apps play music using the web client

Playback works for me using Jellyfin Media Player, but not Firefox. Transferring to jellyfin-web

Looks like `application/x-mpegURL` is deprecated in favor of `application/vnd.apple.mpegurl` https://datatracker.ietf.org/doc/html/rfc6648 https://support.mozilla.org/en-US/questions/1234853 Looks like this mimetype changed when we switched to this library https://github.com/khellang/MimeTypes

This is an issue with permissions and the subtitle management library we use. We are actively working to resolve the issue. This is only an issue with unstable Jellyfin (10.9).

No, those are not the upstream issues. As far as I know one hasn't been created. There is no way to disable libse.

Please refrain from force-pushing, this is a large PR and force-pushing makes it difficult to keep track of review status I went through and made some changes/cleanup. It's a bit...

Has this been tested for DLNA playback?