Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 25th August 2005, 12:18 AM
AndyCooll Offline
Registered User
 
Join Date: Jun 2005
Posts: 39
amaroK: no Xine engine available & cannot play mp3's

I came across amaroK (version 1.3) and thought that it would be an excellent multimedia player for the wife. She's from a Windows background and I'm converting her over to Linux. Xine is ok but it's a bit fiddly to navigate through variouus music folders. amaroKs user friendly drag and drop capabilities and playlist features etc are just what she needs! Just one small problem, I cannot get it to play mp3's!!!

I'm running FC4 and first time round simply installed amaroK. Then I find out that it uses other players "engines" and might need these installing first. No problem says I, I've got Xine installed (and that currently happily plays mp3's)... unfortunately however amaroK doesn't see the Xine engine... and though it DOES see gstreamer it says that doesn't support mp3's .

So I head to the forums. And from various bits of advice I then installed kdemultimedia-extras (since I came across a post that said I might need this). I also installed gstreamer-plugins-mp3. And I made sure the various devel files were installed since these were mentioned in the amaroK FAQ's. Then I uninstalled and re-installed, but still no Xine engine, and still no mp3 capabilities.

Next I try installing all these on another FC4 laptop BEFORE I install amaroK for the first time... but the results are the same. So, finally I try installing it on my Ubuntu Linux pc. And would you belive it... that displays the Xine engine no problem and plays mp3's sweet as a nut!!

So, how can I get amaroK first to see the Xine engine. And secondly, if that ain't possible, at least to play mp3's on FC4?
Reply With Quote
  #2  
Old 25th August 2005, 06:18 AM
niko123456 Offline
Registered User
 
Join Date: Jun 2005
Posts: 186
well to be honest, I dont like gStreamer much and the amaroK devs seem to be favouring this less and less. however, once you've installed all the extra rpm's which enable gstreamer to play mp3's, it should work. follow the multimedia guide on this site.

however, seeing as though xine is a better engine you may aswell install it. head over to the xine website, grab the source for the newest version and install it. follow the instructions as described in either the README or INSTALL files in the tarball. (ps, to untar files you either issue the command with 'tar xzfv xine*', for files ending in .tar.gz, or 'tar xjfv xine' for files ending in .bz2. if you dont feel comfortable compiling from source or it gets too annoying (it is easy really), then download the xine-devel package.

hopefully xine will compile and install okay. you can then go to the amarok.kde.org website and download the source for it. install amarok the same way as per xine. the installer will tell you if anything goes wrong. you'll also need taglib 1.4 - the link for it is included in the installation instructions.

basic instructions for compiling are (in a terminal):
unpack the source tarball
cd into the directory
./configure
make
su -c "make install"

its a fantastic program!
Reply With Quote
  #3  
Old 25th August 2005, 08:02 AM
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 44
Posts: 8,256
Did you install it from yum? It should install all needed dependecies.
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #4  
Old 26th August 2005, 01:51 AM
AndyCooll Offline
Registered User
 
Join Date: Jun 2005
Posts: 39
Thanks for your reply.

I would prefer to use Xine myself. And I HAVE already installed Xine. Works like a charm, been using it for awhile now, plays mp3's etc etc. However... I thought I'd try amaroK. And though Xine IS installed amaroK still doesn't let me choose the Xine engine for playback.

I've tried imstalling the latst version of Xine and then re-installing amaroK but I'm having a few problems. I'll try again tomorrow

Quote:
Originally Posted by niko123456
well to be honest, I dont like gStreamer much and the amaroK devs seem to be favouring this less and less. however, once you've installed all the extra rpm's which enable gstreamer to play mp3's, it should work. follow the multimedia guide on this site.

however, seeing as though xine is a better engine you may aswell install it. head over to the xine website, grab the source for the newest version and install it. follow the instructions as described in either the README or INSTALL files in the tarball. (ps, to untar files you either issue the command with 'tar xzfv xine*', for files ending in .tar.gz, or 'tar xjfv xine' for files ending in .bz2. if you dont feel comfortable compiling from source or it gets too annoying (it is easy really), then download the xine-devel package.

hopefully xine will compile and install okay. you can then go to the amarok.kde.org website and download the source for it. install amarok the same way as per xine. the installer will tell you if anything goes wrong. you'll also need taglib 1.4 - the link for it is included in the installation instructions.

basic instructions for compiling are (in a terminal):
unpack the source tarball
cd into the directory
./configure
make
su -c "make install"

its a fantastic program!
Reply With Quote
  #5  
Old 26th August 2005, 01:56 AM
AndyCooll Offline
Registered User
 
Join Date: Jun 2005
Posts: 39
Quote:
Originally Posted by imdeemvp
Did you install it from yum? It should install all needed dependecies.
Yes I did (or rather, I used Yum Extender), but it doesn't seem to have installed this dependency. When you install in Ubuntu it specifically mentions the Xine-amaroK plugin, but it never mentioned anything like this in Fedora
Reply With Quote
  #6  
Old 26th August 2005, 02:44 AM
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 44
Posts: 8,256
I think you should try to remove it and re-install via yum:
Code:
yum install amarok
and all needed dependencies should install....
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #7  
Old 30th August 2005, 07:17 PM
AndyCooll Offline
Registered User
 
Join Date: Jun 2005
Posts: 39
Ok, I'll try that. I'll let you know the results.

Quote:
Originally Posted by imdeemvp
I think you should try to remove it and re-install via yum:
Code:
yum install amarok
and all needed dependencies should install....
Reply With Quote
  #8  
Old 1st September 2005, 11:44 AM
dolby Offline
Registered User
 
Join Date: Aug 2005
Posts: 23
i installed from yum

Code:
 yum install amarok
and doesnt play mp3 atm
Reply With Quote
  #9  
Old 1st September 2005, 11:53 AM
dolby Offline
Registered User
 
Join Date: Aug 2005
Posts: 23
I installed gstreamer-plugins-mp3 and solved the problem
Reply With Quote
  #10  
Old 5th September 2005, 09:41 AM
AndyCooll Offline
Registered User
 
Join Date: Jun 2005
Posts: 39
Further feedback

Quote:
Originally Posted by dolby
I installed gstreamer-plugins-mp3 and solved the problem
Yeah, I promised I'd let you know how I went on and this essentially sums up my feedback.

I still cannot get the Xine engine to work, however I can now play MP3's using the gstreamer engine instead so this will do.

Ended up installing the gstreamer-plugins-mp3, kde-multimedia files and various gtk files (since these seemed to resolve dependency problems). Not sure whether I needed all that lot just for gstreamer to work, since I was really trying to get the Xine engine to work instead but there you go.
Reply With Quote
  #11  
Old 5th September 2005, 10:15 AM
niko123456 Offline
Registered User
 
Join Date: Jun 2005
Posts: 186
did you try compiling xine from source?
Reply With Quote
  #12  
Old 6th September 2005, 12:09 AM
AndyCooll Offline
Registered User
 
Join Date: Jun 2005
Posts: 39
Quote:
Originally Posted by niko123456
did you try compiling xine from source?
Do you mean Xine itself (which is working fine on my pc) or the Xine engine? The latter I didn't. Where can I get the file from?
Reply With Quote
  #13  
Old 6th September 2005, 03:14 AM
niko123456 Offline
Registered User
 
Join Date: Jun 2005
Posts: 186
you havent actually been reading anyones instructions are you? or following the multimedia guide?

xine the movie player and xine the engine are the same thing. they both make the same files. if you compile xine and amarok from source it means you will have all the files and amaroK will know what to do with them. if you install with rpm's, you'll need to get the development files. 'xine-devel'.
Reply With Quote
  #14  
Old 29th September 2005, 12:58 PM
AndyCooll Offline
Registered User
 
Join Date: Jun 2005
Posts: 39
Excuse me, but I HAD been reading everyones instructions AND (to my mind at least) attempting to follow them. I may not have understood them properly however and I apologise for that.

However it was only with your last reply that I understood that the only solution was to begin again and that it would only work properly if I installed from source (thank you for explaining that). For, no I hadn't installed from source, I had installed from rpm.
This I have now done and it works, so thanks everyone for your help.
Reply With Quote
  #15  
Old 29th September 2005, 06:02 PM
smfinley's Avatar
smfinley Offline
Retired Community Manager
 
Join Date: Jul 2004
Posts: 1,335
If you wish to use the xine engine with amarok install amorok, xine, and the extra codecs as described here, then do a "wget ftp://ftp.pbone.net/mirror/apt.kde-redhat.org/kde-redhat/fedora/4/i386/RPMS.stable/amarok-xine-1.3.2-0.1.fc4.kde.i386.rpm" and install it with an "rpm -ivh amarok-xine-1.3.2-0.1.fc4.kde.i386.rpm" as root.
__________________
Stanton Finley
stanton-finley.net
Reply With Quote
Reply

Tags
amarok, engine, mp3, play, xine

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Amarok lost flac support, using xine engine carlrow Using Fedora 3 6th October 2007 01:07 AM
amarok and ape files with xine engine kilgor Using Fedora 0 13th January 2007 01:04 PM
amarok-1.4.2 FC5 no xine engine anymore laiseng Using Fedora 11 2nd September 2006 11:47 AM
MP3's in Amarok won't play Arodef5 Using Fedora 6 5th May 2006 03:32 PM
Amarok, Noatun only play some mp3's since upgrade from fc3 to fc4 schwedentod Using Fedora 7 15th August 2005 04:45 PM


Current GMT-time: 13:36 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat