Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Community Discussions > The Community Cafe
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

The Community Cafe
The Community Chat area is for lighthearted and enjoyable discussions, like you might find around a water cooler at work.

Almost any non-tech-support topic may be discussed here. Discussions on religion and politics are not allowed, except for politics directly related to free and open source issues. Any topic or discussion that causes problems or drama will be closed. This area is intended for fun and community building, not arguments. Please take those elsewhere. Thanks!

 
Thread Tools Display Modes
Old April 13th, 2006   #1
synic
A Carafe of Ubuntu
 
synic's Avatar
 
Join Date: Apr 2005
Location: SLC, Utah
Beans: 83
Ubuntu 6.06
Send a message via MSN to synic
Talking New music player - Exaile!

I released Exaile 0.2b2 today. I really like Amarok, but I was hoping for a gtk+ alternative, so I started Exaile. I know ... I know, there are tons of media players out there, but I see this as a fun way to learn python and gtk+.

Some screenshots can be found here:

http://www.exaile.org

It's beta, but if you're bored, check it out. Here's what you'll need to do:

Code:
# sudo apt-get install python-gtk2 python-pysqlite2 python-pymad libgstreamer0.10 libgstreamer0.10-plugins-good python-gst0.10 python-pyogg
# wget http://www.exaile.org/files/exaile_0.2b4_i386.deb
# sudo dpkg -i exaile_0.2b4_i386.deb
.. and a new icon will show up in Applications->Sound and Video

Go to Tools->Library Manager, add your music directory, and away you go.

Optional: If you want mp3 support, install gstreamer0.10-plugins-ugly, and if you want wma, install gstreamer0.10-ffmpeg

Feedback and comments are appreciated!

-synic

Last edited by synic; July 28th, 2006 at 12:50 PM..
synic is offline  
Old April 13th, 2006   #2
Seaman
Just Give Me the Beans!
 
Seaman's Avatar
 
Join Date: Jan 2006
Location: Sweden, Stockholm
Beans: 40
Ubuntu 7.10 Gutsy Gibbon
Re: New music player - Exaile!

It looks quite nice, you should try to get it into the repos.

A question, what does Exaile have that for example Banshee doesn't?
Seaman is offline  
Old April 13th, 2006   #3
xXx 0wn3d xXx
Dark Roasted Ubuntu
 
xXx 0wn3d xXx's Avatar
 
Join Date: Jan 2006
Beans: 1,113
Ubuntu 7.10 Gutsy Gibbon
Send a message via AIM to xXx 0wn3d xXx
Re: New music player - Exaile!

I like it Very nice.
xXx 0wn3d xXx is offline  
Old April 13th, 2006   #4
synic
A Carafe of Ubuntu
 
synic's Avatar
 
Join Date: Apr 2005
Location: SLC, Utah
Beans: 83
Ubuntu 6.06
Send a message via MSN to synic
Re: New music player - Exaile!

re: banshee

It supports streams, automatic cover art, and queueing. I don't think the banshee version in breezy has these.
synic is offline  
Old April 13th, 2006   #5
renzokuken
Fresh Brewed Ubuntu
 
renzokuken's Avatar
 
Join Date: Oct 2005
Location: Southampton, UK
Beans: 1,363
Hardy Heron (Ubuntu Development)
Send a message via MSN to renzokuken
Re: New music player - Exaile!

install went fine

just importing my library now, i like the "random 100" function, gonna be the first thing i try.

ok, all working now, slapped on random 100 and first track up is Simple Minds - Dont You Forget About Me (Breakfast Club, awesome film)

anyways, all looks good, seems to have a bit more functionality than Listen which is good

EDIT: been playing for a bit now dude, i really like it, fast database, simple and effective

one question, how can i create a desktop launcher for this?
__________________
======================================
Explosion at pie factory in Huddersfield.
3.14159265 confirmed dead !!
======================================

Last edited by renzokuken; April 13th, 2006 at 06:15 PM..
renzokuken is offline  
Old April 13th, 2006   #6
xXx 0wn3d xXx
Dark Roasted Ubuntu
 
xXx 0wn3d xXx's Avatar
 
Join Date: Jan 2006
Beans: 1,113
Ubuntu 7.10 Gutsy Gibbon
Send a message via AIM to xXx 0wn3d xXx
Re: New music player - Exaile!

Quote:
Originally Posted by renzokuken
install went fine

just importing my library now, i like the "random 100" function, gonna be the first thing i try.

ok, all working now, slapped on random 100 and first track up is Simple Minds - Dont You Forget About Me (Breakfast Club, awesome film)

anyways, all looks good, seems to have a bit more functionality than Listen which is good

EDIT: been playing for a bit now dude, i really like it, fast database, simple and effective

one question, how can i create a desktop launcher for this?
Point the launcher to /home/USERNAME/exaile/exaile <= Replace the USERNAME with your username.
xXx 0wn3d xXx is offline  
Old April 13th, 2006   #7
renzokuken
Fresh Brewed Ubuntu
 
renzokuken's Avatar
 
Join Date: Oct 2005
Location: Southampton, UK
Beans: 1,363
Hardy Heron (Ubuntu Development)
Send a message via MSN to renzokuken
Re: New music player - Exaile!

that doesnt work....does the run file not need the "./" in front of it to start

could i not make a link to it in /usr/bin then launch ./exaile

or write a little bash script for it?
__________________
======================================
Explosion at pie factory in Huddersfield.
3.14159265 confirmed dead !!
======================================
renzokuken is offline  
Old April 13th, 2006   #8
endersshadow
Dipped in Ubuntu
 
endersshadow's Avatar
 
Join Date: Oct 2005
Location: Dallas
Beans: 616
Ubuntu 7.04 Feisty Fawn
Re: New music player - Exaile!

Quote:
Originally Posted by renzokuken
that doesnt work....does the run file not need the "./" in front of it to start

could i not make a link to it in /usr/bin then launch ./exaile

or write a little bash script for it?
You just need to point it to the executable. Alternatively, you could do:

sudo ln -s /path/to/exaile /usr/bin/exaile

Then you'll be able to run it with just the command "exaile" (sans quotes) instead...going to install now

First impressions:

I'm really impressed with this player. You did a fantastic job with the interface and the features. Below, I'm just collecting bugs that I've found and/or noticed for recordkeeping...but all in all fantastic job, and I'd love for this to continue to be improved!

-It doesn't show any other mounted drives in the Library Manager when you go to add a file. For example, I've got 2 other mounted partitions that I had to go through root (/) to get to...not really a problem, but it might leave users who aren't sure where those are mounted a bit confused at first.

-Customizable smart playlists would be an awesome feature.

-My playlists disappear when I have multiple tabs open and I scroll between them...they just...become blank...

Last edited by endersshadow; April 13th, 2006 at 06:53 PM..
endersshadow is offline  
Old April 13th, 2006   #9
synic
A Carafe of Ubuntu
 
synic's Avatar
 
Join Date: Apr 2005
Location: SLC, Utah
Beans: 83
Ubuntu 6.06
Send a message via MSN to synic
Re: New music player - Exaile!

Quote:
Originally Posted by endersshadow
-My playlists disappear when I have multiple tabs open and I scroll between them...they just...become blank...
Hrmm, if you have something typed into the filter box, it applies to all tabs - could this be what's happening?
synic is offline  
Old April 13th, 2006   #10
Stormy Eyes
May the Ubuntu Be With You!
 
Stormy Eyes's Avatar
 
Join Date: Apr 2005
Location: Under the Jolly Roger
Beans: 1,564
Re: New music player - Exaile!

Nice work so far, synic. I had to write a script to cd to the install directory, but that's no problem. I'd suggest tweaking the cover fetching routine. The first cover that amazon.com returns isn't always the right one. For example, I played Imaginos by Blue Oyster Cult, but for some reason, Exaile used the cover from Blind Guardian's Imaginations from the Other Side album. Granted, I can easily set a custom cover, but I'm a bit spoiled by gmusicbrowser's offering me a choice of covers.
__________________
My sole duty is to my own happiness and well-being. I recognize no other.
Stormy Eyes is offline  

Bookmarks

Thread Tools
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


All times are GMT -4. The time now is 05:58 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry