pichonCalavera Wrote: 
> 
> But I would like to try streaming at 80Kbps, but on the Audio Player
> Settings page on Squeezecenter I can't choose this option (it goes from
> 64 to 96), is there a way to move in a configuration file or something
> so I can try 80Kbps?
> 

I was able to find it, if someone is interested you'll have to change a
line of source code, in a file located on
/HTML/EN/settings/player/audio.html (the complete path varies between
OS), look on line 260 (or close to it) for something like this:


Code:
--------------------
    
  [% FOREACH option = ['64', '96', '128', '160', '192', '256', '320'] %]
  
--------------------


And just add the *80* so it looks something like this:


Code:
--------------------
    
  [% FOREACH option = ['64', '80', '96', '128', '160', '192', '256', '320'] %]
  
--------------------


-- 
pichonCalavera

*rip* (eac) > *convert* (flac) > *tag* (musicbrainz) > *normalize*
(replaygain/foobar2000) > *albumart* (winamp) > *transport* (winscp) >
*store* (debian) >*rescan* (slimserver) > *play* (squeezebox) > *hear*
(sennheiser) > *scrooble* (last.fm) > *enjoy* (me :)
------------------------------------------------------------------------
pichonCalavera's Profile: http://forums.slimdevices.com/member.php?userid=13068
View this thread: http://forums.slimdevices.com/showthread.php?t=42170

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

Reply via email to