Code Sample for Album/Artist?

Does anyone have a code sample that shows how to set metadata that's of type Template.Link?
 
For example:
class MediaArtist(Agent.Artist):
  def update(self, metadata, media, lang):
    metadata.albums = ?????
 
class MediaAlbum(Agent.Album):
  def update(self, metadata, media, lang):
    metadata.artist = ?????
 
-D. Dwarf
 

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.