nig27 wrote: > It looks like it's looking for Lame to me. Which I don't have installed. > Here's log:- > > 28113
Interpretation of the player.source log can be confusing as sometime the successful conversion is shown before a few failures. In this case the successful one is faad which will decode AAC to PCM (see aac->pcm in the log) . What is strange is no attempt on Flac. It is much better if you select the log as text rather than as screenshot as it imuch easier to read, search, and reuse. LMS provides a number support application to help trasnmcode. They are "standard" applications but some have been patched for LMS so no good to install from other sources. >From the log it appears the application are stored in "/Library/PreferencePane/Squeezebox.prefPane/Contents/server/Bin/darwin-x86_64" In that directory there should be a number of application including flac, faad, sox - you need to see if they run OK. LMS bundles applications with each release it is possible that 7.9.2 OSX applications do not run on 10.8.5 and you'll have to replace them with equivalent applications from an older LMS. I hope you're familiar with Terminal - I am not familiar with OSX so what I am suggesting is guesswork. 1. Open a Terminal 2. change directory to the application using "cd" - the command *cd /Library/PreferencePane/Squeezebox.prefPane/Contents/server/Bin/darwin-x86_64* 3. List off the cotents of the directory using "ls" - the command (all the *l* are lowercase letter ell not digit one 1 or vertical bar | ) *ls -l* 4. Assuming flac and faad arein the directory - try to run application - if it works they should produce a banner, otherwise an error. Command as follows - a dot and slash before the application filename *./faad ./flac* ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=109826 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
