memeco / osd-lyrics

Automatically exported from code.google.com/p/osd-lyrics
GNU General Public License v3.0
1 stars 0 forks source link

git 上的osdlyrics-0.5编译完能运行osdlyric但是接收不到当前播放歌曲信息? #307

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
请列出导致问题的操作
1.如题
2.
$ osdlyrics-daemon
INFO:root:Connecting to player proxy org.osdlyrics.PlayerProxy.Http
INFO:root:Connecting to player proxy org.osdlyrics.PlayerProxy.Mpd
WARNING:root:Cannot activate proxy org.osdlyrics.PlayerProxy.Mpd: 
org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/bin/python2 exited 
with status 1
INFO:root:Connecting to player proxy org.osdlyrics.PlayerProxy.Mpris1
INFO:root:Connecting to player proxy org.osdlyrics.PlayerProxy.Mpris2
INFO:root:Connecting to lyric source org.osdlyrics.LyricSourcePlugin.xiami
INFO:root:Connecting to lyric source org.osdlyrics.LyricSourcePlugin.lrc123
INFO:root:Setting current metadata: metadata:
  title: None
  artist: None
  album: None
  location: None
  length: -1
INFO:root:Get player proxy Http
INFO:root:Get player proxy Mpris1
INFO:root:Get player proxy Mpris2
org.mpris.MediaPlayer2.Player changed: {'LoopStatus': dbus.String(u'None'), 
'PlaybackStatus': dbus.String(u'Stopped'), 'Shuffle': dbus.Boolean(False), 
'Metadata': dbus.Dictionary({}, signature=dbus.Signature('sv'))} invalidated: []
INFO:root:Setting current metadata: metadata:
  title: None
  artist: None
  album: None
  location: None
  length: -1

请给出在终端下运行的输出(使用“osd-lyrics -d 
debug”来运行)
[king@localhost ~]$ osdlyrics -d
*Debug*: in function _client_name_acquired_cb: ol_main.c[633]
Client bus name acquired
*Debug*: in function _name_vanished_cb: ol_main.c[718]
Daemon lost, try to activate it
*Debug*: in function _name_vanished_cb: ol_main.c[731]
Daemon appeared
*Debug*: in function _name_appeared_cb: ol_main.c[653]
Daemon appeared
*Debug*: in function _ping_daemon: ol_main.c[662]
Starting to ping the daemon
*Debug*: in function _player_lost_cb: ol_main.c[437]
Running rhythmbox %U
*Debug*: in function _ping_daemon_cb: ol_main.c[702]
Succeed to ping the daemon

您使用的播放器是什么?它的版本号是多少?
Rhythmbox 2.99.1
Rhythmbox开了 MediaServer2 D-Bus 接口插件

OSD Lyrics的版本是多少?
OSD Lyrics 0.5.0-git20130723

您使用哪种发行版?
fedora 19 gnome3

Original issue reported on code.google.com by www.eter...@gmail.com on 6 Aug 2013 at 3:59