rev |
line source |
al@18116
|
1 pidgin-musictracker is a plugin for Pidgin which publicises your currently
|
al@18116
|
2 playing media to your contacts.
|
slaxemulator@7574
|
3
|
al@18116
|
4 Currently supported players:
|
slaxemulator@7574
|
5
|
al@18116
|
6 on Linux:
|
al@18116
|
7 * Amarok, Audacious, Banshee, Exaile, Last.fm feed, Listen, MOC, MPD, Quod
|
al@18116
|
8 Libet, Rhythmbox, Songbird + DBusBird addon, SqueezeCenter, Vagalume, XMMS,
|
al@18116
|
9 XMMS2 >= 0.6
|
al@18116
|
10 * plus any player supporting the MPRIS DBus interface (Amarok2, BMPx,
|
al@18116
|
11 dragonplayer, Exaile >= 0.3, Goggles Music Manager, QMMP >=0.3, Rhythmbox,
|
al@18116
|
12 Songbird + MPRIS addon, VLC >0.9.0, etc.)
|
slaxemulator@7574
|
13
|
al@18116
|
14 on Windows:
|
al@18116
|
15 * Foobar2000, iTunes, Last.fm feed, MPD, Winamp, Windows Media Player
|
al@18116
|
16 * plus any player with a 'winamp-compatible' interface (AIMP2, MediaMonkey,
|
al@18116
|
17 etc.)
|
al@18116
|
18 * plus any player with a 'Send "Now Playing" information to MSN Messenger'
|
al@18116
|
19 feature (Last.fm client, Media Player Classic, OpenPandora, Songbird +
|
al@18116
|
20 LiveTweeter, Spotify, TTplayer, VLC, etc.)
|
slaxemulator@7574
|
21
|
slaxemulator@7574
|
22
|
al@18116
|
23 Features:
|
al@18116
|
24 * Allows you to customize the status string with various fields extracted from
|
al@18116
|
25 your media player such as artist, album, track, duration, progress bar, etc.
|
al@18116
|
26 * Different status messages for various media player states such as Playing,
|
al@18116
|
27 Paused and Stopped. You can choose to use the normal status message (by
|
al@18116
|
28 default in the stoppped state).
|
al@18116
|
29 * '/nowplaying' inserts the now-playing information into your conversation
|
al@18116
|
30 * Supports per-account status format customization.
|
al@18116
|
31 * You may choose to have your away message override musictracker.
|
al@18116
|
32 * Optional profanity filter for words in the status.
|
al@18116
|
33 * Can auto-detect which player is in use.
|
slaxemulator@7574
|
34
|
slaxemulator@7574
|
35
|
al@18116
|
36 Notes:
|
al@18116
|
37 * To show now playing in MSN personal status messages you must be using pidgin
|
al@18116
|
38 2.5.0 or later (or msn-pecan). If you have ever had musictracker 0.4.1 or
|
al@18116
|
39 earlier installed, you must reinstall pidgin for MSN personal status
|
al@18116
|
40 messages to work correctly. (See issue 15 , FAQ #2)
|
al@18116
|
41 * See the wiki page for details on configuring your player and musictracker
|
al@18116
|
42 to work together.
|