File ignore-the.patch of Package gmusicbrowser
diff --git a/gmusicbrowser_songs.pm b/gmusicbrowser_songs.pm
index 3d84a47..7f048d2 100644
--- a/gmusicbrowser_songs.pm
+++ b/gmusicbrowser_songs.pm
@@ -293,6 +293,7 @@ our %timespan_menu=
load_extra => '__#mainfield#_gid{#SGID#} || return;',
save_extra => 'my %h; while ( my ($sgid,$gid)=each %__#mainfield#_gid ) { $h{$sgid}= [#SUBFIELDS#] } delete $h{""}; return \%h;',
#plugin => 'picture',
+ newval => 'push @#_iname#, do { my $artist=::superlc( #_name#[-1] ); $artist=~s/^the\s+//; $artist; };',
'filter:pic' => '.!!. __#mainfield#_picture[#_#]',
'filterdesc:pic:1'=> _"has a picture",
'filterdesc:-pic:1'=> _"doesn't have a picture",