Should have mentioned if you want to lose the bitrate data alltogether
you can edit SlimServer\server\HTML\Fishbone\status_header.html . The
plus side would be that the artist album links won't get pushed out of
frame as quickly. 

Code:
--------------------
    
  <div id="songtitlehref" class="currentSongData"><a class="songtitle" [% 
songinfoHRef %] target="browser"><span id="songtitle">[% songtitle %]</span></a>
                                &nbsp;<span id="duration">[% IF 
itemobj.duration %]([% itemobj.duration | html %])[% END %]</span>&nbsp;<span 
id="bitrate">[% IF bitrate %]([% bitrate %])[% END %]</span></div>
  
--------------------


Delete from the above: <span id="duration">[% IF itemobj.duration %]([%
itemobj.duration | html %])[% END %]</span>&nbsp;<span id="bitrate">[%
IF bitrate %]([% bitrate %])[% END %]</span></div>

PS it's 6.5.0 too


-- 
Skunk
------------------------------------------------------------------------
Skunk's Profile: http://forums.slimdevices.com/member.php?userid=2685
View this thread: http://forums.slimdevices.com/showthread.php?t=31720

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

Reply via email to