On Kubuntu Lucid I only find Exaile to be sufficient for handling my 15k tracks, but after installing Python2.5 (for Google AppEngine) then this fine large collection player gives the unfortunate errors:
ImportError: No module named gobject
AttributeError: 'Exaile' object has no attribute 'dbus'
Somehow Python2.5 overrides Python2.6 as the default, so to upgrade your snake-script you have to:
sudo rm /usr/local/bin/python
sudo ln -s /usr/bin/python2.6 /usr/local/bin/python
For KDE I calmly recommend making a custom Input Actions group (System Settings) for Exaile with the following commands (you'll figure it out):
Stop: exaile -s
ToggleUI: exaile --toggle-visible
Play/Pause: exaile -t
NextSong: exaile -n
Enjoy your 50,000 hours of music, I know I'll do.
No comments:
Post a Comment