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

30th January 2008, 08:11 PM
|
|
Registered User
|
|
Join Date: Jan 2008
Location: Farum, Denmark
Age: 28
Posts: 314

|
|
|
Recommend me a music player and a video player?
Hello. I am a Linux newbie, having recently installed Linux, and now I am looking for good programs to fill the shoes of the various programs I used to used in Windows.
Among other things, I need a good music player and a good video player. It can be a single program that does both, or two different ones, I don't mind. I do, however, have some requirements.
1. Both players must have the "skip N seconds back/forward" feature. (In Windows, WinAmp and GOM player have this, but most other players, AFAIK, do not.) Bonus points if you can customize the interval N.
2. Both players must have the option to set up global hotkeys, so you can pause, play and skip from anywhere without having to find the program window.
3. The music player must have the option to minimize to the system tray or equivalent (and still play, of course).
Can anyone recommend me some players that fit the above requirements?
Thanks in advance.
- Spectrum
|

30th January 2008, 11:03 PM
|
 |
Registered User
|
|
Join Date: Dec 2007
Location: Wisconsin
Posts: 196

|
|
For music player I'd say consider using MPD and GMPC as a front end.
1. This feature MAY take a bit more work. I know you can "seek" ahead a certain amount of seconds via mpc and the command line. I'm surprised this feature isn't already in GMPC (perhaps it is and I'm just not aware!). I'll get back to you on this.
2. In GMPC go to Music->Preferences->Multimedia Keys. Works great.
3. Simple again. Go to Music->Preferences->Interface and check the "Hide on Close" box. It will show up in the system tray. You can pause, play, go forward/back by right-clicking on the icon. You can check this out too, it may do more - not sure. http://mpd.wikia.com/wiki/Client:Mpd-applet
Code:
su -
yum install mpd mpc gmpc
Once installed check this for configuring:
http://mpd.wikia.com/wiki/Configuration
If you need more help, post back. I can't offer much on video players. I know for a fact totem has "go" feature that you can customize the amount. Not sure about hotkeys though .. I'd imagine it would.
Code:
su -
yum install totem
__________________
So dawn goes down to day,
Nothing gold can stay.
|

31st January 2008, 02:53 PM
|
|
Registered User
|
|
Join Date: Jan 2008
Location: Farum, Denmark
Age: 28
Posts: 314

|
|
|
Thanks for the reply. I tried GMPC, but I couldn't get it to work. It kept giving me "cannot connect" errors, and I was unable to find documentation explaining why it had to "connect" to anything in the first place.
But I found Amarok and so far am liking it. I think I'm going to stick with that, unless I find something better.
Thanks anyway.
|

31st January 2008, 02:59 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by SpectrumDT
Thanks for the reply. I tried GMPC, but I couldn't get it to work. It kept giving me "cannot connect" errors, and I was unable to find documentation explaining why it had to "connect" to anything in the first place.
But I found Amarok and so far am liking it. I think I'm going to stick with that, unless I find something better.
Thanks anyway.
|
For video try Xine
Code:
su
rpm -ivh http://rpm.livna.org/livna-release-8.rpm
yum erase totem totem-mozplugin
yum install totem-xine totem-xine-mozplugin xine-lib-extras-nonfree xine-lib-extras xine libdvdcss
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

31st January 2008, 04:34 PM
|
 |
Registered User
|
|
Join Date: Dec 2007
Location: Wisconsin
Posts: 196

|
|
Is the "cannot connect" error appearing in GMPC? If so that's because you didnt install (and configure) MPD properly. MPD is a client/server setup. You can create a central server which other clients (computers) in your home can connect to, and all play the same music off of there. Or you can use it one just one computer, like I do. But if Amarok works for you that's cool. It seems to be many users music player of choice.
If you decide you don't like Amarok and you don't want to fiddle with MPD consider checking out Audacious. It's a fork of a project whose goal was to essentially create a compy of Winamp. It might have all the features you wanted, and in addition it will have a familiar look.
__________________
So dawn goes down to day,
Nothing gold can stay.
|

31st January 2008, 05:39 PM
|
 |
Registered User
|
|
Join Date: May 2007
Location: U.S.
Posts: 4,852

|
|
Quote:
|
Originally Posted by Bslagowski
Is the "cannot connect" error appearing in GMPC? If so that's because you didnt install (and configure) MPD properly. MPD is a client/server setup. You can create a central server which other clients (computers) in your home can connect to, and all play the same music off of there. Or you can use it one just one computer, like I do. But if Amarok works for you that's cool. It seems to be many users music player of choice.
If you decide you don't like Amarok and you don't want to fiddle with MPD consider checking out Audacious. It's a fork of a project whose goal was to essentially create a compy of Winamp. It might have all the features you wanted, and in addition it will have a familiar look. 
|
Other players similar to Amarok include (these may not be what you're looking for, but take a look): Exaile, Banshee, Rhythmbox, gtkpod.
I'm really liking the concept of XMMS2 which uses the client/server model for a music player, but you'd probably have to look around for a frontend with the features you're looking for (I think XMMS2 - the server or backend - supports those features you're looking for).
Unfortunately, I don't think either XMMS2 or its frontends are in the repositories so you'll have to install from source code.
http://wiki.xmms2.xmms.se/index.php/Main_Page
As for video players, can't be of much help there. I swear by VLC (it's in the Livna repository) but I don't know if it has the features you're seeking. I don't watch a lot of video.
If you haven't so far, install yumex (yum install yumex) - it lets you sort all the programs available in repositories into categories for convenient browsing, and shows package descriptions in the same GUI. Nice for browsing around.
__________________
- Tom
"What is freedom? To have the will to be responsible for one's self." - Stirner
Last edited by forkbomb; 31st January 2008 at 05:41 PM.
|

31st January 2008, 06:47 PM
|
|
Registered User
|
|
Join Date: Jul 2005
Location: California
Posts: 132

|
|
|
I use audacious for audio and mplayer for video.
Audacious in my opinion in the best lean audio player around since it has support for more audio formats and is actively developed using latest versions of software.
Mplayer is hard to beat when it comes to videos since anything the internal decoders won't play there is win32 codecs for.
|

1st February 2008, 12:11 AM
|
|
Registered User
|
|
Join Date: Dec 2007
Posts: 114

|
|
Quote:
|
Originally Posted by leigh123@linux
For video try Xine
Code:
su
rpm -ivh http://rpm.livna.org/livna-release-8.rpm
yum erase totem totem-mozplugin
yum install totem-xine totem-xine-mozplugin xine-lib-extras-nonfree xine-lib-extras xine libdvdcss
|
I could not play .avi in firefox before, i ran this code and it now plays .avi. Thanks a lot
__________________
" Choose a job. Choose a career. Choose a family.
Choose life."
After installing a 40gbps network, they said:
"The most difficult part of the whole project was installing Windows on Sigbritt's PC,"
- http://www.thelocal.se/7869/20070712/
|

2nd February 2008, 09:51 PM
|
|
Registered User
|
|
Join Date: Jan 2008
Location: Farum, Denmark
Age: 28
Posts: 314

|
|
Quote:
|
Originally Posted by leigh123@linux
For video try Xine
|
Thanks. Does Xine support the features I asked for above? (I can't immediately find them in the menus.)
|

2nd February 2008, 10:29 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by SpectrumDT
Thanks. Does Xine support the features I asked for above? (I can't immediately find them in the menus.)
|
I think so ( if you look in the xine menu they are listed , see screen shot )
If xine doesn't fit the bill try mplayer with the smplayer front-end
Code:
su
yum install mplayer
Then get smplayer from the link below
http://forums.fedoraforum.org/forum/...d.php?t=172405
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Last edited by leigh123linux; 3rd February 2008 at 07:11 PM.
|

3rd February 2008, 10:25 PM
|
|
Registered User
|
|
Join Date: Jan 2008
Location: Farum, Denmark
Age: 28
Posts: 314

|
|
|
Thanks for the replies, everyone.
I think Xine is the best I've found so far.
|

4th February 2008, 04:06 AM
|
 |
Administrator
|
|
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224

|
|
|
I like totem xine, features of xine through a nice UI. You'll need Livna to install it though. VLC is pretty nice, too. For audio I prefer rhythmbox or exaile.
Firewing1
|

4th February 2008, 07:25 PM
|
|
Registered User
|
|
Join Date: Jan 2008
Location: Farum, Denmark
Age: 28
Posts: 314

|
|
Quote:
|
Originally Posted by Firewing1
I like totem xine, features of xine through a nice UI. You'll need Livna to install it though. VLC is pretty nice, too. For audio I prefer rhythmbox or exaile.
Firewing1
|
Does it have the skipping feature that I need (as described above)?
|

4th February 2008, 07:33 PM
|
 |
Registered User
|
|
Join Date: Dec 2007
Location: Wisconsin
Posts: 196

|
|
Xine is just the backend. Totem should have all the features. Here's a bunch of frontends.
http://xinehq.de/index.php/releases
__________________
So dawn goes down to day,
Nothing gold can stay.
|

4th February 2008, 09:43 PM
|
 |
Administrator
|
|
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224

|
|
Quote:
|
Originally Posted by SpectrumDT
Does it have the skipping feature that I need (as described above)?
|
It has skip to, but not skip n seconds.
Firewing1
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 01:52 (Sunday, 19-05-2013)
|
|
 |
 |
 |
 |
|
|