Comment 26 for bug 139584

Revision history for this message
Jonathan Tsai (jontsai) wrote :

Well, I just spent about 20 or so hours over the last two days learning how to get this plugin to work =). The existing API that can be found out there completely changed from Exaile 0.2.x to Exaile 0.3.x and is now obsolete, and the documentation was completely off. I am working off of Ubuntu Lucid Lynx. First, to get on the same, page, I needed to get the latest stable Exaile.

From: https://launchpad.net/~exaile-devel/+archive/ppa
    sudo add-apt-repository ppa:exaile-devel/ppa
    sudo apt-get update
    sudo apt-get install exaile

On my system, I use found the code just by doing
    which exaile
    less /usr/bin/exaile
    cd /usr/lib/exaile
    ...

Then I went to town

I created a new GitHub repository for this project so that people can work together on it collaboratively!
https://github.com/jontsai/Exaile-HTTP-Server

The build that I made today that works can be found here: https://github.com/jontsai/Exaile-HTTP-Server/downloads

Also attached here for convenience.