Index: Slim/Formats/Parse.pm =================================================================== --- Slim/Formats/Parse.pm (revision 5229) +++ Slim/Formats/Parse.pm (working copy) @@ -570,6 +570,7 @@ } push @items, $track->{'URI'}; #url; + $track->{'SIZE'} = $basetrack->audio_size; # our tracks won't be visible if we don't include some data from the base file for my $attribute (keys %$basetrack) {