I have a few AAC tracks in my collection and with the upgrade to 7.3.3
they don't play.  I've been using mplayer and flac to do the decoding
and it's worked fine until I upgraded.

In file types in SC everything for AAC is disabled and cannot be
changed.

Here's my custom-convert.conf:


Code:
--------------------
    
  mov mp3 * *
  # FRB:{BITRATE=-B %B}
  [mplayer] -novideo -ao pcm:file=/dev/fd/4 $FILE$ 4>&1 1>/dev/null | [lame] 
--resample 44100 --silent -q $QUALITY$  $RESAMPLE$-v $BITRATE$ -x -r 
--big-endian - -
  
  alc mp3 * *
  # FB:{BITRATE=-B %B}D:{RESAMPLE=--resample %D}
  [mplayer] -novideo -ao pcm:file=/dev/fd/4 $FILE$ 4>&1 1>/dev/null | [lame] 
--silent -q $QUALITY$ $RESAMPLE$ -v $BITRATE$ - -
  
  mov flc * *
  # FR
  [mplayer] -novideo -ao pcm:file=/dev/fd/4 $FILE$ 4>&1 1>/dev/null | [flac] 
-cs --totally-silent --compression-level-0 --endian big --sign signed 
--channels 2 --bps 16 --sample-rate 44100 -
  
  alc flc * *
  # F
  [mplayer] -novideo -ao pcm:file=/dev/fd/4 $FILE$ 4>&1 1>/dev/null | [flac] 
-cs --totally-silent --compression-level-0 --endian big --sign signed 
--channels 2 --bps 16 --sample-rate 44100 -
  
--------------------


This all worked in 7.3.2, so I suspect something in the new AAC support
in 7.3.3 has broken this for me.  All of the settings for Apple Lossless
have been unaffected.

Any ideas?


-- 
4mula1

SqueezeCenter 7.3.3 + Solaris 10 x86: Because everything else would've
been easy!
'4mula1 on Last.fm' (http://www.last.fm/user/4mula1)
------------------------------------------------------------------------
4mula1's Profile: http://forums.slimdevices.com/member.php?userid=3439
View this thread: http://forums.slimdevices.com/showthread.php?t=64711

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

Reply via email to