Exaile

From ArchWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Exaile is a music manager and player for GTK written in Python. It incorporates automatic fetching of album art, lyrics fetching, Last.fm scrobbling, support for many portable media players, internet radio such as shoutcast, and tabbed playlists.

Installation

Install the exaileAUR package.

If you use ALSA and want to use alsasink instead of the default one, install gstreamer0.10-base-pluginsAUR available in the Official repositories. This may solve problem if no sound is heard after installation and also when trying to play several sources simultaneously.

Enabling cover art, lyrics, and guitar tablature

Tango-inaccurate.pngThe factual accuracy of this article or section is disputed.Tango-inaccurate.png

Reason: One of these packages was dropped to the AUR and the other was dropped entirely. These are not listed dependencies of Exaile itself [1], nor do they seem to be listed dependencies of the relevant plugins. Are these packages really required? (Discuss in Talk:Exaile#Enabling cover art, lyrics, and guitar tablature)

gnome-python-extras[broken link: package not found] and libgtkhtmlAUR are needed to enable the cover art, lyrics, guitar tablature, and wiki features of Exaile.

Playing audio CDs

Exaile requires python-cddb to play audio CDs. The correct package for this is cddb-pyAUR.

Enabling multimedia keys irrespective of DE/WM

First, run xev and retrieve the keycodes for the Previous, Next, Play, Stop, and Mute keys. Then create a textfile and add lines in the following format: keycode 173 = XF86AudioPrev. Replace the keycode (173) with your own keycode for the Previous key. Repeat the process for the other keys, substituting 'Prev' for 'Next', 'Play', 'Stop', and 'Mute'.

Then edit ~/.xinitrc and add the line xmodmap <file name> prior to the 'exec' command (if there is one) for the DE/WM, where <file name> is the path to the text file created above.

Finally, in Exaile, go to Edit > Preferences > Plugins, and enable the XKeys plugin. After a restart, multimedia keys should work.

Troubleshooting

Progress bar stuck at 0:00

First, make sure there are no problems with your sound architecture (ALSA, OSS, etc.). And your playback sink in Exaile is set correctly. Try setting it to automatic first.

If you are trying to listen to an MP3 file, try playing an audio file encoded in a different format, such as .ogg or .flac. If these play correctly then try installing gstreamer0.10-ugly-pluginsAUR.

"Playback error encountered! Configured audiosink bin0 is not working"

If you are getting a message like this, or "Configured audiosink bin1 is not working" (or with another number after 'bin'), it may be because Flash is blocking the use of ALSA by Exaile. You can fix this by running

killall npviewer.bin

In certain cases (such as if a YouTube video has finished playing), Flash may be blocking the use of ALSA even if an 'npviewer.bin' process is not running. In that case, refreshing the offending page while using a Flash blocking browser extension should fix the problem.

"Last.fm Loved Tracks" plugin not working

When launched from console, Exaile emits a warning in the command line:

WARNING : Error while connecting to Last.fm network: 'module' object has no attribute 'LastFMNetwork'

You need to install the python2-pylastAUR package from AUR.

"Playback error encountered! No suitable plugins found"

Install all plugin packages listed in the GStreamer article and try again.

Known issues

Playing from SMB share

Unfortunately, Exaile does not support smb protocol.