Index: /Users/mh/Documents/workspace/unstable/server/Slim/Menu/TrackInfo.pm =================================================================== --- /Users/mh/Documents/workspace/unstable/server/Slim/Menu/TrackInfo.pm (revision 21124) +++ /Users/mh/Documents/workspace/unstable/server/Slim/Menu/TrackInfo.pm (working copy) @@ -456,6 +456,13 @@ 'contributor.id' => $id, }, }, + + web => { + type => 'contributor', + group => uc($role), + value => $contributor->name, + }, + jive => { actions => { go => { @@ -747,6 +760,12 @@ 'contributor.id' => ( blessed $track->artist ) ? $track->artist->id : undef, }, }, + + web => { + group => 'genre', + value => $genre->name, + }, + jive => { actions => { go => {