Exaile 0.2.11 for maemo
I’ve updated the maemo port of Exaile to version 0.2.11. There are not many visible changes, apart from alphabetic separators in the collection list. I now include the bytecode-compiled pyc files, so startup time should be reduced slightly. It still takes a bit long to start up though. I’ve been using this for about a month now and it seems to be stable enough.
This will probably be the last release for OS2007. I’ll make a release for OS2008 once I have that installed and working on my N800.
Hey,
just some feedback about exaile on os2008:
Nokia-N800-44-4:/media/mmc1# exaile
python[3920]: GLIB WARNING ** libglade - unknown attribute `comments’ for .
(… same message over and over… )
python[3920]: GLIB WARNING ** libglade - unknown attribute `comments’ for .
setup_nokia_pipeline
Traceback (most recent call last):
File “/usr/bin/exaile”, line 144, in
main()
File “/usr/bin/exaile”, line 136, in main
exaile = exailemain.ExaileWindow(options, xl.path.firstrun)
File “/usr/lib/exaile/xl/gui/main.py”, line 135, in __init__
self.player = player.ExailePlayer(self)
File “/usr/lib/exaile/xl/player.py”, line 380, in __init__
GSTPlayer.__init__(self)
File “/usr/lib/exaile/xl/player.py”, line 61, in __init__
self.setup_playbin()
File “/usr/lib/exaile/xl/player.py”, line 527, in setup_playbin
GSTPlayer.setup_playbin(self)
File “/usr/lib/exaile/xl/player.py”, line 67, in setup_playbin
self.setup_nokia_pipeline()
File “/usr/lib/exaile/xl/player.py”, line 106, in setup_nokia_pipeline
‘gnomevfssrc name=source ! id3lib ! dspmp3sink name=sink’)
GError: no element “id3lib”
id3lib (+python 2.5 bindings) are installed.
Comment by paul — 2007-12-04 @ 6:05
Thanks for the bug report.
If you want a quick fix just edit /usr/lib/exaile/xl/player.py and change id3lib to id3demux.
I’ve made a new release for OS2008 that fixes things via a better way, and has other improvements, so you’ll probably want that.
Comment by twegener — 2007-12-05 @ 22:25
thanks a lot, works great!
Comment by paul — 2007-12-22 @ 21:12