Twonky Server Tag mapping
Posted: 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.
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.