2024-10-17, 02:38 PM
You'd need to check in the Jellyfin logs which profile it is using and then modify that profile with this.
You can also try adding that to the default profile.
If this is a non-docker install of jellyfin, the DLNA profiles are located in /var/lib/jellyfin/plugins/DLNA_3.0.0.0/profiles.
Code:
<DirectPlayProfile container="mp3,flac,m4a,wma" type="Audio" />
You can also try adding that to the default profile.
If this is a non-docker install of jellyfin, the DLNA profiles are located in /var/lib/jellyfin/plugins/DLNA_3.0.0.0/profiles.