Unstable: DLNA profiles only support case sensitive regexp matching. #2104

Closed
opened 2025-12-21 20:09:01 +01:00 by backuprepo · 3 comments
Owner

Originally created by @BaronGreenback on GitHub (Sep 5, 2020).

The web interface states under dlna profile identification:- "A case-insensitive substring or regex expression."

However, only a case sensitive reg expression test is only performed (DlnaManager.cs / IsRegexMatch)

In addition if the string contains any reg exp characters then it fails to match.

Originally created by @BaronGreenback on GitHub (Sep 5, 2020). The web interface states under dlna profile identification:- "A case-insensitive substring or regex expression." However, only a case sensitive reg expression test is only performed (DlnaManager.cs / IsRegexMatch) In addition if the string contains any reg exp characters then it fails to match.
backuprepo 2025-12-21 20:09:01 +01:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@PrplHaz4 commented on GitHub (Sep 5, 2020):

I've been meaning to do some testing in this area with the eventual goal of being able to use regex (or even whole profiles) from UMS: https://github.com/UniversalMediaServer/UniversalMediaServer/tree/master/src/main/external-resources/renderers

@PrplHaz4 commented on GitHub (Sep 5, 2020): I've been meaning to do some testing in this area with the eventual goal of being able to use regex (or even whole profiles) from UMS: https://github.com/UniversalMediaServer/UniversalMediaServer/tree/master/src/main/external-resources/renderers
Author
Owner

@BaronGreenback commented on GitHub (Sep 5, 2020):

@PrplHaz4 Nice!

@BaronGreenback commented on GitHub (Sep 5, 2020): @PrplHaz4 Nice!
Author
Owner

@BaronGreenback commented on GitHub (Sep 5, 2020):

https://github.com/jellyfin/jellyfin/pull/4061

@BaronGreenback commented on GitHub (Sep 5, 2020): https://github.com/jellyfin/jellyfin/pull/4061
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#2104
No description provided.