[PR #10870] Fix NFO parser to be able to read corrct STRM URL format #12642

Closed
opened 2026-02-07 06:59:25 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/10870

State: closed
Merged: Yes


As per the Kodi Youtube add-on documentation, the correct STRM URL format is not the one Jellyfin expects in BaseNfoParser.cs

This PR proposes to support both the deprecated and the new format, restoring the functionality of the "Trailer" button in the web interface and warning the users via a message in the Logger.

Changes

  • BaseNfoParser.cs has been adapted to support both URL formats;
  • BaseNfoParser.cs has been adapted to log a warning in case a deprecated URL is found. That URL will of course still be handled;
  • The list of contributors has been adapted, as per the Contribution guidelines

Issues
Fixes https://github.com/jellyfin/jellyfin/issues/10869

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/10870 **State:** closed **Merged:** Yes --- As per the [Kodi Youtube add-on documentation](https://kodi.wiki/view/Add-on:YouTube), the correct STRM URL format is not the one Jellyfin expects in BaseNfoParser.cs This PR proposes to support both the deprecated and the new format, restoring the functionality of the "Trailer" button in the web interface and warning the users via a message in the Logger. **Changes** - BaseNfoParser.cs has been adapted to support both URL formats; - BaseNfoParser.cs has been adapted to log a warning in case a deprecated URL is found. That URL will of course still be handled; - The list of contributors has been adapted, as per the [Contribution guidelines](https://jellyfin.org/docs/general/contributing/development) **Issues** Fixes https://github.com/jellyfin/jellyfin/issues/10869
OVERLORD added the pull-request label 2026-02-07 06:59:25 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12642