Twonky Server Tag mapping

General discussion about the media server. Feature requests. Hints, tips and tricks.
Locked
john.glasson
Posts:71
Joined:Sun Aug 03, 2008 9:29 am
AV Hardware:Server: Western Digital My Book World Edition White Light
Clients: Zyxel DMA1000, Philips Streamium 1100, Netgear MP101, Pocket Player on WM5 PDA
Location:near London, UK
Twonky Server Tag mapping

Post by john.glasson » Wed Jul 29, 2009 10:10 pm

There's a need for a document that shows how the Twonky database derives upnp values from metadata such as ID3.

For example, the "View configuration TwonkyMedia server" document shows upnp:albumArtist, upnp:artist and upnp:author. What ID3 tags do they map to? The "TPE1" tag seems to map to both upnp:albumArtist and upnp:artist - I get the same results returned from both containers in the following view:

<container name='Album Artist' visibility="test" id='music/albumartist' etc....>
<container buildon='upnp:artist' sortcriteria='+dc:title' class='object.container.genre.musicGenre'
createClass='object.item.audioItem.musicTrack'/>
</container>
<container name='Artist' visibility="test" id='music/album etc....>
<container buildon='upnp:albumArtist' sortcriteria='+dc:title' class='object.container.genre.musicGenre'
createClass='object.item.audioItem.musicTrack'/>
</container>

A list of ID3 and WMA tag mapping to upnp database values would be useful.

john.glasson
Posts:71
Joined:Sun Aug 03, 2008 9:29 am
AV Hardware:Server: Western Digital My Book World Edition White Light
Clients: Zyxel DMA1000, Philips Streamium 1100, Netgear MP101, Pocket Player on WM5 PDA
Location:near London, UK

Re: Twonky Server Tag mapping

Post by john.glasson » Fri Jul 31, 2009 9:37 am

Investigating ID3 tags further, it seems that....

- upnp:genre maps to TCON. Implements multi-values using "," as separator.
- upnp:author maps to TCOM; but "/" separator not implemented.
- upnp:artist maps to TPE1; but "/" separator not implemented. If TPE1 not present uses TPE2.
- upnp: albumArtist maps to TPE2.

Lack of multi-value support apart from genre (using a non-ID3.org specified seperator) is a serious limitation. When will Twonky support ID3v2.4 I wonder?

John Glasson

User avatar
edrikk
Posts:114
Joined:Wed Dec 12, 2007 7:33 pm

Re: Twonky Server Tag mapping

Post by edrikk » Thu Oct 29, 2009 6:03 pm

+1
Agreed 100%.

23646266
Posts:12
Joined:Wed Dec 20, 2006 10:43 pm
AV Hardware:Mac Pro, Macbook Pro: 10.6.3, ATV 3.0.1, Soundbridge, Noxon2,
Apple iPhone, iPad, Sony Bravia, FritzBox, Fritz!Media,
debianized LS-GL2, debianized TS-219P, XBMC, Boxee, SimplifyMedia

Re: Twonky Server Tag mapping

Post by 23646266 » Tue Mar 30, 2010 1:58 pm

me too, want a compatible way to read my itunes tags properly
tms 5.1.3 displays weird values read from the old tags version.

=:-)f

Locked