LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Starting mpg123 problem (https://www.linuxquestions.org/questions/linux-software-2/starting-mpg123-problem-136676/)

satimis 01-20-2004 08:09 AM

Starting mpg123 problem
 
Hi all folks,

Debian - unstable
GNOME 2.4 desktop

Any folk has experience running 'mpg123'

http://www.mpg123.de

I have installed it from Debian website

# apt-get install mpg123

# which mpg123
/usr/bin/mpg123
# whereis mpg123
mpg123: /usr/bin/mpg123 /usr/share/man/man1/mpg123.1.gz
# find / -name mpg123
/etc/alternatives/mpg123
/var/lib/dpkg/alternatives/mpg123
/usr/bin/mpg123

# mpg123 -V
mpg321 version 0.2.10. Copyright (C) 2001, 2002 Joe Drew.

I could not get 'mpg123' started on GNOME desktop. Neither can I find it from
Application -> Multimedia

# mpg123
can't start it.

Kindly advise how to start mpg123. Is it on GUI or only on command line.

TIA

B.R.
satimis

DrOzz 01-20-2004 08:14 AM

type mpg123 at command line to get its arguments and run it that way ...
to my knowledge you have to download a frontend for it if you want GUI, which you can find some here

ps. don't double post ;-0

Greyweather 01-20-2004 08:17 AM

mpg123 is a command line app.

In Gnome you can either run it in a terminal, or you can use 'Run Application' to have it going in the background, but you'll need to tell it what file to play. IE,

$ mpg321 /home/thisuser/example.mp3

There are graphical frontends for mpg123, but imho you'd be better off using XMMS or Zinf in that case.

satimis 01-20-2004 09:01 AM

Quote:

Originally posted by DrOzz
type mpg123 at command line to get its arguments and run it that way ...
to my knowledge you have to download a frontend for it if you want GUI, which you can find some here

ps. don't double post ;-0

Hi,

Thanks for your advice.

Debian - unstable
Gnome 2.4 desktop
mpg123 (from Debian website)

I just have 'mpgfe-1.0.0.tar.bz2' downloaded to a download folder and unpacked it to

# tar jxvf mpgfe-1.0.0.tar.bz2 -C /tmp/
# cd /tmp/mpgfe-1.0.0
#./configure
went throught without problem

# make
....
.....
get_input_lyrics.c: In function `get_input_lyrics':
get_input_lyrics.c:198: error: duplicate case value
get_input_lyrics.c:157: error: previously used here
make[2]: *** [get_input_lyrics.o] Error 1
make[2]: Leaving directory `/tmp/mpgfe-1.0.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/mpgfe-1.0.0'
make: *** [all] Error 2

Can you help how to fix it.

Thanks in advance.

B.R.
satimis

satimis 01-20-2004 09:07 AM

Quote:

Originally posted by Greyweather
mpg123 is a command line app.

In Gnome you can either run it in a terminal, or you can use 'Run Application' to have it going in the background, but you'll need to tell it what file to play. IE,

$ mpg321 /home/thisuser/example.mp3

There are graphical frontends for mpg123, but imho you'd be better off using XMMS or Zinf in that case.

Hi,

Thanks for your advice.

I ran into problem to play music CD with 'Grip' and could not solve it for several days. There is no hardware problem because I have another mobile drive on this PC running WinXP, playing music CD without problem

A guy on Grip list advised me to try 'mpg123'. That is the story.

B.R.
satimis


All times are GMT -5. The time now is 09:03 PM.