Playback of Tidal .mpd files



Hi. I have been trying to integrate Tidal with Kodi. I have been using a FUSE file system for Tidal and have managed to create album.nfo album.cue files and symbolic links etc. Basically, I can now play Tidal .mpd files on my Debian desktop. On my NVidia Shield, however, I can play Tidal Dolby Atmos tracks but am unable to play .mpd files within Kodi. I can get VLC to play them when set up as an external player. I am wondering if the Kodi PAPlayer/VideoPlayer does not support .mpd files in Android. Perhaps I need to use inputstream adaptive? If so, I am not sure if input stream adaptive can be used as an external player? The folder containing the .mpd files are mounted via SMB on both the NVidia Shield and Debian desktops.

Log fragment on NVidia Shield:
2024-10-20 11:21:07.328 T:29202    info <general>: VideoPlayer::OpenFile: smb://192.168.86.38:445/Tidal/Alana Springsteen/History of Breaking Up (Part One) [Lossless]/1-1 – California.mpd
2024-10-20 11:21:07.328 T:23125    info <general>: Creating InputStream
2024-10-20 11:21:08.425 T:23125    info <general>: Creating Demuxer
2024-10-20 11:21:08.426 T:23125   error <general>: Open – error probing input format, smb://192.168.86.38:445/Tidal/Alana Springsteen/History of Breaking Up (Part One) [Lossless]/1-1 – California.mpd
2024-10-20 11:21:08.426 T:23125   error <general>: OpenDemuxStream – Error creating demuxer

On my Debian system, VideoPlayer has no issues recognising and opening the .mpd files, so perhaps the VideoPlayer on Android does not have .mpd support?
Thank you.