|
Home > Archive > alt.os.linux > November 2002 > buring mp3 with gnome toaster
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
buring mp3 with gnome toaster
|
|
| Yousaf 2002-11-25, 3:24 pm |
| Hello all,
I am using GnomeToaster 1.0Beta5, and trying to bur
n an audio cd consisting of 16 mp3 files. As soon as I press the record but
ton, I get an error message from the Dependency database, telling me that:
"The Filter program for the suffix .mp3 couldn't be found on your system.
Please make sure your filetype registry is setup properly. Your current
configuration is calling the followig command to create the desired track:
mpg123 -r 44100 -s --stereo -q -"
So I went on to mpg123 site, downloaded and installed it. I can run it via
commandline but via GnomeToaster it is still failing and giving me the same
error message as described above!
Does anyone has any idea how to solve this problem
Cheers
Yousaf
--
Linux version 2.4.18-14 (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7))
#1 Wed Sep 4 12:13:11 EDT 2002
| |
| Bill Unruh 2002-11-25, 3:24 pm |
| Yousaf <yousaf@guda.freeserve.co.uk> writes:
]Hello all,
] I am using GnomeToaster 1.0Beta5, and trying to bur
]n an audio cd consisting of 16 mp3 files. As soon as I press the record but
]ton, I get an error message from the Dependency database, telling me that:
]"The Filter program for the suffix .mp3 couldn't be found on your system.
]Please make sure your filetype registry is setup properly. Your current
]configuration is calling the followig command to create the desired track:
]mpg123 -r 44100 -s --stereo -q -"
]So I went on to mpg123 site, downloaded and installed it. I can run it via
]commandline but via GnomeToaster it is still failing and giving me the same
]error message as described above!
Where did you install it? Ie, the PATH which Toaster uses may not be the
same as your path. Try putting the full path name into the config file
for GnomeToaster instead of just this abreviated version of the command.
| |
| Yousaf 2002-11-26, 3:24 am |
|
Bill Unruh wrote:
> Yousaf <yousaf@guda.freeserve.co.uk> writes:
>
> ]Hello all,
> ] I am using GnomeToaster 1.0Beta5, and trying to bur
> ]n an audio cd consisting of 16 mp3 files. As soon as I press the record but
> ]ton, I get an error message from the Dependency database, telling me that:
>
> ]"The Filter program for the suffix .mp3 couldn't be found on your system.
> ]Please make sure your filetype registry is setup properly. Your current
> ]configuration is calling the followig command to create the desired track:
> ]mpg123 -r 44100 -s --stereo -q -"
>
> ]So I went on to mpg123 site, downloaded and installed it. I can run it via
> ]commandline but via GnomeToaster it is still failing and giving me the same
> ]error message as described above!
>
> Where did you install it? Ie, the PATH which Toaster uses may not be the
> same as your path. Try putting the full path name into the config file
> for GnomeToaster instead of just this abreviated version of the command.
Thanks Bill,
I think I installed it in /usr/local/bin, I maybe wrong but I
will have a look anyway.
Also Where do I find the config file for Gnome Toaster?
Cheers
Yousaf
| |
| Yousaf 2002-11-26, 1:24 pm |
| Yousaf wrote:
>
>
> Bill Unruh wrote:
>
>> Yousaf <yousaf@guda.freeserve.co.uk> writes:
>>
>> ]Hello all,
>> ] I am using GnomeToaster 1.0Beta5, and trying to bur
>> ]n an audio cd consisting of 16 mp3 files. As soon as I press the record
>> but ]ton, I get an error message from the Dependency database, telling me
>> that:
>>
>> ]"The Filter program for the suffix .mp3 couldn't be found on your
>> system. ]Please make sure your filetype registry is setup properly. Your
>> current ]configuration is calling the followig command to create the
>> desired track: ]mpg123 -r 44100 -s --stereo -q -"
>>
>> ]So I went on to mpg123 site, downloaded and installed it. I can run it
>> via ]commandline but via GnomeToaster it is still failing and giving me
>> the same ]error message as described above!
>>
>> Where did you install it? Ie, the PATH which Toaster uses may not be the
>> same as your path. Try putting the full path name into the config file
>> for GnomeToaster instead of just this abreviated version of the command.
>
> Thanks Bill,
> I think I installed it in /usr/local/bin, I maybe wrong
> but I
> will have a look anyway.
> Also Where do I find the config file for Gnome Toaster?
>
> Cheers
> Yousaf
Hi,
I had a look at the file I saved after installation, this is what happened
after make install:
# make install
strip mpg123
if [ -x /usr/ccs/bin/mcs ]; then /usr/ccs/bin/mcs -d mpg123; fi
mkdir -p /usr/local/bin
mkdir -p /usr/local/man/man1
cp -f mpg123 /usr/local/bin
chmod 755 /usr/local/bin/mpg123
cp -f mpg123.1 /usr/local/man/man1
chmod 644 /usr/local/man/man1/mpg123.1
By looking at this I think mpg123 is in /usr/local/bin
But I have been trying to find the configuration file for GnomeToaster,
couldn't find it. Could you please help me locate it? I don't know the name
and I looked into /etc, and also did a find on / for gtoaster.conf (a shot
in the dark), but couldn't find it.
Cheers
Yousaf
--
Linux version 2.4.18-14
(gcc version 3.2 20020903
(Red Hat Linux 8.0 3.2-7))
| |
| Tim Wunder 2002-11-26, 3:25 pm |
| On Tuesday 26 November 2002 02:19 pm, someone claiming to be Yousaf wrote:
> Yousaf wrote:
>
>>
>>
>> Bill Unruh wrote:
>>
>>> Yousaf <yousaf@guda.freeserve.co.uk> writes:
>>>
>>> ]Hello all,
>>> ] I am using GnomeToaster 1.0Beta5, and trying to bur
>>> ]n an audio cd consisting of 16 mp3 files. As soon as I press the record
>>> but ]ton, I get an error message from the Dependency database, telling
>>> me that:
>>>
>>> ]"The Filter program for the suffix .mp3 couldn't be found on your
>>> system. ]Please make sure your filetype registry is setup properly. Your
>>> current ]configuration is calling the followig command to create the
>>> desired track: ]mpg123 -r 44100 -s --stereo -q -"
>>>
>>> ]So I went on to mpg123 site, downloaded and installed it. I can run it
>>> via ]commandline but via GnomeToaster it is still failing and giving me
>>> the same ]error message as described above!
>>>
>>> Where did you install it? Ie, the PATH which Toaster uses may not be the
>>> same as your path. Try putting the full path name into the config file
>>> for GnomeToaster instead of just this abreviated version of the command.
>>
>> Thanks Bill,
>> I think I installed it in /usr/local/bin, I maybe wrong
>> but I
>> will have a look anyway.
>> Also Where do I find the config file for Gnome Toaster?
>>
>> Cheers
>> Yousaf
>
> Hi,
> I had a look at the file I saved after installation, this is what happened
> after make install:
>
> # make install
> strip mpg123
> if [ -x /usr/ccs/bin/mcs ]; then /usr/ccs/bin/mcs -d mpg123; fi
> mkdir -p /usr/local/bin
> mkdir -p /usr/local/man/man1
> cp -f mpg123 /usr/local/bin
> chmod 755 /usr/local/bin/mpg123
> cp -f mpg123.1 /usr/local/man/man1
> chmod 644 /usr/local/man/man1/mpg123.1
>
> By looking at this I think mpg123 is in /usr/local/bin
>
> But I have been trying to find the configuration file for GnomeToaster,
> couldn't find it. Could you please help me locate it? I don't know the
> name and I looked into /etc, and also did a find on / for gtoaster.conf (a
> shot in the dark), but couldn't find it.
>
> Cheers
> Yousaf
/root/.gtoasterrc ?
Although, IMHO, gtoaster sucks. Take a look at Arson
(arson.sourceforge.net), CDBakeoven or K3B. Of course, they're all QT/KDE
apps...
HTH,
Tim
| |
| Yousaf 2002-11-27, 4:24 am |
|
Tim Wunder wrote:
> On Tuesday 26 November 2002 02:19 pm, someone claiming to be Yousaf wrote:
>
> > Yousaf wrote:
> >
> >>
> >>
> >> Bill Unruh wrote:
> >>
> >>> Yousaf <yousaf@guda.freeserve.co.uk> writes:
> >>>
> >>> ]Hello all,
> >>> ] I am using GnomeToaster 1.0Beta5, and trying to bur
> >>> ]n an audio cd consisting of 16 mp3 files. As soon as I press the record
> >>> but ]ton, I get an error message from the Dependency database, telling
> >>> me that:
> >>>
> >>> ]"The Filter program for the suffix .mp3 couldn't be found on your
> >>> system. ]Please make sure your filetype registry is setup properly. Your
> >>> current ]configuration is calling the followig command to create the
> >>> desired track: ]mpg123 -r 44100 -s --stereo -q -"
> >>>
> >>> ]So I went on to mpg123 site, downloaded and installed it. I can run it
> >>> via ]commandline but via GnomeToaster it is still failing and giving me
> >>> the same ]error message as described above!
> >>>
> >>> Where did you install it? Ie, the PATH which Toaster uses may not be the
> >>> same as your path. Try putting the full path name into the config file
> >>> for GnomeToaster instead of just this abreviated version of the command.
> >>
> >> Thanks Bill,
> >> I think I installed it in /usr/local/bin, I maybe wrong
> >> but I
> >> will have a look anyway.
> >> Also Where do I find the config file for Gnome Toaster?
> >>
> >> Cheers
> >> Yousaf
> >
> > Hi,
> > I had a look at the file I saved after installation, this is what happened
> > after make install:
> >
> > # make install
> > strip mpg123
> > if [ -x /usr/ccs/bin/mcs ]; then /usr/ccs/bin/mcs -d mpg123; fi
> > mkdir -p /usr/local/bin
> > mkdir -p /usr/local/man/man1
> > cp -f mpg123 /usr/local/bin
> > chmod 755 /usr/local/bin/mpg123
> > cp -f mpg123.1 /usr/local/man/man1
> > chmod 644 /usr/local/man/man1/mpg123.1
> >
> > By looking at this I think mpg123 is in /usr/local/bin
> >
> > But I have been trying to find the configuration file for GnomeToaster,
> > couldn't find it. Could you please help me locate it? I don't know the
> > name and I looked into /etc, and also did a find on / for gtoaster.conf (a
> > shot in the dark), but couldn't find it.
> >
> > Cheers
> > Yousaf
>
> /root/.gtoasterrc ?
>
> Although, IMHO, gtoaster sucks. Take a look at Arson
> (arson.sourceforge.net), CDBakeoven or K3B. Of course, they're all QT/KDE
> apps...
>
> HTH,
> Tim
Cheers,
It worked, I burnt a music cd last night.
Thanks a lot guys
Yousaf
(at work)
|
|
|
|
|