meyergru Wrote: 
> 
> A temporary fix would be to edit %SLIMSERVER%/Slim/Web/Pages.pm at line
> 188-190 where it says:
> 
> $params->{'song_count'}   = _lcPlural($ds->count('track',
> $find), 'SONG', 'SONGS');
> $params->{'artist_count'} = _lcPlural($ds->count('contributor',
> $find), 'ARTIST', 'ARTISTS');
> $params->{'album_count'}  = _lcPlural($ds->count('album',
> $find), 'ALBUM', 'ALBUMS');
> 
> Change those three lines to read:
> 
> $params->{'song_count'}   = 0;
> $params->{'artist_count'} = 0;
> $params->{'album_count'}  = 0;
> 
> By doing this, you lose the statistics on the start page but web access
> is just as fast as before 6.2.
> 
> 

I tried this and the browser navigation is virtually immediate compared
to 10-15 seconds previously.  A great improvement over the original 6.2.
Would be great to get this speed + the album/artist/track counts...


-- 
mikerob
_______________________________________________
Discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to