B&O encore + Mac sever cover art

General discussion about the media server. Feature requests. Hints, tips and tricks.
Locked
TomS64
Posts:3
Joined:Tue Dec 23, 2014 6:10 pm
AV Hardware:Mac Server 10.9, Beosound Encore, Western Digital, PC, Macs
B&O encore + Mac sever cover art

Post by TomS64 » Sat Dec 27, 2014 12:01 pm

Hi
I have a MacServer running Twonky Server (and itunes for Apple devices) I trying to get the cover art shows nicely on the encore display - currently showing like something 200x200...
Twinky software is 7.3
The audio files is m4a they also being used by itunes.
I have in a couple of test albums added cover picture in 512x512 (Folder.jpg) also I have tried to add 512x512 pictures into the single audio files.
I searched this forum and added a couple of things to the bang_and_olufsen.xml file
<Client>
<DeviceId>
<DisplayName>Bang & Olufsen</DisplayName>
<HttpRecognition>
<HttpText>B&O DLNAClient1 DLNADOC/1.50</HttpText>
</HttpRecognition>
<MappingUpdatePolicy>FIX</MappingUpdatePolicy>
</DeviceId>
<Adaptations>
<DLNA>
<Version>DLNA15</Version>
</DLNA>
</Adaptations>
<SupportedMediaProfiles>
<Profile>AASCALE#JPEG500x500</Profile>
</SupportedMediaProfiles>
<DeviceQuirks>
<!-- Next and set next confuse the device -->
<Quirk>BROKEN_NEXT</Quirk>
<Quirk>BROKEN_SETNEXT</Quirk>
<!-- Events are unreliable, so poll state -->
<Quirk>POLL_AVT_STATE</Quirk>
</DeviceQuirks>
</Client>

Even if I flush, clear, restart and reconnect server og encore the cover art is still not "good looking".

Any ideas?
/Tom

TomS64
Posts:3
Joined:Tue Dec 23, 2014 6:10 pm
AV Hardware:Mac Server 10.9, Beosound Encore, Western Digital, PC, Macs

Re: B&O encore + Mac sever cover art

Post by TomS64 » Fri Jan 02, 2015 11:43 am

figure it out...
I hat copy of all my music in a folder (by mistake)...
Also the xml should read:
<Client>
<DeviceId>
<DisplayName>Bang & Olufsen</DisplayName>
<HttpRecognition>
<HttpText>B&O DLNAClient1 DLNADOC/1.50</HttpText>
</HttpRecognition>
<MappingUpdatePolicy>FIX</MappingUpdatePolicy>
</DeviceId>
<Adaptations>
<DLNA>
<Version>DLNA15</Version>
</DLNA>
</Adaptations>
<Capabilities>
<SupportedMediaProfiles>
<Profile>AASCALE#JPEG500x500</Profile>
</SupportedMediaProfiles>
</Capabilities>
<DeviceQuirks>
<!-- Next and set next confuse the device -->
<Quirk>BROKEN_NEXT</Quirk>
<Quirk>BROKEN_SETNEXT</Quirk>
<!-- Events are unreliable, so poll state -->
<Quirk>POLL_AVT_STATE</Quirk>
</DeviceQuirks>
</Client>

Works now...
/Tom

Locked