LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 02-27-2005, 07:57 AM   #1
hongman
Member
 
Registered: Feb 2005
Location: UK
Distribution: Knoppix 3.7
Posts: 285

Rep: Reputation: 35
.wma player needed


Hi all

I have been using the built in XMMS player for my MP3's which has been fine, until I ran accross a .wma I wanted to play.

Can anyone recommend a audio player that will play the most extensions?

Tanks

Hong
 
Old 02-27-2005, 08:34 AM   #2
perfect_circle
Senior Member
 
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783

Rep: Reputation: 53
If you search the net, there are xmms plugins for wma playback.
A player that plays almost everything is mplayer.
If you have xine, just download the "all" codec package from mplayer and uncompress it in /usr/lib/win32:

http://www1.mplayerhq.hu/homepage/design7/dload.html
http://www1.mplayerhq.hu/homepage/design7/codecs.html
 
Old 02-27-2005, 08:39 AM   #3
hongman
Member
 
Registered: Feb 2005
Location: UK
Distribution: Knoppix 3.7
Posts: 285

Original Poster
Rep: Reputation: 35
Thanks. I do have xine it seems, so I am downloading the all codec package now.

Do I literally just uncompress it into that dir, and it'll all work?

Thanks

Hong
 
Old 02-27-2005, 08:51 AM   #4
hongman
Member
 
Registered: Feb 2005
Location: UK
Distribution: Knoppix 3.7
Posts: 285

Original Poster
Rep: Reputation: 35
Hi

I am trying to get Xine to be the default player for MP3s, etc. But it isnt working. Heres what I am doing:

I right click on a MP3
Open With...
Choose xine, and tick remember this type of file....
It updates some settings

The song then plays in Xine, but if I click a file after it'll open in XMMS again.

Help!

Thaks

Hong
 
Old 02-27-2005, 08:54 AM   #5
perfect_circle
Senior Member
 
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783

Rep: Reputation: 53
Quote:
Originally posted by hongman
Thanks. I do have xine it seems, so I am downloading the all codec package now.

Do I literally just uncompress it into that dir, and it'll all work?

Thanks

Hong
You may also need to edit .xine/config (it's created in the home directory of the user when running xine for the first time )and uncomment the line, if this doesn't work by default:
# path to Win32 codecs
# string, default: /usr/lib/win32
codec.win32_path:/usr/lib/win32
 
Old 02-27-2005, 08:58 AM   #6
hongman
Member
 
Registered: Feb 2005
Location: UK
Distribution: Knoppix 3.7
Posts: 285

Original Poster
Rep: Reputation: 35
Thanks perfect circle

Just one slight problem, I dont have /usr/lib/win32. Closest I get is usr/lib/wine...

Thank you

Hong
 
Old 02-27-2005, 09:16 AM   #7
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
If you don't have it then you have to create it
 
Old 02-27-2005, 09:17 AM   #8
perfect_circle
Senior Member
 
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783

Rep: Reputation: 53
Quote:
Originally posted by hongman
Thanks perfect circle

Just one slight problem, I dont have /usr/lib/win32. Closest I get is usr/lib/wine...

Thank you

Hong
create it. Do as root
Code:
mkdir /usr/lib/win32
 
Old 02-27-2005, 09:27 AM   #9
hongman
Member
 
Registered: Feb 2005
Location: UK
Distribution: Knoppix 3.7
Posts: 285

Original Poster
Rep: Reputation: 35
thanks

I created it. Now, do you know how I can get Knoppix to remember to use Xine as my default?

Thanks!

Hong
 
Old 02-27-2005, 10:14 AM   #10
perfect_circle
Senior Member
 
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783

Rep: Reputation: 53
As far as i can remember knoppix uses KDE by default.
So, first of all check if xine can play the file:
right click on the file-> Open With... if xine is not present on the list choose Other and in the command box type xine.

If everything is ok, then click on the file->properties there should be a small button in the middle of the properties box to configure things. Click it. If xine is in the list, move it to the top of the list. If not create a xine entry by pressing Add.

P.S. Hope the wma files you have do not have to aquaer lincence files (encrypted micro$oft files), or you may have problems.
P.P.S when you put the codecs in win32, you should have put all the files without the all-something folder.
ls -ld /usr/lib/win32 should show you the files not the folder.
 
Old 02-27-2005, 11:08 AM   #11
hongman
Member
 
Registered: Feb 2005
Location: UK
Distribution: Knoppix 3.7
Posts: 285

Original Poster
Rep: Reputation: 35
Thanks Perfect_Circle:

ALL SORTED!

Thanks again!

Hong
 
Old 02-27-2005, 11:24 AM   #12
hongman
Member
 
Registered: Feb 2005
Location: UK
Distribution: Knoppix 3.7
Posts: 285

Original Poster
Rep: Reputation: 35
One more thing

Each time I click on a song it opens up new instance of xine, how do I make it use the one already open??
 
Old 02-27-2005, 11:34 AM   #13
perfect_circle
Senior Member
 
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783

Rep: Reputation: 53
If the data in your signature are correct, having 1G for swap is just a waste of space. The 2xRAM rule is for system with little RAM. I don't think you'll ever need more than 128MB of Swap, so having 256 or 512MB of swap is more than enough. But 1GB is just a waist of space...
Just my humble opinion....
 
Old 02-27-2005, 12:21 PM   #14
hongman
Member
 
Registered: Feb 2005
Location: UK
Distribution: Knoppix 3.7
Posts: 285

Original Poster
Rep: Reputation: 35
And your opinion is valued. How would I reduce it?
 
  


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
Beep Media Player WMA mburoff Linux - Software 1 12-06-2005 06:08 AM
Beep media player and wma Daniel49 Ubuntu 6 10-22-2005 09:29 PM
Is there a WMA compatable player for linux? enigma Z Linux - Software 6 09-02-2004 06:37 PM
WMA File Player? tsunami7 Linux - Software 1 12-04-2003 03:44 AM
*.WMA player 4 linux hunter_one Linux - Software 4 08-30-2003 04:03 PM

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

All times are GMT -5. The time now is 10:03 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