Re: NAD C446 Media Player not "playing"
Posted: Mon Jun 17, 2024 8:17 am
I know very little about how the communications work so I am guessing a lot with this.
I can see the file list is being sent by looking for "DIDL result created" and all the data that will be send will be a line or 2 down from there.
If you copy and paste it into notepad++ and change the language to XML it will be readable.
I'm guessing it can't understand some of the tags (like <musicbrainztrackid> etc) which it should ignore but maybe it is discarding the whole item.
The folders don't have this so is probably why they are showing.
One thing I just thought about is that device has no way of displaying thunbnails so there is no need for UMS to send that data. Try setting this to false
some of the metadata options may have an effect too.
The engine: "null" probably means it is not going to transcode so not using a transcoding engine, but is added into the transcode folder so you can force transcode if needed.
The Devs would be of more help but don't often visit the forum. I'll open an issue on Github if we can't figure this out.
I can see the file list is being sent by looking for "DIDL result created" and all the data that will be send will be a line or 2 down from there.
If you copy and paste it into notepad++ and change the language to XML it will be readable.
I'm guessing it can't understand some of the tags (like <musicbrainztrackid> etc) which it should ignore but maybe it is discarding the whole item.
The folders don't have this so is probably why they are showing.
One thing I just thought about is that device has no way of displaying thunbnails so there is no need for UMS to send that data. Try setting this to false
Code: Select all
# Whether the renderer can display thumbnails
# Default: true
Thumbnails =
The engine: "null" probably means it is not going to transcode so not using a transcoding engine, but is added into the transcode folder so you can force transcode if needed.
The Devs would be of more help but don't often visit the forum. I'll open an issue on Github if we can't figure this out.