Page 2 of 4

Re: MP3 / FLAC Coverarts on Onkyo AVR´s

Posted: Tue Aug 02, 2016 6:19 pm
by SubJunk
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.

Re: MP3 / FLAC Coverarts on Onkyo AVR´s

Posted: Fri Aug 05, 2016 3:10 am
by atamariya
@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

Posted: Fri Aug 05, 2016 10:27 pm
by Sami32
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.

Re: MP3 / FLAC Coverarts on Onkyo AVR´s

Posted: Sun Jan 08, 2017 3:06 am
by paddy
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

Re: MP3 / FLAC Coverarts on Onkyo AVR´s

Posted: Sun Jan 08, 2017 4:03 am
by Nadahar
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

Posted: Mon Jan 09, 2017 10:31 am
by paddy
Perhaps an Onkyo programmer can help you.

Re: MP3 / FLAC Coverarts on Onkyo AVR´s

Posted: Mon Jun 12, 2017 7:44 am
by paddy
Hi Team!

6.7.1 still doesn´t Support Thumbnailing with Onkyo?

best regards paddy

Re: MP3 / FLAC Coverarts on Onkyo AVR´s

Posted: Mon Jun 12, 2017 8:28 am
by Nadahar
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

Posted: Mon Jun 12, 2017 11:18 am
by Sami32
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.

Re: MP3 / FLAC Coverarts on Onkyo AVR´s

Posted: Mon Jun 12, 2017 3:36 pm
by Nadahar
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 :x

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 :D

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.