Page 50 of 121 FirstFirst ... 40484950515260100 ... LastLast
Results 491 to 500 of 1202

Thread: New music player - Exaile!

  1. #491
    Join Date
    Aug 2006
    Location
    Shepherdstown, WV - USA
    Beans
    151
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: New music player - Exaile!

    Enjoying this so far. version 0.2.4

    I second the Last.fm radio functionality! That would be great!

    I also noticed the about window bug, but hardly an issue since it closes fine with the x.

    Great job! I'm looking forward to watching the progress of this!

  2. #492
    Join Date
    Jul 2006
    Location
    Virginia, USA
    Beans
    126
    Distro
    Ubuntu

    Re: New music player - Exaile!

    Exaile 0.2.5b for Dapper(Amd64)

    Download package from here. Of course then unpack the archive using file-roller or similiar.

    then in a terminal

    Code:
    sudo dpkg -i exaile_0.2.5b_amd64.deb

  3. #493
    Join Date
    Sep 2006
    Location
    Sunny Florida
    Beans
    944
    Distro
    Ubuntu 6.10 Edgy

    Re: New music player - Exaile!

    Giving it a try now- Just switched back to Gnome, and Amarok is being a bit sketchy for me

    Seems good so far
    Bean Count!=Knowledge (see above)
    Microsoft gives you windows, linux gives you the whole house

  4. #494
    Join Date
    Apr 2005
    Beans
    1,395

    Re: New music player - Exaile!

    Will 0.2.5b be available for Dapper?
    ASUS Zenbook 14 Ubuntu 22.10

  5. #495
    Join Date
    Oct 2006
    Beans
    15

    Re: New music player - Exaile!

    hmm, the opening of m3u files doesn't work. It only loads the first track into the playlist. I've reported a bug on the exaile forums.

  6. #496
    Join Date
    Jul 2006
    Location
    Virginia, USA
    Beans
    126
    Distro
    Ubuntu

    Re: New music player - Exaile!

    Quote Originally Posted by NyquistLimit View Post
    hmm, the opening of m3u files doesn't work. It only loads the first track into the playlist. I've reported a bug on the exaile forums.
    yeah the cvs did that. forgot to report though

  7. #497
    Join Date
    Jul 2006
    Location
    Virginia, USA
    Beans
    126
    Distro
    Ubuntu

    Re: New music player - Exaile!

    Howto: Building exaile from source.
    Update: All Dependencies should be fixed now.
    First
    ALT+F2 gnome-terminal, click run then
    Code:
    wget http://exaile.org/files/exaile_0.2.6.tar.gz
    Second
    Code:
    tar xvfz exaile_0.2.6.tar.gz
    Third
    Code:
    sudo apt-get install build-essential dpkg-dev debhelper libgstreamer0.10-0 gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-ugly python-gst0.10 gstreamer0.10-esd gstreamer0.10-alsa python2.4 python2.4-dev python2.4-gtk2 python-gtk2-dev python-glade2 python2.4-dbus python-pyvorbis python-mutagen python-pysqlite2 python-elementtree python2.4-gnome2-extras python-cddb streamripper
    Forth
    Code:
    cd exaile*
    Fifth
    Code:
    make
    Sixth
    Code:
    sudo dpkg-buildpackage
    wait for it to build

    Seventh
    Code:
    cd ..
    Eighth
    Code:
    sudo dpkg -i exaile*.deb
    If it does not work when you go to run it. Do this but I didn't seperate everything. Just follow line by line.
    Code:
    wget http://www.sacredchao.net/~piman/software/mutagen-1.8.tar.gz
    tar xvfz mutagen-1.8.tar.gz
    cd mutagen*
    ./setup.py build
    sudo "./setup.py install"
    Last edited by cborga1985; November 22nd, 2006 at 02:27 AM. Reason: Additional Information

  8. #498
    Join Date
    Mar 2005
    Location
    Dubrovnik, Croatia
    Beans
    25
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: New music player - Exaile!

    Has anyone considered in making an XChat plugin for Exaile, so that you can control Exaile from XChat and also announce what's playing on the current IRC channel?

  9. #499
    Join Date
    Apr 2005
    Beans
    1,395

    Re: New music player - Exaile!

    Quote Originally Posted by cborga1985 View Post
    the package for edgy will probably work

    First
    ALT+F2 type gnome-terminal and click run

    Second
    Code:
    wget http://exaile.org/files/exaile_0.2.5b_i386.deb
    Third
    Code:
    sudo dpkg -i http://exaile.org/files/exaile_0.2.5b_i386.deb
    if the above does not work do this with the gnome-terminal open

    First
    Code:
    wget http://exaile.org/files/exaile_0.2.5b.tar.gz
    Second
    Code:
    sudo apt-get install build-essential python python-dev python-gtk2 python-gtk2-dev python-gpod python2.4-dbus gstreamer0.10-plugins-good gstreamer0.10-plugins-ugly dpkg-dev
    Third
    Code:
    cd exaile*
    Forth
    Code:
    make
    Fifth
    Code:
    sudo dpkg-buildpackage
    wait for it to build

    Sixth
    Code:
    cd ..
    Seventh
    Code:
    sudo dpkg -i exaile*.deb
    That was a mouthful
    Hey, thanks a lot. Edgy package did not work, but making a deb with dpkg-buildpackage was easy. You missed one step though.

    Code:
    tar xvfz exaile_0.2.5b.tar.gz
    It may be a good idea to add this small how-to to the first page or did a separate post on howtos forum.
    ASUS Zenbook 14 Ubuntu 22.10

  10. #500
    Join Date
    Dec 2005
    Location
    England
    Beans
    894

    Re: New music player - Exaile!

    why don't you just set up a repo? its really easy; reprepro isn't exactly hard.

    i'd do it, but my upstream's really slow (61KiB/s)
    Last edited by .t.; November 4th, 2006 at 12:22 PM.

Page 50 of 121 FirstFirst ... 40484950515260100 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •