MP3 / FLAC Coverarts on Onkyo AVR´s
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Re: MP3 / FLAC Coverarts on Onkyo AVR´s
Hi Paddy,
If you can use Wireshark to capture the network activity while using WMP that will help us to see what the difference is between what they send and what we send. Unfortunately Wireshark is a bit advanced but since I don't have an Onkyo AVR I don't know what else to suggest. If you post the Wireshark capture from WMP I'll download and have a look at it.
If you can use Wireshark to capture the network activity while using WMP that will help us to see what the difference is between what they send and what we send. Unfortunately Wireshark is a bit advanced but since I don't have an Onkyo AVR I don't know what else to suggest. If you post the Wireshark capture from WMP I'll download and have a look at it.
Re: MP3 / FLAC Coverarts on Onkyo AVR´s
@paddy, try converting your album art to 640x480. Add a property to renderer conf:
Code: Select all
ThumbnailSize=640x480
Re: MP3 / FLAC Coverarts on Onkyo AVR´s
Hello Paddy,
you could try to follow these steps and post your Wireshark log (.pcapng): one with WMP and one with UMS.
http://tricksandtrucks.blogspot.fr/2011 ... shark.html
https://github.com/UniversalMediaServer ... -220171613
Hoping that can help you.
you could try to follow these steps and post your Wireshark log (.pcapng): one with WMP and one with UMS.
http://tricksandtrucks.blogspot.fr/2011 ... shark.html
https://github.com/UniversalMediaServer ... -220171613
Hoping that can help you.
Re: MP3 / FLAC Coverarts on Onkyo AVR´s
Hi All 
TumbnailSize=640x480 doesn't work
, and i´m to stupid
to use Wireshark (i am not a Programmer),
but Nadahar has the same Problem with his Receiver too.
best regards
Paddy

TumbnailSize=640x480 doesn't work

to use Wireshark (i am not a Programmer),
but Nadahar has the same Problem with his Receiver too.
best regards
Paddy
Re: MP3 / FLAC Coverarts on Onkyo AVR´s
I'm currently working on rewriting some of the thumbnail/cover art code in this branch. But, even with these changes my Onkyo doesn't show cover art. It would be interesting to know exactly what needs to happen to make Onkyos display cover art.
Re: MP3 / FLAC Coverarts on Onkyo AVR´s
Perhaps an Onkyo programmer can help you.
Re: MP3 / FLAC Coverarts on Onkyo AVR´s
Hi Team!
6.7.1 still doesn´t Support Thumbnailing with Onkyo?
best regards paddy
6.7.1 still doesn´t Support Thumbnailing with Onkyo?
best regards paddy
Re: MP3 / FLAC Coverarts on Onkyo AVR´s
I have an Onkyo so I know. I haven't been able to figure out what it takes to make it work. Onkyo has some undocumented, non DLNA requirements. If you can give me any information about what is needed for the Onkyo to support it, please provide it.
Re: MP3 / FLAC Coverarts on Onkyo AVR´s
Hi paddy,
could you try that version and returm feedback ? thank you.
https://we.tl/0ysXM2Amg0
EDIT: Force the Onkyo TXNR8xx... renderer for the test.
could you try that version and returm feedback ? thank you.
https://we.tl/0ysXM2Amg0
EDIT: Force the Onkyo TXNR8xx... renderer for the test.
Re: MP3 / FLAC Coverarts on Onkyo AVR´s
I actually fixed it: https://github.com/UniversalMediaServer ... a7db01abd0
I'd just like to say: Bad Onkyo, really bad Onkyo. That's not how you parse XML
In any case, it turns out that all that was wrong was the order of the attributes in the upnp:albumArtURI tag. After comparing the wireshare capture between WMP and the Onkyo with that between UMS and the Onkyo without being able to see any difference, I copied the album art line from one log into the other and lined them up to compare them character by character. The only difference I could find was the order of the attributes, and when I switched them and started UMS it finally works
So Paddy, in the next release of UMS you'll finally get your album art - and not just for MP3 and FLAC, but for any audio file.
I'd just like to say: Bad Onkyo, really bad Onkyo. That's not how you parse XML

In any case, it turns out that all that was wrong was the order of the attributes in the upnp:albumArtURI tag. After comparing the wireshare capture between WMP and the Onkyo with that between UMS and the Onkyo without being able to see any difference, I copied the album art line from one log into the other and lined them up to compare them character by character. The only difference I could find was the order of the attributes, and when I switched them and started UMS it finally works

So Paddy, in the next release of UMS you'll finally get your album art - and not just for MP3 and FLAC, but for any audio file.