That’s a great input, @krolytakcs26!
I got some help from Gemini too for my Hisense TVs 100E7Q PRO and 75E63QT and this is the XML generated.
<?xml version="1.0" encoding="utf-8"?>
<Client xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="HisenseVIDAATV">
<Identification>
<Header name="X-Plex-Platform" substring="vidaa" />
<Header name="X-Plex-Platform" substring="VIDAA" />
<Header name="X-Plex-Device" substring="VIDDA" />
<Header name="X-Plex-Model" substring="100Q60QAVS" />
<Header name="X-Plex-Model" substring="75E63" />
<Header name="User-Agent" substring="Hisense" />
<Header name="User-Agent" substring="VIDAA" />
<DeviceDescription>
<FriendlyName substring="Hisense" />
</DeviceDescription>
</Identification>
<Settings>
<Setting name="TimelineBufferMemory" value="4194304" />
</Settings>
<DirectPlayProfiles>
<VideoProfile container="mkv" codec="h264,hevc,mpeg4,mpeg2video,vc1,vp9,av1,vp8" audioCodec="aac,ac3,eac3,dca,mp3,flac,wav,wma,mp2,opus" subtitleCodec="srt,subrip,ass" />
<VideoProfile container="mp4,mov" codec="h264,hevc,mpeg4,vp9,av1" audioCodec="aac,ac3,eac3,mp3,flac,wav,opus,mp2" subtitleCodec="srt,mov_text,tx3g" />
<VideoProfile container="mpegts,ts,vob,mpeg,mpg" codec="h264,hevc,mpeg2video,vc1" audioCodec="ac3,eac3,aac,mp2,mp3,dca" />
<VideoProfile container="avi" codec="h264,mpeg4,mpeg2video" audioCodec="mp3,ac3,aac,flac,wav" />
<VideoProfile container="webm" codec="vp8,vp9,av1" audioCodec="vorbis,opus" />
<VideoProfile container="flv" codec="h264" audioCodec="aac,mp3" />
<VideoProfile container="asf,wmv" codec="wmv3,vc1" audioCodec="wmav2,wmapro,pcm" />
<MusicProfile container="mp3" codec="mp3" />
<MusicProfile container="m4a,mp4" codec="aac,alac" />
<MusicProfile container="flac" codec="flac" />
<MusicProfile container="wav" codec="pcm" />
<MusicProfile container="wma" codec="wma" />
<MusicProfile container="ogg" codec="vorbis,opus" />
<PhotoProfile container="jpeg,png,bmp,gif" />
</DirectPlayProfiles>
<TranscodeTargets>
<VideoProfile protocol="hls" container="mpegts" codec="h264" audioCodec="aac,ac3" context="streaming" />
<VideoProfile protocol="http" container="mp4" codec="h264" audioCodec="aac,ac3" context="streaming" />
<MusicProfile container="mp3" codec="mp3" />
<PhotoProfile container="jpeg" />
</TranscodeTargets>
<CodecProfiles>
<VideoCodec name="h264,hevc,vp9,av1">
<Limitations>
<UpperBound name="video.width" value="3840" />
<UpperBound name="video.height" value="2160" />
</Limitations>
</VideoCodec>
<VideoAudioCodec name="aac,ac3,eac3,dca">
<Limitations>
<UpperBound name="audio.channels" value="6" />
</Limitations>
</VideoAudioCodec>
</CodecProfiles>
</Client>
As suggested, I’ve created the file HisenseTV.xml inside the folder /mnt/HD/HD_a2/Nas_Prog/plex_conf/Plex Media Server/Profiles on my WD EX4100 NAS.
The Profiles folder was not there, so I created it.
I stopped and started again the Plex server and tried to play a movie.
Unfortunately I got the same problem. The error is still Unable to find client profile for device; platform=vidaa, platformVersion=V0000.09.09U.P1027, device=VIDDA V0000.09.09U.P1027, model=100Q60QAVS.
How do I know if the profile was correctly registered and used to play the movie?
Thanks for your help.