音乐播放器 MusicMe

由本社区发起的开源项目
mink365
帖子: 265
注册时间: 2008-01-29 23:15

Re: 又是播放器!! Music_Me

#16

帖子 mink365 » 2009-10-28 14:02

:em05 顶你
头像
wzssyqa
帖子: 4010
注册时间: 2008-04-07 17:36
来自: 泰安人在阜新

Re: 又是播放器!! Music_Me

#17

帖子 wzssyqa » 2009-10-28 14:04

不错不错,虽然我还会继续用我的rhythmbox,纯精神支持
头像
yy890521
帖子: 580
注册时间: 2008-11-09 18:07
来自: SCU

Re: 又是播放器!! Music_Me

#18

帖子 yy890521 » 2009-10-29 14:55

好久没更新了,太多事情了,再等几天弄弄代码 :em06
。。。。。。。。感觉好山寨。。。。。。。。。
头像
yy890521
帖子: 580
注册时间: 2008-11-09 18:07
来自: SCU

Re: 又是播放器!! Music_Me

#19

帖子 yy890521 » 2009-10-29 14:57

imysl0 写了:lz还在吧?挺不错的,加油啊!
yecheng@yecheng-laptop:~/soft/Music_Me$ (pkg-config --cflags --libs gstreamer-0.10) -g -o music_me core.c core.h gui.h gui.c main.c `pkg-config --cflags --libs gtk+-2.0`
bash: 在未预料的“-g”附近出现语法错误
yecheng@yecheng-laptop:~/soft/Music_Me$ gcc -Wall $(pkg-config --cflags --libs gstreamer-0.10) -g -o music_me core.c core.h gui.h gui.c main.c `pkg-config --cflags --libs gtk+-2.0`
Package gstreamer-0.10 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer-0.10.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer-0.10' found在包含自 core.c:1 的文件中:
core.h:4:20: 错误: gst/gst.h:没有该文件或目录
In file included from core.c:1:
core.h:14: 错误: expected specifier-qualifier-list before ‘GstElement’
core.c:147: 错误: expected ‘)’ before ‘*’ token
core.c: 在函数‘core_creat’中:
core.c:194: 错误: ‘GstBus’未声明(在此函数内第一次使用)
core.c:194: 错误: (即使在一个函数内多次出现,每个未声明的标识符在其
core.c:194: 错误: 所在的函数内也只报告一次。)
core.c:194: 错误: ‘bus’未声明(在此函数内第一次使用)
core.c:195: 错误: ‘GstElement’未声明(在此函数内第一次使用)
core.c:195: 错误: ‘play’未声明(在此函数内第一次使用)
core.c:197: 警告: 隐式声明函数‘gst_element_factory_make’
core.c:198: 警告: 隐式声明函数‘gst_pipeline_get_bus’
core.c:198: 警告: 隐式声明函数‘GST_PIPELINE’
core.c:199: 警告: 隐式声明函数‘gst_bus_add_watch’
core.c:199: 错误: ‘GstBusFunc’未声明(在此函数内第一次使用)
core.c:199: 错误: expected ‘)’ before ‘core_bus_call’
core.c:200: 警告: 隐式声明函数‘gst_object_unref’
core.c:201: 警告: 隐式声明函数‘gst_element_set_state’
core.c:201: 错误: ‘GST_STATE_NULL’未声明(在此函数内第一次使用)
core.c:203: 错误: ‘CORE’没有名为‘play’的成员
core.c:204: 错误: ‘CORE’没有名为‘bus’的成员
core.c:205: 错误: ‘CORE’没有名为‘plnum’的成员
core.c:207: 错误: ‘CORE’没有名为‘pl’的成员
core.c:207: 错误: ‘CORE’没有名为‘mode’的成员
core.c:207: 错误: ‘CORE’没有名为‘repeat’的成员
core.c:207: 错误: ‘CORE’没有名为‘random’的成员
core.c:207: 错误: ‘CORE’没有名为‘volume’的成员
core.c:209: 错误: ‘CORE’没有名为‘random’的成员
core.c:211: 错误: ‘CORE’没有名为‘pl’的成员
core.c:217: 错误: ‘CORE’没有名为‘plnum’的成员
core.c:218: 错误: ‘CORE’没有名为‘plnum’的成员
core.c:220: 错误: ‘CORE’没有名为‘pl’的成员
core.c:220: 错误: ‘CORE’没有名为‘plnum’的成员
core.c: 在函数‘core_set_uri’中:
core.c:225: 警告: 隐式声明函数‘g_object_set’
core.c:225: 警告: 隐式声明函数‘G_OBJECT’
core.c:225: 错误: ‘CORE’没有名为‘play’的成员
core.c: 在函数‘core_play’中:
core.c:238: 错误: ‘GstState’未声明(在此函数内第一次使用)
core.c:238: 错误: expected ‘;’ before ‘state’
core.c:239: 错误: ‘GstClockTime’未声明(在此函数内第一次使用)
core.c:239: 错误: expected ‘;’ before ‘timeout’
core.c:240: 警告: 隐式声明函数‘gst_element_get_state’
core.c:240: 错误: ‘CORE’没有名为‘play’的成员
core.c:240: 错误: ‘state’未声明(在此函数内第一次使用)
core.c:240: 错误: ‘timeout’未声明(在此函数内第一次使用)
core.c:241: 错误: ‘GST_STATE_PAUSED’未声明(在此函数内第一次使用)
core.c:244: 错误: ‘CORE’没有名为‘play’的成员
core.c:244: 错误: ‘GST_STATE_NULL’未声明(在此函数内第一次使用)
core.c:248: 错误: ‘CORE’没有名为‘play’的成员
core.c:248: 错误: ‘GST_STATE_PLAYING’未声明(在此函数内第一次使用)
core.c:250: 错误: ‘CORE’没有名为‘vol’的成员
core.c:251: 错误: ‘CORE’没有名为‘vol’的成员
core.c:251: 警告: 隐式声明函数‘gst_bin_get_by_name’
core.c:251: 警告: 隐式声明函数‘GST_BIN’
core.c:251: 错误: ‘CORE’没有名为‘play’的成员
core.c: 在函数‘core_pause’中:
core.c:265: 错误: ‘CORE’没有名为‘play’的成员
core.c:265: 错误: ‘GST_STATE_PAUSED’未声明(在此函数内第一次使用)
core.c: 在函数‘core_quit’中:
core.c:272: 错误: ‘CORE’没有名为‘play’的成员
core.c:272: 错误: ‘GST_STATE_NULL’未声明(在此函数内第一次使用)
core.c:273: 警告: 隐式声明函数‘GST_OBJECT’
core.c:273: 错误: ‘CORE’没有名为‘play’的成员
core.c: 在函数‘core_change’中:
core.c:279: 错误: ‘GstState’未声明(在此函数内第一次使用)
core.c:279: 错误: expected ‘;’ before ‘state’
core.c:280: 错误: ‘GstClockTime’未声明(在此函数内第一次使用)
core.c:280: 错误: expected ‘;’ before ‘timeout’
core.c:281: 错误: ‘CORE’没有名为‘play’的成员
core.c:281: 错误: ‘state’未声明(在此函数内第一次使用)
core.c:281: 错误: ‘timeout’未声明(在此函数内第一次使用)
core.c:282: 错误: ‘GST_STATE_PLAYING’未声明(在此函数内第一次使用)
core.c: 在函数‘core_play_next’中:
core.c:299: 错误: ‘CORE’没有名为‘random’的成员
core.c:301: 错误: ‘CORE’没有名为‘pl’的成员
core.c:307: 错误: ‘CORE’没有名为‘plnum’的成员
core.c:308: 错误: ‘CORE’没有名为‘plnum’的成员
core.c:309: 错误: ‘CORE’没有名为‘pl’的成员
core.c:309: 错误: ‘CORE’没有名为‘plnum’的成员
core.c:313: 错误: ‘CORE’没有名为‘repeat’的成员
core.c:314: 错误: ‘CORE’没有名为‘plnum’的成员
core.c:315: 错误: ‘CORE’没有名为‘pl’的成员
core.c:315: 错误: ‘CORE’没有名为‘plnum’的成员
core.c:317: 错误: ‘CORE’没有名为‘repeat’的成员
core.c:318: 错误: ‘CORE’没有名为‘pl’的成员
core.c:318: 错误: ‘CORE’没有名为‘plnum’的成员
core.c:322: 错误: ‘CORE’没有名为‘repeat’的成员
core.c:324: 错误: ‘CORE’没有名为‘plnum’的成员
core.c:325: 错误: ‘CORE’没有名为‘pl’的成员
core.c:325: 错误: ‘CORE’没有名为‘plnum’的成员
core.c:327: 错误: ‘CORE’没有名为‘repeat’的成员
core.c:333: 错误: ‘CORE’没有名为‘pl’的成员
core.c:334: 错误: ‘CORE’没有名为‘plnum’的成员
core.h:4:20: 错误: gst/gst.h:没有该文件或目录
core.h:14: 错误: expected specifier-qualifier-list before ‘GstElement’
在包含自 gui.h:6 的文件中:
core.h:4:20: 错误: gst/gst.h:没有该文件或目录
In file included from gui.h:6:
core.h:14: 错误: expected specifier-qualifier-list before ‘GstElement’
在包含自 gui.h:6 的文件中,
从 gui.c:1:
core.h:4:20: 错误: gst/gst.h:没有该文件或目录
In file included from gui.h:6,
from gui.c:1:
core.h:14: 错误: expected specifier-qualifier-list before ‘GstElement’
在包含自 gui.h:6 的文件中,
从 main.c:1:
core.h:4:20: 错误: gst/gst.h:没有该文件或目录
In file included from gui.h:6,
from main.c:1:
core.h:14: 错误: expected specifier-qualifier-list before ‘GstElement’
main.c: 在函数‘main’中:
main.c:24: 警告: 隐式声明函数‘gst_init’
你没装gstreamer,不是程序的错哦 :em20
。。。。。。。。感觉好山寨。。。。。。。。。
头像
Banruo.Kevin
帖子: 12
注册时间: 2009-11-02 18:10

Re: 又是播放器!! Music_Me

#20

帖子 Banruo.Kevin » 2009-11-08 20:29

这个播放器满不错的,就是LZ能不能考虑下网络方面呢?哪怕是连接在google上面也好啊……
永远没有永远……
头像
yy890521
帖子: 580
注册时间: 2008-11-09 18:07
来自: SCU

Re: 又是播放器!! Music_Me

#21

帖子 yy890521 » 2009-11-11 9:51

下一个版本的预览。界面有点难看 :em06 。不想弄那些张扬的东西,低调一点好。
关键是功能,其他都不是重要的。
附件
sendpix0.jpg
。。。。。。。。感觉好山寨。。。。。。。。。
头像
photor
论坛版主
帖子: 11004
注册时间: 2008-04-26 12:41

Re: 又是播放器!! Music_Me

#22

帖子 photor » 2009-11-11 12:56

yy890521 写了:下一个版本的预览。界面有点难看 :em06 。不想弄那些张扬的东西,低调一点好。
关键是功能,其他都不是重要的。
新版本建议出deb包 :em09
头像
INUYASHA
帖子: 366
注册时间: 2007-03-16 15:42

Re: 又是播放器!! Music_Me

#23

帖子 INUYASHA » 2009-11-11 17:28

不知楼主能否用ffmpeg代替gstreamer解码
感觉ffmpeg支持的文件格式多
ideogram
帖子: 77
注册时间: 2009-12-01 22:42

Re: 又是播放器!! Music_Me

#24

帖子 ideogram » 2010-01-04 18:41

只会用.deb,楼主能否打包,让菜鸟也感受一下?
头像
daniel_c
帖子: 194
注册时间: 2010-01-03 11:35

Re: 又是播放器!! Music_Me

#25

帖子 daniel_c » 2010-01-18 22:18

yy890521 写了:自己顶一下
求购楼主的主题 还有中间那个便条程序..和右边栏的东西
头像
yy890521
帖子: 580
注册时间: 2008-11-09 18:07
来自: SCU

Re: 又是播放器!! Music_Me

#26

帖子 yy890521 » 2010-01-25 2:31

daniel_c 写了:
yy890521 写了:自己顶一下
求购楼主的主题 还有中间那个便条程序..和右边栏的东西
主题已经没有了
便条程序变样了,在http://code.google.com/p/musicme4linux不过估计你编译出来还是用不了,好多功能没实现的
右边栏的东西叫conky,sudo apt-get install conky就行了
。。。。。。。。感觉好山寨。。。。。。。。。
头像
yy890521
帖子: 580
注册时间: 2008-11-09 18:07
来自: SCU

Re: 又是播放器!! Music_Me

#27

帖子 yy890521 » 2010-02-17 23:54

MusicMe 已经beta了 :em06 :em05
。。。。。。。。感觉好山寨。。。。。。。。。
头像
yy890521
帖子: 580
注册时间: 2008-11-09 18:07
来自: SCU

Re: 又是播放器!! Music_Me

#29

帖子 yy890521 » 2010-02-18 14:22

photor 写了:
yy890521 写了:MusicMe 已经beta了 :em06 :em05
是gtk的吗?从界面上不太看得出来啊 :em09
是gtk的,可以更换主题。
。。。。。。。。感觉好山寨。。。。。。。。。
头像
bones7456
帖子: 8495
注册时间: 2006-04-12 20:05
来自: 杭州
联系:

Re: 又是播放器!! Music_Me

#30

帖子 bones7456 » 2010-02-18 16:22

支持~ :em11
关注我的blog: ε==3
回复