Re: [slim] How to play 5.1 Flac files? SB3

2010-04-16 Thread jbird21

michael123;535743 Wrote: 
 Just downmix with Sox, pass '-c2'
 
  
Code:

  
   # FLAC output starts here 
   
   flc flc * *
   # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
   [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -v0.995 --buffer 32768 -q 
-t wav - -t flac -C0 -b24 -c2 -r96000 - polyphase -cutoff 1.0
   
   flc flc transcode *
   # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
   [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -v0.995 --buffer 32768 -q 
-t wav - -t flac -C0 -b24 -c2 -r96000 - polyphase -cutoff 1.0
   

  
 
 I am curious why Logitech do not do that by default, there are quite
 a few 5.1 flacs

how can I do this?
running SBS 7.4.1
ubuntu 8.04


-- 
jbird21

jbird21's Profile: http://forums.slimdevices.com/member.php?userid=33532
View this thread: http://forums.slimdevices.com/showthread.php?t=77395

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] How to play 5.1 Flac files? SB3

2010-04-16 Thread jbird21

michael123;536096 Wrote: 
 Just add the content above as-is to custom-convert.conf (in
 server/plugins directory), modifying r96000 by r44100.
 I think it shall work


thanks for your reply
I see this in: convert.conf(/etc/squeezeboxserver)
my plugins directory looked empty I didn't see a
custom-convert.conf

# FLAC output starts here 

#mp3 flc * *
#   [lame] --mp3input --decode -t --silent $FILE$ - | [flac] -cs
--totally-silent --compression-level-0 -

flc flc * *
-

aif flc * *
# FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
[flac] -cs --totally-silent --compression-level-0 $START$ $END$ --
$FILE$ | [sox] -q -t flac - -t flac -C 0 $RESAMPLE$ -   

wav flc * *
# IFD:{RESAMPLE=-r %d}
[sox] -q -t wav $FILE$ -t flac -C 0 $RESAMPLE$ -

ogg flc * *
# IFRD:{RESAMPLE=-r %d}
[sox] -t ogg $FILE$ -t flac -C 0 $RESAMPLE$ -

wma flc * *
# F:{PATH=%f}R:{PATH=%F}
[wmadec] -w $PATH$ | [flac] -cs --totally-silent --compression-level-0
-

wmal flc * *
# F:{PATH=%f}R:{PATH=%F}
[wmadec] -w $PATH$ | [flac] -cs --totally-silent --compression-level-0
-

wmap flc * *
# F:{PATH=%f}R:{PATH=%F}
[wmadec] -w $PATH$ | [flac] -cs --totally-silent --compression-level-0
-

mpc flc * *
# IR
[mppdec] --silent --prev --gain 2 - - | [flac] -cs --totally-silent
--compression-level-0 -

ape flc * *
# F
[mac] $FILE$ - -d | [flac] -cs --totally-silent --compression-level-0
-

mp4 flc * *
# F
[faad] -q -w -f 1 $FILE$ | [flac] -cs --totally-silent
--compression-level-0 --ignore-chunk-sizes -

aac flc * *
# IF
[faad] -q -w -f 1 $FILE$ | [flac] -cs --totally-silent
--compression-level-0 --ignore-chunk-sizes -

mov flc * *
# FR
[mov123] $FILE$ | [flac] -cs --totally-silent --compression-level-0
--endian big --sign signed --channels 2 --bps 16 --sample-rate 44100 -

alc flc * *
# F
[alac] $FILE$ | [flac] -cs --totally-silent --compression-level-0 -

wvp flc * *
# FT:{START=--skip=%t}U:{END=--until=%v}
[wvunpack] $FILE$ -wq $START$ $END$ -o - | [flac] -cs --totally-silent
--compression-level-0 -


-- 
jbird21

jbird21's Profile: http://forums.slimdevices.com/member.php?userid=33532
View this thread: http://forums.slimdevices.com/showthread.php?t=77395

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] How to play 5.1 Flac files? SB3

2010-04-16 Thread jbird21

michael123;536096 Wrote: 
 Just add the content above as-is to custom-convert.conf (in
 server/plugins directory), modifying r96000 by r44100.
 I think it shall work


thanks for your reply
I see this in: convert.conf(/etc/squeezeboxserver)
my plugins directory looked empty I didn't see a
custom-convert.conf

# FLAC output starts here 

#mp3 flc * *
#   [lame] --mp3input --decode -t --silent $FILE$ - | [flac] -cs
--totally-silent --compression-level-0 -

flc flc * *
-

aif flc * *
# FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
[flac] -cs --totally-silent --compression-level-0 $START$ $END$ --
$FILE$ | [sox] -q -t flac - -t flac -C 0 $RESAMPLE$ -   

wav flc * *
# IFD:{RESAMPLE=-r %d}
[sox] -q -t wav $FILE$ -t flac -C 0 $RESAMPLE$ -

ogg flc * *
# IFRD:{RESAMPLE=-r %d}
[sox] -t ogg $FILE$ -t flac -C 0 $RESAMPLE$ -

wma flc * *
# F:{PATH=%f}R:{PATH=%F}
[wmadec] -w $PATH$ | [flac] -cs --totally-silent --compression-level-0
-

wmal flc * *
# F:{PATH=%f}R:{PATH=%F}
[wmadec] -w $PATH$ | [flac] -cs --totally-silent --compression-level-0
-

wmap flc * *
# F:{PATH=%f}R:{PATH=%F}
[wmadec] -w $PATH$ | [flac] -cs --totally-silent --compression-level-0
-

mpc flc * *
# IR
[mppdec] --silent --prev --gain 2 - - | [flac] -cs --totally-silent
--compression-level-0 -

ape flc * *
# F
[mac] $FILE$ - -d | [flac] -cs --totally-silent --compression-level-0
-

mp4 flc * *
# F
[faad] -q -w -f 1 $FILE$ | [flac] -cs --totally-silent
--compression-level-0 --ignore-chunk-sizes -

aac flc * *
# IF
[faad] -q -w -f 1 $FILE$ | [flac] -cs --totally-silent
--compression-level-0 --ignore-chunk-sizes -

mov flc * *
# FR
[mov123] $FILE$ | [flac] -cs --totally-silent --compression-level-0
--endian big --sign signed --channels 2 --bps 16 --sample-rate 44100 -

alc flc * *
# F
[alac] $FILE$ | [flac] -cs --totally-silent --compression-level-0 -

wvp flc * *
# FT:{START=--skip=%t}U:{END=--until=%v}
[wvunpack] $FILE$ -wq $START$ $END$ -o - | [flac] -cs --totally-silent
--compression-level-0 -


-- 
jbird21

jbird21's Profile: http://forums.slimdevices.com/member.php?userid=33532
View this thread: http://forums.slimdevices.com/showthread.php?t=77395

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] ethernet appears to be disconnected

2009-10-16 Thread jbird21

pski;472840 Wrote: 
 I'm thinking it's a junker. Call support/returns.
 
 Best of luck.
 
 P

thanks, I agree w/you, I am going to replace it


-- 
jbird21

jbird21's Profile: http://forums.slimdevices.com/member.php?userid=33532
View this thread: http://forums.slimdevices.com/showthread.php?t=69741

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] ethernet appears to be disconnected

2009-10-14 Thread jbird21

pski;471933 Wrote: 
 Re-power switches and routers. Examine results.

thanks, tried that but no luck


-- 
jbird21

jbird21's Profile: http://forums.slimdevices.com/member.php?userid=33532
View this thread: http://forums.slimdevices.com/showthread.php?t=69741

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


[slim] ethernet appears to be disconnected

2009-10-13 Thread jbird21

I just got a new SB3 to replace my SB1  it worked for 2 days, now it
says ethernet appears to be disconnected, but it is not disconnected,
I reconnected my older SB to the same cable  it works!

I've sent a message to support yesterday  haven't heard back yet

I've got it working wireless but, would prefer the wired method.

I am running older software, but that shouldn't really matter, as it
worked initially.

thanks for any advice...

jay


-- 
jbird21

jbird21's Profile: http://forums.slimdevices.com/member.php?userid=33532
View this thread: http://forums.slimdevices.com/showthread.php?t=69741

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss