Bug 14597 - AAC to MP3 fails because of bug in convert.conf file.
: AAC to MP3 fails because of bug in convert.conf file.
Status: VERIFIED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Transcoding
: 7.4.1
: PC Windows Vista
: P1 normal (vote)
: 7.4.1
Assigned To: Andy Grundman
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-10-06 03:11 UTC by Bryan Alton
Modified: 2009-10-14 18:03 UTC (History)
3 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bryan Alton 2009-10-06 03:11:08 UTC
When using AAC/MP4 to MP3 either explicitly or via bit rate limiting the "cant open file for" error appears.

The problem is in convert.conf entries "aac mp3" and "mp4 mp3" the $BITRATE$ is missing the trailing dollar in the convert.conf file

The entries should be 

mp4 mp3 * *
	# FB:{BITRATE=-B %B}
	[faad] -w -f 1 $FILE$ | [lame]  -q $QUALITY$ $BITRATE$ - -

aac mp3 * *
	# IFB:{BITRATE=-B %B}
	[faad] -q -w -f 1 $FILE$ | [lame] --silent -q $QUALITY$ $BITRATE$ - -
Comment 1 Phil Leigh 2009-10-06 05:07:05 UTC
This is cross-platform not just Vista...
Comment 2 Spies Steven 2009-10-06 11:29:44 UTC
Andy, could you please fix the two typos in convert.conf?  Thanks!
Comment 3 SVN Bot 2009-10-06 11:37:26 UTC
 == Auto-comment from SVN commit #28787 to the slim repo by andy ==
 == https://svn.slimdevices.com/slim?view=revision&revision=28787 ==

Fixed bug 14597, fixed typo in convert.conf
Comment 4 Ross Levine 2009-10-14 18:03:38 UTC
Verified typos fixed in r28848.