Exaile

提供: ArchWiki
2015年2月16日 (月) 14:33時点におけるKusakata (トーク | 投稿記録)による版 (ページの作成:「Category:プレイヤー en:Exaile es:Exaile it:Exaile ru:Exaile [http://www.exaile.org/ Exaile] は Python と GTK+ で書かれた音楽マネージ...」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動 検索に移動

Exaile は Python と GTK+ で書かれた音楽マネージャ・プレイヤーです。アルバムアートの自動取得、歌詞の取得、Last.fm の Scrobble、ポータブルメディアプレイヤーのサポート、shoutcast などのインターネットラジオ、タブ式プレイリストなどの機能があります。

インストール

AUR から exaileAURインストールしてください。

ALSA を使っていて alsasink を使いたい場合は、公式リポジトリから gstreamer0.10-base-pluginsインストールしてください。インストールした後に音が聞こえない場合や、複数の音源を同時に再生しようとすると音が聞こえない場合はこれで解決することがあります。

カバーアート、歌詞、タブ譜を有効にする

カバーアートや歌詞、タブ譜、Exaile の wiki 機能などを有効にするには gnome-python-extraslibgtkhtmlAUR が必要です。

オーディオ CD を再生

Exaile でオーディオ CD を再生するには python-cddb が必要です。必要なパッケージは cddb-py になります。

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.

トラブルシューティング

プログレスバーが 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're 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-plugins.

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

If you're 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" プラグインが動作しない

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-pylast package from AUR.

既知の問題

SMB 共有からの再生

Unfortunately, Exaile does not support smb protocol.