DeaDBeeF MPRIS插件 v2.1

2.0版本实现了MPRIS v2的基本功能。

插件单独编译,不再是补丁的形式。需要安装DeaDBeeF的头文件。编译安装的DeaDBeeF已经默认安装了头文件。如果使用的是编译好的静态文件,需要拷贝DeaDBeeF源码中的deadbeef.h文件到/usr/local/include/deadbeef/中。make之后不需要make install,拷贝目录.libs中的mpris.so.0.0.0文件到DeaDBeeF文件夹的plugin目录,并重命名位mpris.so即可。注意,拷贝的是动态库,不要拷贝另外几个链接文件。

修正了一些bug。

下载地址

最新版的osd-lyrics可以自动检测播放器,不再需要先前的补丁。

v2.1:

1. Add configuration setting.

2. Fix bugs.

配置截图:

v2.0:
1. Implement interface org.mpris.MediaPlayer2
2. Implement interface org.mpris.MediaPlayer2.Player
3. Fix some bugs.

v1.5
1. Repaire the bug that Quit causes SEGFAULT
2. Repaire that AddTrack can not play the track that is added.
3. Implement PositionGet and PositionSet
4. Repaire other bugs.

v1.0
1. Implement most main interface of MPRIS v1.
2. DelTrack need the support of DeaDBeeF. We do not implement it.
3. Raise need the support of the gui. We do not implement it.
4. AddTrack can not play the track at once. The DeaDBeeF's plt_add_file function may have a bug.

posted @ 2011-07-13 23:02  kernel@hcy  阅读(1884)  评论(0编辑  收藏  举报