Hi all:
I got the following from a `how to - ?cdr recording.'
(at paragraph 6.2 as I recall)
I can't get it to work, and I can't find any reference
to the < --cdr > option for `mpg123' in any man or info
page, (I don't think it is -c -d -r) this `how to' was
updated and only altered slightly, (after two years)
anyone understand what's wrong here?
(I had to fold it with a \ to fit here)
(It should make a CDR from all of the mp3's in the current
directory.) Says it's running into EOF at line 11
unexpectantly.
#!/bin/bash
# /usr/local/bin/doloop
for I in *.mp3
do
mpg123 --cdr - "$I" | cdrecord -v -dummy \
speed=4 dev=0,6,0 -audio -pad -nofix -
done
cdrecord -fix
#
# END /usr/local/bin/doloop
73 (= Best Regards) de: Ron ka4inm@qsl.net SENT Time and Date are UTC
I upgraded to LINUX, the more I use it, the more I love it.
It doesn't do everything for you, you must program it.
Visit my HAM Web SITE at: http://www.qsl.net/ka4inm
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 15:47:05 EDT