分页: 13 / 20

发表于 : 2008-08-03 0:01
solcomo
xjj 写了:希望LZ能把常见问题在一楼作总结。
常见的那几个问题似乎都已经解决了..

发表于 : 2008-08-03 0:42
牙签儿
要能添加banshee的支持就好了

发表于 : 2008-08-06 20:55
snowdoll
日文歌詞有亂碼情況
把[ -e /tmp/lrctmp ] && iconv -f gb2312 -t utf-8 -c /tmp/lrctmp -o /dev/shm/"$NM.lrc"
改成[ -e /tmp/lrctmp ] && iconv -f gbk -t utf-8 -c /tmp/lrctmp -o /dev/shm/"$NM.lrc"
就正常了

发表于 : 2008-08-07 10:28
solcomo
snowdoll 写了:日文歌詞有亂碼情況
把[ -e /tmp/lrctmp ] && iconv -f gb2312 -t utf-8 -c /tmp/lrctmp -o /dev/shm/"$NM.lrc"
改成[ -e /tmp/lrctmp ] && iconv -f gbk -t utf-8 -c /tmp/lrctmp -o /dev/shm/"$NM.lrc"
就正常了
谢谢 :D

发表于 : 2008-08-08 17:33
toawinner47
楼主得想办法打开Rhythmbox ,audacious播放音乐时就启动了这个歌词脚本才是

发表于 : 2008-08-08 18:45
solcomo
toawinner47 写了:楼主得想办法打开Rhythmbox ,audacious播放音乐时就启动了这个歌词脚本才是
改.desktop文件看看

发表于 : 2008-08-11 0:30
webcgo
学习了,不错

发表于 : 2008-08-11 7:39
后之后觉
收藏了 LZ伟大

发表于 : 2008-08-13 17:45
nanxijw

代码: 全选

ServerError: Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/gnomeosd/server.py", line 316, in message_show_cb
    osd_msg.show(message, timeout)
  File "/var/lib/python-support/python2.5/gnomeosd/server.py", line 122, in show
    msg.timeout = self.getprop('hide_timeout')
  File "/var/lib/python-support/python2.5/gnomeosd/server.py", line 114, in getprop
    return prefs[name]
  File "/var/lib/python-support/python2.5/gnomeosd/gconfsync.py", line 103, in __getitem__
    return self.__gconf_get(key)
  File "/var/lib/python-support/python2.5/gnomeosd/gconfsync.py", line 70, in __gconf_get
    val = self.__value_to_python(val)
  File "/var/lib/python-support/python2.5/gnomeosd/gconfsync.py", line 43, in __value_to_python
    if value.type == gconf.VALUE_BOOL:
AttributeError: 'NoneType' object has no attribute 'type'


不知不觉让视线开始 闪烁
ServerError: <type 'exceptions.KeyError'>: u'osd_vposition'
喔 第一次我
ServerError: <type 'exceptions.KeyError'>: u'osd_vposition'
另一个词典的脚本也是这样,删除了message段的定义位置参数后有出现了

代码: 全选

ServerError: <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'type'
ServerError: <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'type'
ServerError: <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'type'
ServerError: <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'type'
ServerError: <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'type'
ServerError: <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'type'
ServerError: <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'type'

发表于 : 2008-08-13 19:50
solcomo
nanxijw 写了:

代码: 全选

ServerError: Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/gnomeosd/server.py", line 316, in message_show_cb
    osd_msg.show(message, timeout)
  File "/var/lib/python-support/python2.5/gnomeosd/server.py", line 122, in show
    msg.timeout = self.getprop('hide_timeout')
  File "/var/lib/python-support/python2.5/gnomeosd/server.py", line 114, in getprop
    return prefs[name]
  File "/var/lib/python-support/python2.5/gnomeosd/gconfsync.py", line 103, in __getitem__
    return self.__gconf_get(key)
  File "/var/lib/python-support/python2.5/gnomeosd/gconfsync.py", line 70, in __gconf_get
    val = self.__value_to_python(val)
  File "/var/lib/python-support/python2.5/gnomeosd/gconfsync.py", line 43, in __value_to_python
    if value.type == gconf.VALUE_BOOL:
AttributeError: 'NoneType' object has no attribute 'type'


不知不觉让视线开始 闪烁
ServerError: <type 'exceptions.KeyError'>: u'osd_vposition'
喔 第一次我
ServerError: <type 'exceptions.KeyError'>: u'osd_vposition'
另一个词典的脚本也是这样,删除了message段的定义位置参数后有出现了

代码: 全选

ServerError: <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'type'
ServerError: <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'type'
ServerError: <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'type'
ServerError: <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'type'
ServerError: <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'type'
ServerError: <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'type'
ServerError: <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'type'
标题也不能显示出来吗?
你把267句改成这样看看

代码: 全选

[ "$mode" = "osd" ] && gnome-osd-client "<span size='$size' foreground='$foreground'>`echo "$NOW"`</span>"

发表于 : 2008-08-16 17:14
sunningv
怎么有忘词现象 检查lrc里面歌词是全的 但是播放的时候偶尔会有漏掉几句歌词 不过和播放器唱的还是同步的。怀疑和以下有关
1 第一次播放并从网上下载歌词 会有忘词现象
2 将timeout 减少到4000后有所改善

发表于 : 2008-08-16 18:50
solcomo
sunningv 写了:怎么有忘词现象 检查lrc里面歌词是全的 但是播放的时候偶尔会有漏掉几句歌词 不过和播放器唱的还是同步的。怀疑和以下有关
1 第一次播放并从网上下载歌词 会有忘词现象
2 将timeout 减少到4000后有所改善
谢谢
我这timeout低于10000的话有的歌词会一闪而过
丢词现象暂没发现

发表于 : 2008-08-18 8:49
sunningv
solcomo 写了:
sunningv 写了:怎么有忘词现象 检查lrc里面歌词是全的 但是播放的时候偶尔会有漏掉几句歌词 不过和播放器唱的还是同步的。怀疑和以下有关
1 第一次播放并从网上下载歌词 会有忘词现象
2 将timeout 减少到4000后有所改善
谢谢
我这timeout低于10000的话有的歌词会一闪而过
丢词现象暂没发现
确实有阿 改天抓个视频上来 :lol: :lol: :lol:

发表于 : 2008-08-18 8:50
sunningv
晕死 用了几天软件了 才发现还没感谢solcomo的无私奉献阿 :roll: :roll:

发表于 : 2008-08-23 19:16
Yangwenz
赞一个~