NAD C446 Media Player not "playing"

Discuss media renderers like Xbox 360, TVs, smartphones, etc.
User avatar
mik_s
Moderator
Posts: 1430
Joined: Wed Aug 23, 2017 11:03 pm
Location: UK

Re: NAD C446 Media Player not "playing"

Post by mik_s »

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

Code: Select all

# Whether the renderer can display thumbnails
# Default: true
Thumbnails = 
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.
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
ums-space
Posts: 12
Joined: Thu Jun 13, 2024 7:08 am

Re: NAD C446 Media Player not "playing"

Post by ums-space »

Hi, I have tried all 16 combinations of UpnpSearchCapsEnabled, SendDLNAOrgFlags, DLNAOrgPN and AccurateDLNAOrgPN. Always the same result. When selecting the folder with the files, only the transcode folder is displayed immediately, no other selection is possible. The file names are displayed in the transcode folder, when selecting a file: "No items". So the behavior has not changed. The log files are attached - can you please open an issue on github?
Attachments
ums_dbg_2024-06-19-08-39.zip
(54.15 KiB) Downloaded 487 times
User avatar
mik_s
Moderator
Posts: 1430
Joined: Wed Aug 23, 2017 11:03 pm
Location: UK

Re: NAD C446 Media Player not "playing"

Post by mik_s »

Done. Hopefully the answer will be simple.
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
ums-space
Posts: 12
Joined: Thu Jun 13, 2024 7:08 am

Re: NAD C446 Media Player not "playing"

Post by ums-space »

Yes, thank you. I'm also very curious. Hopefully this isn't a mystery and there is a (relatively) simple solution. ;-)
Post Reply