I was searching for the exact same thing what i did maby not the best way but go to /home/pi/.attract/layouts/robospin
there is a layout.nut open it with notepad++ or wordpad or whatever
than search for this lines --> / Title text info / Year text info /
and / Display filter info /
Mine looks like this it will hiding the information its also possible to make a option so you can disable it in layout options
but i dont have that much time
sorry for my bad english
with 2 x // you can disable the line
//Year text info
//local texty = fe.add_text("[Year]", flx*0.18, fly*0.935, flw*0.13, flh*0.05 );
//texty.set_rgb( 211, 211, 211 );
//texty.style = Style.Bold;
//texty.align = Align.Left;
//Title text info
//local textt = fe.add_text( "[Title]", flx*0.315, fly*0.935, flw*0.6, flh*0.05 );
//textt.set_rgb( 211, 211, 211 );
//textt.style = Style.Bold;
//textt.align = Align.Left;
//textt.rotation = 0;
//textt.word_wrap = true;
//Display filter info
//local filter = fe.add_text( "[ListFilterName]: [ListEntry]-[ListSize] [PlayedCount]", flx*0.001, fly*0.001, flw*0.3, flh*0.03 );
//filter.set_rgb( 211, 211, 211 );
//filter.style = Style.Italic;
//filter.align = Align.Left;
//filter.rotation = 0;
Greetings Michel