Br3tt, I hope this is ok? Tell me if it isn't and I'll delete it

To get GENRE showing at the bottom of the ARTIST pics, do the following...
Click on the first tab on the top left to get the ARTIST page showing
Right click somewhere on the page and select SETTINGS
You will be presented with a tab called DRAW with a lot of code
Replace all of the code with this code...
CODE
$puts(artist.path,$directory_path(%path%)/artist.jpg)
$select($eval($mod(%gb_row%,2)+1),
$draw_image(-2,0,$eval(%gb_width%+4),%gb_height%,./images/ibiza/gb/4bg01.png,255,nokeepaspect)
,
$draw_image(-2,0,$eval(%gb_width%+4),%gb_height%,./images/ibiza/gb/4bg02.png,255,nokeepaspect)
)
$ifequal(%gb_row%,0,
$draw_image(-1,0,8,%gb_height%,./images/ibiza/gb/last-shadow.png,255,nokeepaspect,4)
,)
$ifgreater(%gb_col_count%,1,
$ifequal($add(%gb_row%,1),%gb_col_count%,
$draw_image($sub(%gb_width%,8),0,8,%gb_height%,./images/ibiza/gb/last-shadow.png,255,nokeepaspect)
,)
,)
$ifgreater(%gb_col_count%,1,
$ifequal(%genre%(%gb_item_index%,1),%gb_item_count%,
$draw_image($sub(%gb_width%,25),0,25,%gb_height%,./images/ibiza/gb/last-shadow.png,255,nokeepaspect)
,)
,)
$if(%gb_isplaying%,
$set_pen(038-052-255,1)
$set_pen(195-022-028,1)
$set_brush(098-112-255)
$set_brush(235-055-055)
$round_rect(8,16,$eval(%gb_width%-17),$eval(%gb_height%-29),5,5)
,)
$if(%gb_mouse_over%,
$if(%gb_focused%,
$draw_image(17,20,$eval(%gb_width%-36),$eval(%gb_width%-38),'./images/ibiza/cover/noartist.png',255,nokeepaspect)
$draw_image(17,20,$eval(%gb_width%-36),$eval(%gb_width%-38),$get(artist.path),255,nokeepaspect)
,
$draw_image(14,17,$eval(%gb_width%-30),$eval(%gb_width%-32),'./images/ibiza/cover/noartist.png',255,nokeepaspect)
$draw_image(14,17,$eval(%gb_width%-30),$eval(%gb_width%-32),$get(artist.path),255,nokeepaspect)
)
,
$draw_image(17,20,$eval(%gb_width%-36),$eval(%gb_width%-38),'./images/ibiza/cover/noartist.png',255,nokeepaspect)
$draw_image(17,20,$eval(%gb_width%-36),$eval(%gb_width%-38),$get(artist.path),255,nokeepaspect)
)
$draw_image(07,6,$eval(%gb_width%-16),$eval(%gb_height%-16),./images/ibiza/bg/polaroid.png,245,,0)
$if(%gb_focused%,
$set_font(segoe script,7,b)
$set_font_color(0000f000)
$calc_text(%album artist%)
$draw_text(%album artist%,17,$ifgreater(%gb_calc_width%,92,116,122),$eval(%gb_width%-40),28,center,vcenter,wordbreak)
,
$set_font(segoe script,7,b)
$set_font_color(00000000)
$calc_text(%album artist%)
$draw_text(%album artist%,17,$ifgreater(%gb_calc_width%,92,116,122),$eval(%gb_width%-40),28,center,vcenter,wordbreak)
)
$draw_image($eval(%gb_width%/2-30),$eval(%gb_height%-14),$eval(59-0),$eval(16-0),./images/ibiza/gb/ticket.png,250,,0)
$set_font(Calibri,8,n)
$set_font_color(00000000)
$draw_text(%genre%(%gb_item_index%,1),$eval(%gb_width%/2-26),$eval(%gb_height%-13),52,28,center,vcenter,wordbreak)
To get DATE showing at the bottom of the DISC pics, do the following...
Click on the second tab on the top left to get the DISC page showing
Right click somewhere on the page and select SETTINGS
You will be presented with a tab called DRAW with a lot of code
Replace all of the code with this code...
CODE
Segoe UI,9Segoe UI,9$select($eval($mod(%gb_row%,2)+1),
$draw_image(-2,0,$eval(%gb_width%+4),%gb_height%,./images/ibiza/gb/4bg01.png,255,nokeepaspect)
,
$draw_image(-2,0,$eval(%gb_width%+4),%gb_height%,./images/ibiza/gb/4bg02.png,255,nokeepaspect)
)
$ifequal(%gb_row%,0,
$draw_image(-1,0,8,%gb_height%,./images/ibiza/gb/last-shadow.png,255,nokeepaspect,4)
,)
$ifgreater(%gb_col_count%,1,
$ifequal($add(%gb_row%,1),%gb_col_count%,
$draw_image($sub(%gb_width%,8),0,8,%gb_height%,./images/ibiza/gb/last-shadow.png,255,nokeepaspect)
,)
,)
$ifgreater(%gb_col_count%,1,
$ifequal($add(%gb_item_index%,1),%gb_item_count%,
$draw_image($sub(%gb_width%,25),0,25,%gb_height%,./images/ibiza/gb/last-shadow.png,255,nokeepaspect)
,)
,)
$if(%gb_isplaying%,
$set_pen(038-052-255,1)
$set_pen(195-022-028,1)
$set_brush(098-112-255)
$set_brush(235-055-055)
$round_rect(6,45,$eval(%gb_width%-12),$eval(%gb_height%-58),5,5)
,)
$draw_image(10,25,$eval(%gb_width%-20),$eval(%gb_height%-20),./images/ibiza/gb/case-bg.png,225,,0)
$draw_image(25,48,$eval(%gb_width%-41),$eval(%gb_width%-41),'./images/ibiza/cover/nocover.png',255,nokeepaspect)
$draw_image(25,48,$eval(%gb_width%-41),$eval(%gb_width%-41),$replace(%path%,%filename_ext%,folder.jpg),255,nokeepaspect)
$draw_image(10,25,$eval(%gb_width%-20),$eval(%gb_height%-20),./images/ibiza/gb/case-ov.png,200,,0)
$draw_image($eval(%gb_width%/2-30),$eval(%gb_height%-14),$eval(59-0),$eval(16-0),./images/ibiza/gb/ticket.png,250,,0)
$set_font(calibri,8,n)
$set_font_color(00000000)
$draw_text($add(%date%,),$eval(%gb_width%/2-27),$eval(%gb_height%-12),52,28,center,vcenter,wordbreak)
$if(%gb_focused%,
$set_font(calibri,8,)
$set_font_color(00000000)
$draw_text($if2(%album%,%artist%),5,14,$eval(%gb_width%-10),28,vcenter,center,wordbreak,end_ellipsis)
$set_font(calibri,8,)
$set_font_color(e0e0e0e0)
$draw_text($if2(%album%,%artist%),4,13,$eval(%gb_width%-10),28,vcenter,center,wordbreak,end_ellipsis)
,
$set_font(calibri,8,)
$set_font_color(00000000)
$draw_text($if2(%album%,%artist%),5,14,$eval(%gb_width%-10),28,vcenter,center,wordbreak,end_ellipsis)
$set_font(calibri,8,)
$set_font_color(90909090)
$draw_text($if2(%album%,%artist%),4,13,$eval(%gb_width%-10),28,vcenter,center,wordbreak,end_ellipsis)
)
$if(%gb_mouse_over%,
$if(%gb_focused%,,
$draw_image(25,48,$eval(%gb_width%/3*2+6),$eval(%gb_width%/3*2+6),./images/ibiza/gb/play.png,220,nokeepaspect)
)
,)
99.9% of the code is what Br3tt wrote but it's easier to replace the whole lot rather than trying to explain to you which small bit to change to get it working...