LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-01-2004, 11:22 AM   #1
Killah
Member
 
Registered: Sep 2003
Location: Belgium, Alosta²
Distribution: Linux Mandrake 9.2
Posts: 66

Rep: Reputation: 15
Playing MP'3 files with mplayer


Hi, I have mandrake linux 9.2, mplayer and I have sound

my question is how can i play this mp3...

robie williams-feel.mp3

??

because ther is a space betweek robie and williams he don't play it..

how can I play the file , so how can i typ the full filename????

thx
Pieter
 
Old 04-01-2004, 11:24 AM   #2
Nis
Member
 
Registered: Jul 2003
Location: Virginia
Distribution: Ubuntu Hoary (5.04)
Posts: 550

Rep: Reputation: 31
Try putting the file name in quotes. "robie williams-feel.mp3".
You can also put a \ before any space. robie\ williams-feel.mp3
 
Old 04-01-2004, 11:27 AM   #3
Killah
Member
 
Registered: Sep 2003
Location: Belgium, Alosta²
Distribution: Linux Mandrake 9.2
Posts: 66

Original Poster
Rep: Reputation: 15
thx dude, works fine .....
 
Old 04-01-2004, 11:30 AM   #4
Killah
Member
 
Registered: Sep 2003
Location: Belgium, Alosta²
Distribution: Linux Mandrake 9.2
Posts: 66

Original Poster
Rep: Reputation: 15
Nis, is there a GUI of mplayer??
And can i play mp'3 from my mounted windows partition from a gui of mplayer..

because when i browse to my windows partition, i have no access
because i'm not root

how can i change it in the gui of mandrake and not only in the console (su)
 
Old 04-01-2004, 11:33 AM   #5
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
Check out gmplayer (try to run it)
You will need to add the 'umask=0' option to your /etc/fstab to let regular users access. Search here.
 
Old 04-01-2004, 11:45 AM   #6
Killah
Member
 
Registered: Sep 2003
Location: Belgium, Alosta²
Distribution: Linux Mandrake 9.2
Posts: 66

Original Poster
Rep: Reputation: 15
It it possible when mplayer works fine?????

[killah@localhost etc]$ gmplayer
bash: gmplayer: command not found
[killah@localhost etc]$

thx
Pieter
 
Old 04-01-2004, 11:50 AM   #7
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
How did you get mplayer? I downloaded and compiled it, and it had an option for creating gmplayer. Not sure how you would get it if you got mplayer precompiled though.
You should be able to use the mp3's on the Windows drive if the regular users can access it.
 
Old 04-01-2004, 11:55 AM   #8
Killah
Member
 
Registered: Sep 2003
Location: Belgium, Alosta²
Distribution: Linux Mandrake 9.2
Posts: 66

Original Poster
Rep: Reputation: 15
Hi I get Mplayer from http://www.mplayerhq.hu/homepage/design6/dload.html
their I downloaded the MPlayer V1.0.Opre3try2 source.

It was a packge so i extracted it and do with the console:

./config
make
make install (evrything works fine)

Maybe it cauld come because I have no skin , no?? Or what shoud I do?
thx "aaa" :-
 
Old 04-01-2004, 11:57 AM   #9
IRIGHTI
Member
 
Registered: Oct 2003
Distribution: Slackware64 13.1 x86_64, Ubuntu 10.04 x86_64
Posts: 121

Rep: Reputation: 15
you need to recompile with the gui enabled:

./configure --enable-gui
make
make install

make sure to get a skin from the site too.
 
Old 04-01-2004, 11:58 AM   #10
citrus
Member
 
Registered: Dec 2003
Location: California
Distribution: Kubuntu 6.1
Posts: 548

Rep: Reputation: 30
read the read me with the source

./configure --use-gui
make
make install

i could be wrong
just read the read me

then after you compiled it again
gmplayer
 
Old 04-01-2004, 11:58 AM   #11
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
Recompile with './configure --enable-gui' (i think) instead of './configure'. Use './configure --help' to see the options. You will need to get a skin too, but if that were just the problem, then gmplayer would run but complain about the lack of skins.
 
Old 04-01-2004, 12:05 PM   #12
Killah
Member
 
Registered: Sep 2003
Location: Belgium, Alosta²
Distribution: Linux Mandrake 9.2
Posts: 66

Original Poster
Rep: Reputation: 15
Error: PNG support required for GUI compilation, please install libpng and libpng-dev packages.

error..

Pg packaghes are the skins I think How must I add them?
 
Old 04-01-2004, 12:35 PM   #13
Komakino
Senior Member
 
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938

Rep: Reputation: 55
Download and install libpng from their homepage. Just search for libpng on google.
 
Old 04-01-2004, 01:25 PM   #14
Killah
Member
 
Registered: Sep 2003
Location: Belgium, Alosta²
Distribution: Linux Mandrake 9.2
Posts: 66

Original Poster
Rep: Reputation: 15
Hi, I installed libpng but i can't find a good installation for libpng-dev...

So i get the same fault with ./configure
 
Old 04-01-2004, 02:49 PM   #15
Killah
Member
 
Registered: Sep 2003
Location: Belgium, Alosta²
Distribution: Linux Mandrake 9.2
Posts: 66

Original Poster
Rep: Reputation: 15
annyone??
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Playing WMV3 files in mplayer? garnser Linux - Software 4 05-22-2006 05:57 PM
Playing WMV files with MPlayer or Xine dth1 Linux - Software 7 08-16-2005 05:18 AM
mplayer not playing .wmv files??? matthewa Linux - Software 11 06-14-2005 05:04 PM
playing mkv files on mplayer joq Linux - Software 3 12-07-2004 07:24 AM
mplayer playing RA and WMA files from the Web azebuski Linux - Software 1 02-16-2004 01:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration