The 3 "mov" lines in the convert.conf file needs to be changed to the
following. I'm not sure hwat you can use to edit the file on a
Diskstation product.  Alternativley copy the convert.conf file to PC.
Edit using Wordpad (not Notepad) and then copy changed file back to
Diskstation.


Code:
--------------------
    
  mov mp3 * *
  [mplayer-stdout] -really-quiet -vc null -vo null -af 
volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=- $FILE$ 
2>/dev/null | [lame] --silent -r -x -q $QUALITY$ -b $BITRATE$ - - 2>/dev/null
  mov flc * *
  [mplayer-stdout] -really-quiet -vc null -vo null -af 
volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=- $FILE$ 
2>/dev/null | [flac] -cs --endian=little --channels=2 --sign=signed --bps=16 
--sample-rate=44100 --compression-level-0 - - 2>/dev/null
  mov wav * *
  [mplayer-stdout] -really-quiet -vc null -vo null -af 
volume=0,resample=44100:0:1,channels=2 -ao pcm:waveheader:file=- $FILE$ 
2>/dev/null
  
--------------------


After you have changed the file. Restart slimserver and then make sure
in Server Settings/Filetypes only AAC -> WAV is checked. The AAC-> MP3
and AAC->Flac must be  un checked.


-- 
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=36148

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

Reply via email to