Still getting same error

Code:
--------------------
    [15-10-21 08:16:57.0275] Slim::Player::Song::open (409) Error: Couldn't 
create command line for mp4 playback for 
[http://wbez.podcast.streamguys1.com/sound_opinions/audio/516-twin-peaks-opinions-on-the-dead-weather.m4a]
--------------------


I used the provided info above in my custom-convert.conf file.  I noted
that I already had an active "custom-convert.conf" file related to
mplayer and 'mov' (I didn't create, but must have been created with my
vortexbox install or a plugin install).  So I added the new info.
Current custom-convert.conf file I'm using is reproduced below (and I
used tab not spaces as noted)

Code:
--------------------
    
  wma wav * *
  [mplayer] -really-quiet -vc null -vo null -cache 64 -af 
volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=/dev/fd/4 
$FILE$ 4>&1 1>/dev/null
  mov flc * *
  # F
  [faad] -q -w -f 2 $FILE$ | [flac] -cs --totally-silent --compression-level-0 
--endian little --sign signed --channels 2 --bps 16 --sample-rate 44100 -
  mov mp3 * *
  # FB:{BITRATE=-B %B}
  [faad] -q -w -f 2 $FILE$ | [lame] --resample 44100 --silent -q $QUALITY$ 
$BITRATE$ -r - -
  mov wav * *
  # F
  [faad] -q -w -f 2 $FILE$ 2>/dev/null
  
  mp4 mp3 * *
  # FRB:{BITRATE=-B %B}T:{START=-ss %s}
  [avconv] -loglevel quiet  -f mp4 -i $FILE$ -f wav - | [lame] --silent -q 
$QUALITY$ $BITRATE$ - -
  
  mp4 pcm * *
  # FRB:{BITRATE=-B %B}T:{START=-ss %s}
  [avconv] -loglevel quiet  -f mp4 -i $FILE$ -f u16le -
  
  mp4 flc * *
  # FRB:{BITRATE=-B %B}T:{START=-ss %s}
  [avconv] -loglevel quiet -f mp4 $START$ -i $FILE$ -f flac -
--------------------


How would I tell whether avconv is installed in my system?  I see that
in my LMS > Settings > Filetypes the following is shown for mpeg-4 (note
the disabled)

19051


AND WITH THIS NEW CUSTOM CONVERT I CAN'T PLAY ANY M4A FILES (INLCUDING
LOCAL FILES).
I undid my changes to custom convert file, and now m4a files play
(filetypes shows following):

19052

I'm sure I'm doing something wrong...any tips appreciated.  Thanks.


+-------------------------------------------------------------------+
|Filename: CropperCapture[2].jpg                                    |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=19052|
+-------------------------------------------------------------------+


*Home:* VortexBox 4TB (2.3) > LMS 7.8 > Transporter, Touch, Boom, Radio
(all ethernet)
*Cottage:* VBA 3TB (2.3) > LMS 7.8 > Touch > Benchmark DAC I, Boom,
Radio w/Battery (all ethernet except Radio)
*Office:* Win8(64) > LMS 7.9 > Squeezelite
*Spares:* Touch(3), Radio(3), Boom, SB3, CONTROLLER
*Controllers:* iPhone6 & iPadAir2 (iPeng8 & Squeezepad), CONTROLLER, or
SqueezePlay 7.8 on Win7(64) laptop
*Files:* ripping: dbpoweramp > FLAC; post-rip: mp3tag, PerfectTunes;
Streaming: Spotify
------------------------------------------------------------------------
garym's Profile: http://forums.slimdevices.com/member.php?userid=17325
View this thread: http://forums.slimdevices.com/showthread.php?t=104480

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

Reply via email to