clients: Add media extension to titles for Hyundai TVs

On Hyundai HLN 24TS382 Smart TV, the DLNA client refuses to display
media files whose title does not end with a media file extension.
Because minidlna strips the extensions, all folders thus appear empty.

This patch adds a quirk for Hyundai TVs that appends the original file
extension to the titles, which fixes the issue.
This commit is contained in:
Jindřich Makovička
2017-05-02 20:08:30 +02:00
committed by Justin Maggard
parent 46d806ce2d
commit 5450ac486e
3 changed files with 18 additions and 0 deletions

View File

@ -205,6 +205,13 @@ struct client_type_s client_types[] =
EUserAgent
},
{ EHyundaiTV,
FLAG_DLNA,
"Hyundai TV",
"HYUNDAITV",
EFriendlyName
},
{ ERokuSoundBridge,
FLAG_MS_PFS | FLAG_AUDIO_ONLY | FLAG_MIME_WAV_WAV | FLAG_FORCE_SORT,
"Roku SoundBridge",