2024-05-27, 02:38 PM
The DLNA feature has been moved to a plugin, so you should be able to customize it to your will.
> What I now want is that e.g. the ARTISTSORT tag will be used for the artist instead of the ARTIST tag, and similar customizations for other fields that are indexed. And I would like to add additional fields coming from additional tags in the music database and show these too in the web gui (and use them in the DLNA menu structure). Is this possible? If yes, which interfaces defined in the Jellygfin SDK are most appropriate for this?
I believe you would need to update the Jellyfin server code, likely starting with AudioFileProber.
> What I now want is that e.g. the ARTISTSORT tag will be used for the artist instead of the ARTIST tag, and similar customizations for other fields that are indexed. And I would like to add additional fields coming from additional tags in the music database and show these too in the web gui (and use them in the DLNA menu structure). Is this possible? If yes, which interfaces defined in the Jellygfin SDK are most appropriate for this?
I believe you would need to update the Jellyfin server code, likely starting with AudioFileProber.