zoukankan      html  css  js  c++  java
  • 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.

  • 相关阅读:
    数据切分——Atlas介绍
    HDU 5015 233Matrix (构造矩阵)
    Wincc操作数据库SQLSERVER
    UIWebView 设置背景为透明
    29个你必须知道的Linux命令
    【读书笔记】iOS-UIWindow-WindowLevel
    linux下uart应用编程
    Java Web HelloWorld!
    手把手图文教你eclipse下如何配置tomcat
    Tomcat安装及配置教程
  • 原文地址:https://www.cnblogs.com/kernel_hcy/p/2105773.html
Copyright © 2011-2022 走看看