刚打完题目就发现是个歧义句 :D
如无特别指出,插件指的是上传歌曲记录的那种插件,不是收听lastfm音频流的插件
找到两个,lastmp跟lastscribble,两个ubuntu 8.10源里都有,直接
$sudo aptitude install lastmp
或者
$sudo aptitude install lastscribble
现在用的是lastmp,其实是lastsubmited的一个plugin,所以安装lastmp会装上lastsubmited,lastsubmited专注于向lastfm上传歌曲信息,用插件来支持各个播放器。如果lastmp不能记录的话,这里的信息可能有帮助
lastscribble我鼓捣了半天都不行,索性扔掉
ps:无意间发现的,mpdtoys,提供各种好玩或者实用的功能,包括下面这些工具:
* mpstore – store and transfer mpd state between daemons
* mprev – reverse the mpd playlist
* mpgenplaylists – generate mpd playlists for each subdirectory of music
* mpfade – fade mpd volume in or out
* sats – mpd stop after this song
* mpskip – emulate a skipping record
* mptoggle – single button control for mpd
* mprand – play a random playlist
* mpinsert – insert song after currently playing song
--------------------------愤怒的分割线--------------------
搞不懂为什么www.musicpd.org被封,难道这个播放器不和谐?或者wikia有问题?
————————————————greetings from arch——————————–
最近换到了arch
yaourt -S lastfmsubmitd lastmp
很爽,吼吼,可是第二天我再敲yaourt lastmp就什么显示都没了,灵异事件?
装完lastfmsubmitd是有提醒注意事项的,如果你像我一样没有注意,那么看这里,全文的install:
Installation
============
1. Run ``./setup.py install`` as usual.
2. Create a user/group for the daemon(s) (I use lastfm:lastfm), and
the following directories:
* ``/var/log/lastfm``
* ``/var/run/lastfm``
* ``/var/spool/lastfm``
Make them writable by whatever user (or group) is going to be running
the daemon(s) and/or music players. ``doc/install-example.sh`` shows
how this should be done on most systems.
3. Create a configuration file, ``/etc/lastfmsubmitd.conf``. This is a
regular Python ConfigParser file, and should look like::
[account]
user: decklin
password: ********
It can also optionally contain any of these sections:
[server]
url = http://post.audioscrobbler.com/
[daemon]
sleep_time: 5
debug: False
[paths]
log: /var/log/lastfm/lastfm.log
pidfile: /var/run/lastfm/daemon_name.pid
spool: /var/spool/lastfm
Date: Nov 7th, 2008 ·
评论关闭 ·
Tags: CLI ·
music & sports ·
tips