Using media server can I linksheet artists?

Hope you guys can help on this. You guy are way smarter then me with XMLs.

Using the Simple Theme I want to just add Sheets when playing music. So far no luck with adding the lines that Joey suggested....

I added <image image="@@artist" w="1280" h="720" bg="1"/>
<image image="@@album_name" w="1280" h="720"
bg="1"/>

To the album_playback XML with no luck....

Here's the Simple XML with the mod...

<?xml version="1.0"?>
<!-- Copyright (C) 2010, ALPHA Networks, inc. -->
<page overlay="1">

<ctrlgrp>
<button valkey="PLAY_ALBUM"/>
<linebreak/>
<button valkey="INFO"/>
<linebreak/>
<listbox valkey="browselist" autoenter="1" autoswitch="0" move="row"
cols="1" rows="9" lbmask="u" loop_scroll="0" turbo_trigger="10" turbo_multi="10" fixed_scrolling_pos="4" />
<linebreak/>
<textbox valkey="metadata_overview" numlines="6" directkey_table="UD"/>
</ctrlgrp>
<include filename="./inc_loading.xml"/>
<image image="@@artist" w="1280" h="720" bg="1"/>
<image image="@@album_name" w="1280" h="720" bg="1"/>
<image image="image/audio.jpg" x="0" y="0" w="1280" h="720" align="hcenter" scale_type="pan" scale="100" bg="1"/>
<image image="image/video_encoding_bg.png" x="0" y="0" w="1280" h="720" scale="100"/>
<image image="image/album_playback.png" x="20" y="20" w="200" h="24"/>

<text text="@@text-play_album" x="100" y="90" w="300" h="30" align="LEFT" fontsize="30"
actnoseltextcolor="0x000000" activetextcolor="0x747474" actoverlistcolor="0x747474" textcolor="0x747474"
disable="@@disable-PLAY_ALBUM" active="@@act-PLAY_ALBUM"/>
<text text="@@text-info" x="100" y="130" w="300" h="30" align="LEFT" fontsize="30"
actnoseltextcolor="0x0000000" activetextcolor="0x747474" actoverlistcolor="0x747474" textcolor="0x747474"
disable="@@disable-INFO" active="@@act-INFO"/>

<table x="100" w="700" h="400"
cols="1" rows="15" align="left" fontsize="30" disable="@@disable-browselist"
textcolor="0x747474" actnoseltextcolor="0x000000" actoverlistcolor="0x747474" activetextcolor="0xffbe30" selectedtextcolor="0x000000">
<text text="@@song_name_0" y="170" selected="@@browse_0_select" speed="@@browse_speed_0" delay="1"/>
<text text="@@song_name_1" y="215" selected="@@browse_1_select" speed="@@browse_speed_1" delay="1"/>
<text text="@@song_name_2" y="260" selected="@@browse_2_select" speed="@@browse_speed_2" delay="1"/>
<text text="@@song_name_3" y="305" selected="@@browse_3_select" speed="@@browse_speed_3" delay="1"/>
<text text="@@song_name_4" y="350" selected="@@browse_4_select" speed="@@browse_speed_4" delay="1"/>
<text text="@@song_name_5" y="395" selected="@@browse_5_select" speed="@@browse_speed_5" delay="1"/>
<text text="@@song_name_6" y="440" selected="@@browse_6_select" speed="@@browse_speed_6" delay="1"/>
<text text="@@song_name_7" y="485" selected="@@browse_7_select" speed="@@browse_speed_7" delay="1"/>
<text text="@@song_name_8" y="530" selected="@@browse_8_select" speed="@@browse_speed_8" delay="1"/>
</table>

<wrapper w="50" h="60" x="45" scale_type="pan" align="vcenter,right" disable="@@disable-now_playing_icon">
<image image="@@now_playing_0" y="153"/>
<image image="@@now_playing_1" y="198"/>
<image image="@@now_playing_2" y="243"/>
<image image="@@now_playing_3" y="288"/>
<image image="@@now_playing_4" y="333"/>
<image image="@@now_playing_5" y="378"/>
<image image="@@now_playing_6" y="323"/>
<image image="@@now_playing_7" y="468"/>
<image image="@@now_playing_8" y="513"/>
</wrapper>

<!-- audio panel -->
<text text="@@total_time" x="980" y="350" w="400" h="72" fontsize="72" align="bottom,left" textcolor="0xd4d4d4" disable="@@disable-audiopanel"/>
<text text="@@play_time" x="980" y="390" w="400" h="72" textcolor="0x2c2c2c" fontsize="72" align="bottom,left" disable="@@disable-audiopanel"/>
<text text="@@artist" x="50" y="570" w="1200" h="80" fontsize="72" align="bottom,left" textcolor="0x747474" auto_translate="1" speed="1" delay="2"/>
<text text="@@album_name" x="50" y="610" w="1200" h="80" fontsize="72" align="bottom,left" textcolor="0x2c2c2c" auto_translate="1" speed="1" delay="2"/>
<image image="@@wrongkeyicon" x="563" y="282" w="154" h="155" align="hcenter" />
<image image="@@keyicon" x="1063" y="71" w="65" h="45" align="hcenter" />
<include filename="./inc_decoration_player.xml"/>

<image image="@@album_cover" x="992" y="42" w="250" h="250" align="hcenter" scale_type="pan" scale="100"/>
<image image="@@album_icon" x="992" y="42" w="250" h="250" align="hcenter" scale="100" scale_type="pan" />
<image image="image/album_playback_frame.png" x="977" y="35" w="280" h="278"/>

</page>

Here's how the theme displays currently

WDTVLiveHub_2014.05.10_16.29.05.jpg

Any ideas/help?