Louis_Kleiman;356128 Wrote: 
> Hi -
> 
> It's entirely possible that I don't have something set up properly, but
> my WMA lossless stuff worked under 7.2, but it doesn't under 7.3.  I am
> running Windows Server 2008 and have installed its codec for WMA by
> installing the desktop experience feature.  Still no joy.  FLAC works
> and MP3 works.
> 
> Any ideas?

Find the convert.conf file on the server, and the 'wma flc * *' line
and add one line after it: [tab]# F.  Restart the server afterwards.

Or create a custom-convert.conf file in the same directory and place
all three lines shown below in it.  You can get rid of them when the
server's standard convert.conf file is fixed.



Code:
--------------------
    wma flc * *
        # F
        [wmadec] -r 44100 -b 16 -n 2 $FILE$ | [flac] -cs --totally-silent 
--compression-level-0 --endian little --sign signed --channels 2 --bps 16 
--sample-rate 44100 -
--------------------


-- 
JJZolx

Jim
------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=54584

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

Reply via email to