发表于 : 2008-08-03 0:01
常见的那几个问题似乎都已经解决了..xjj 写了:希望LZ能把常见问题在一楼作总结。
常见的那几个问题似乎都已经解决了..xjj 写了:希望LZ能把常见问题在一楼作总结。
谢谢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"
就正常了
改.desktop文件看看toawinner47 写了:楼主得想办法打开Rhythmbox ,audacious播放音乐时就启动了这个歌词脚本才是
代码: 全选
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'
代码: 全选
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'
标题也不能显示出来吗?nanxijw 写了:另一个词典的脚本也是这样,删除了message段的定义位置参数后有出现了代码: 全选
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'
代码: 全选
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'
代码: 全选
[ "$mode" = "osd" ] && gnome-osd-client "<span size='$size' foreground='$foreground'>`echo "$NOW"`</span>"
谢谢sunningv 写了:怎么有忘词现象 检查lrc里面歌词是全的 但是播放的时候偶尔会有漏掉几句歌词 不过和播放器唱的还是同步的。怀疑和以下有关
1 第一次播放并从网上下载歌词 会有忘词现象
2 将timeout 减少到4000后有所改善
确实有阿 改天抓个视频上来solcomo 写了:谢谢sunningv 写了:怎么有忘词现象 检查lrc里面歌词是全的 但是播放的时候偶尔会有漏掉几句歌词 不过和播放器唱的还是同步的。怀疑和以下有关
1 第一次播放并从网上下载歌词 会有忘词现象
2 将timeout 减少到4000后有所改善
我这timeout低于10000的话有的歌词会一闪而过
丢词现象暂没发现