自己写 的一个音乐播放器

由本社区发起的开源项目
回复
头像
zheng3116
帖子: 91
注册时间: 2008-03-16 1:24

Re: 自己写 的一个音乐播放器

#91

帖子 zheng3116 » 2009-06-15 23:43

很强大
头像
mickeywaley
帖子: 1427
注册时间: 2009-03-19 9:19
系统: ubuntu
来自: 江苏
联系:

Re: 自己写 的一个音乐播放器

#92

帖子 mickeywaley » 2009-06-19 0:19

一开歌词就挂了 哎。。。
安装

代码: 全选

may@may-desktop:/media/Learn/linux软件分类/视频图像/自己写 的一个音乐播放器/pla
yer$ install.sh
bash: install.sh:找不到命令
may@may-desktop:/media/Learn/linux软件分类/视频图像/自己写 的一个音乐播放器/pla
yer$ sudo ./install.sh
[sudo] password for may: 
安装所需软件包........
正在读取软件包列表... 完成
正在分析软件包的依赖关系树       
正在读取状态信息... 完成       
libgtk2.0-dev 已经是最新的版本了。
下列软件包是自动安装的并且现在不再被使用了:
  libldap2-dev libidn11-dev libcurl4-openssl-dev nvidia-180-libvdpau
使用'apt-get autoremove'来删除它们
共升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 5 个软件未被升级。
正在读取软件包列表... 完成
正在分析软件包的依赖关系树       
正在读取状态信息... 完成       
libxine-dev 已经是最新的版本了。
下列软件包是自动安装的并且现在不再被使用了:
  libldap2-dev libidn11-dev libcurl4-openssl-dev nvidia-180-libvdpau
使用'apt-get autoremove'来删除它们
共升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 5 个软件未被升级。
正在读取软件包列表... 完成
正在分析软件包的依赖关系树       
正在读取状态信息... 完成       
libxine1-ffmpeg 已经是最新的版本了。
下列软件包是自动安装的并且现在不再被使用了:
  libldap2-dev libidn11-dev libcurl4-openssl-dev nvidia-180-libvdpau
使用'apt-get autoremove'来删除它们
共升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 5 个软件未被升级。
正在读取软件包列表... 完成
正在分析软件包的依赖关系树       
正在读取状态信息... 完成       
libxine1-all-plugins 已经是最新的版本了。
下列软件包是自动安装的并且现在不再被使用了:
  libldap2-dev libidn11-dev libcurl4-openssl-dev nvidia-180-libvdpau
使用'apt-get autoremove'来删除它们
共升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 5 个软件未被升级。
正在读取软件包列表... 完成
正在分析软件包的依赖关系树       
正在读取状态信息... 完成       
libxml2-dev 已经是最新的版本了。
下列软件包是自动安装的并且现在不再被使用了:
  libldap2-dev libidn11-dev libcurl4-openssl-dev nvidia-180-libvdpau
使用'apt-get autoremove'来删除它们
共升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 5 个软件未被升级。
gcc main.c -g -c  `pkg-config --cflags gtk+-2.0 gthread-2.0` -I/usr/include/libxml2
gcc window.c -g -c  `pkg-config --cflags gtk+-2.0 gthread-2.0` -I/usr/include/libxml2
gcc play.c -g -c  `pkg-config --cflags gtk+-2.0 gthread-2.0` -I/usr/include/libxml2
play.c: 在函数‘get_xine_error’中:
play.c:258: 警告: 格式字符串不是一个字面字符串而且没有待格式化的实参
gcc eggtrayicon.c -g -c  `pkg-config --cflags gtk+-2.0 gthread-2.0` -I/usr/include/libxml2
gcc id3_tag.c -g -c  `pkg-config --cflags gtk+-2.0 gthread-2.0` -I/usr/include/libxml2
gcc read_config.c -g -c  `pkg-config --cflags gtk+-2.0 gthread-2.0` -I/usr/include/libxml2
gcc play_list.c -g -c  `pkg-config --cflags gtk+-2.0 gthread-2.0` -I/usr/include/libxml2
gcc http_error_codes.c -g -c  `pkg-config --cflags gtk+-2.0 gthread-2.0` -I/usr/include/libxml2
gcc http_fetcher.c -g -c  `pkg-config --cflags gtk+-2.0 gthread-2.0` -I/usr/include/libxml2
gcc lmp_debug.c -g -c  `pkg-config --cflags gtk+-2.0 gthread-2.0` -I/usr/include/libxml2
gcc lyric_downloader.c -g -c  `pkg-config --cflags gtk+-2.0 gthread-2.0` -I/usr/include/libxml2
lyric_downloader.c: 在函数‘tt_get_lyrics_content_and_save’中:
lyric_downloader.c:310: 警告: 返回时将整数赋给指针,未作类型转换
gcc tt_codefunc.c -g -c  `pkg-config --cflags gtk+-2.0 gthread-2.0` -I/usr/include/libxml2
gcc lrc.c -g -c  `pkg-config --cflags gtk+-2.0 gthread-2.0` -I/usr/include/libxml2
gcc main.o window.o play.o eggtrayicon.o id3_tag.o read_config.o play_list.o http_error_codes.o http_fetcher.o lmp_debug.o lyric_downloader.o tt_codefunc.o lrc.o -g  -o queplayer `pkg-config --libs gtk+-2.0 gthread-2.0` -lxml2 -lxine
运行"queplayer"启动程序
may@may-desktop:/media/Learn/linux软件分类/视频图像/自己写 的一个音乐播放器/pla
yer$ 

运行

代码: 全选

may@may-desktop:~$ queplayer
main...
finch_init...
set_eq_value...
set_eq_value...
set_eq_value...
set_eq_value...
set_eq_value...
set_eq_value...
set_eq_value...
set_eq_value...
set_eq_value...
set_eq_value...
creat_tray_icon...
creat_window...
change_play_button...
creat_play_list_window...
loade_note_book_page...
add_button_clicked...
loade_note_book_page...
play...
change_play_button...
drow_tree...
change_tooltips...
show_lrc...
creat_lrc_window...
show_lrc...
thread_search...
row_activated...
play...
change_play_button...
drow_tree...
change_tooltips...
show_lrc...
thread_search...

(queplayer:23180): Gtk-WARNING **: Invalid text buffer iterator: either the iterator is uninitialized, or the characters/pixbufs/widgets in the buffer have been modified since the iterator was created.
You must use marks, character numbers, or line numbers to preserve a position across buffer modifications.
You can apply tags and insert marks without invalidating your iterators,
but any mutation that affects 'indexable' buffer contents (contents that can be referred to by character offset)
will invalidate all outstanding iterators
段错误
may@may-desktop:~$ queplayer
main...
finch_init...
set_eq_value...
set_eq_value...
set_eq_value...
set_eq_value...
set_eq_value...
set_eq_value...
set_eq_value...
set_eq_value...
set_eq_value...
set_eq_value...
creat_tray_icon...
creat_window...
change_play_button...
creat_play_list_window...
loade_note_book_page...
add_button_clicked...
loade_note_book_page...
play...
change_play_button...
drow_tree...
change_tooltips...
show_lrc...
row_activated...
play...
change_play_button...
drow_tree...
change_tooltips...
show_lrc...
creat_lrc_window...
show_lrc...
close_creat_lrc_window...
row_activated...
play...
change_play_button...
drow_tree...
change_tooltips...
show_lrc...
notebook_page_button_clicked...1
notebook_page_button_clicked...1
notebook_page_button_clicked...6
row_activated...
play...
change_play_button...
drow_tree...
change_tooltips...
show_lrc...
row_activated...
play...
change_play_button...
drow_tree...
change_tooltips...
show_lrc...
creat_mini_window...
change_play_button...
creat_mini_window...
creat_mini_window...
creat_play_list_window...
creat_play_list_window...
creat_play_list_window...
creat_play_list_window...
creat_lrc_window...
show_lrc...
thread_search...
set_text_view...

(queplayer:23200): Gtk-WARNING **: Invalid text buffer iterator: either the iterator is uninitialized, or the characters/pixbufs/widgets in the buffer have been modified since the iterator was created.
You must use marks, character numbers, or line numbers to preserve a position across buffer modifications.
You can apply tags and insert marks without invalidating your iterators,
but any mutation that affects 'indexable' buffer contents (contents that can be referred to by character offset)
will invalidate all outstanding iterators
段错误
may@may-desktop:~$ 

cuoqu
帖子: 5
注册时间: 2009-10-05 21:01

Re: 自己写 的一个音乐播放器

#93

帖子 cuoqu » 2009-10-05 21:07

:em11 :em11 :em11 :em11
头像
szyzln
帖子: 910
注册时间: 2008-10-31 15:28
来自: 中国上海
联系:

Re: 自己写 的一个音乐播放器

#94

帖子 szyzln » 2009-12-07 10:07

怎么没有定时播放功能啊?我就是这个!楼主!!!!!
家乡:湖南张家界
头像
snowtown86
帖子: 1239
注册时间: 2009-06-13 16:01

Re: 自己写 的一个音乐播放器

#95

帖子 snowtown86 » 2009-12-07 10:48

WOW,帖子这么多,回了慢慢看 :em06
头像
louis_lui
帖子: 4
注册时间: 2009-12-31 23:21

Re: 自己写 的一个音乐播放器

#96

帖子 louis_lui » 2010-07-03 23:45

谢谢楼主 :em50
头像
k9288k
帖子: 792
注册时间: 2012-02-21 22:27
系统: Ubuntu12.04

Re: 自己写 的一个音乐播放器

#97

帖子 k9288k » 2013-02-01 18:39

过来支持一下
回复