Python论坛  - 讨论区

标题:[python-chinese] python 如何读取mp3文件中的 艺术家 唱片标题 等信息呀?

2005年07月08日 星期五 09:28

Guofeng Yuan loocoo at gmail.com
Fri Jul 8 09:28:31 HKT 2005

如题
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050708/ec59533b/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年07月08日 星期五 09:32

nEO gentoo.cn at gmail.com
Fri Jul 8 09:32:59 HKT 2005

分析mp3文件格式,然后read相应的标记

在05-7-8,Guofeng Yuan <loocoo at gmail.com> 写道:
> 
> 如题 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
I'm the one, powered by nEO
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050708/ccb5c04c/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年07月08日 星期五 09:37

Bruce Wang number5 at gmail.com
Fri Jul 8 09:37:49 HKT 2005

http://www.dotfunk.com/projects/mp3

要学会用Google  :)

On 7/8/05, Guofeng Yuan <loocoo at gmail.com> wrote:
> 如题 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
simple is good

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年07月18日 星期一 10:17

yao qu thinkinnight at gmail.com
Mon Jul 18 10:17:34 HKT 2005

以前研究winamp 插件的时候似乎看到csdn里有人介绍过相关的东西,不过是C,可以参考,思想还是差不多的,我想。



On 7/7/05, Guofeng Yuan <loocoo at gmail.com> wrote:
> 如题
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年07月18日 星期一 10:21

Neo Chan (netkiller) neo.chen at achievo.com
Mon Jul 18 10:21:21 HKT 2005

 
在二进制文件头部有声明吧...
你用Utral Edit 打开看看.能不能看到..

我搞过jpg的头信息:)

Neo Chan (netkiller)
Best Regards, 73! de BG7NYT

Personal Amateur Radiostations of P.R.China
CQ24 ITU44
ShenZhen,China
Amateur Radio Callsign: BG7NYT
TRX: YAEUS FT-60R Dual Band(144-430)
WATTS: 0.5W, 2.0W, 5.0W
MODE: AM, FM


-----Original Message-----
From: python-chinese-bounces at lists.python.cn
[mailto:python-chinese-bounces at lists.python.cn] On Behalf Of yao qu
Sent: Monday, July 18, 2005 10:18 AM
To: Guofeng Yuan; python-chinese at lists.python.cn
Subject: [python-chinese] Re: python 如何读取mp3文件中的 艺术家 唱片标题 等
信息呀?

以前研究winamp 插件的时候似乎看到csdn里有人介绍过相关的东西,不过是C,可以参
考,思想还是差不多的,我想。



On 7/7/05, Guofeng Yuan <loocoo at gmail.com> wrote:
> 如题
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Neo Chan.vcf
Type: text/x-vcard
Size: 1081 bytes
Desc: not available
Url : http://lists.exoweb.net/pipermail/python-chinese/attachments/20050718/740ad9fd/NeoChan.vcf

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年07月18日 星期一 10:52

limodou limodou at gmail.com
Mon Jul 18 10:52:58 HKT 2005

python下有这样的模块可以直接处理的,找找吧。

在 05-7-18,Neo Chan (netkiller)<neo.chen at achievo.com> 写道:
> 
> 在二进制文件头部有声明吧...
> 你用Utral Edit 打开看看.能不能看到..
> 
> 我搞过jpg的头信息:)
> 
> Neo Chan (netkiller)
> Best Regards, 73! de BG7NYT
> 
> Personal Amateur Radiostations of P.R.China
> CQ24 ITU44
> ShenZhen,China
> Amateur Radio Callsign: BG7NYT
> TRX: YAEUS FT-60R Dual Band(144-430)
> WATTS: 0.5W, 2.0W, 5.0W
> MODE: AM, FM
> 
> 
> -----Original Message-----
> From: python-chinese-bounces at lists.python.cn
> [mailto:python-chinese-bounces at lists.python.cn] On Behalf Of yao qu
> Sent: Monday, July 18, 2005 10:18 AM
> To: Guofeng Yuan; python-chinese at lists.python.cn
> Subject: [python-chinese] Re: python 如何读取mp3文件中的 艺术家 唱片标题 等
> 信息呀?
> 
> 以前研究winamp 插件的时候似乎看到csdn里有人介绍过相关的东西,不过是C,可以参
> 考,思想还是差不多的,我想。
> 
> 
> 
> On 7/7/05, Guofeng Yuan <loocoo at gmail.com> wrote:
> > 如题
> >
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 
> 


-- 
I like python! 
My Donews Blog: http://www.donews.net/limodou
New Google Maillist: http://groups-beta.google.com/group/python-cn

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年07月18日 星期一 12:29

Qiangning Hong hongqn at gmail.com
Mon Jul 18 12:29:28 HKT 2005

在pypi搜出来4个
http://www.python.org/pypi?%3Aaction=search&name;=tag&version;=&summary;=&description;=&keywords;=&_pypi_hidden=0

On 7/18/05, limodou <limodou at gmail.com> wrote:
> python下有这样的模块可以直接处理的,找找吧。
> 
> 在 05-7-18,Neo Chan (netkiller)<neo.chen at achievo.com> 写道:
> >
> > 在二进制文件头部有声明吧...
> > 你用Utral Edit 打开看看.能不能看到..
> >
> > 我搞过jpg的头信息:)
> >
> > Neo Chan (netkiller)
> > Best Regards, 73! de BG7NYT
> >
> > Personal Amateur Radiostations of P.R.China
> > CQ24 ITU44
> > ShenZhen,China
> > Amateur Radio Callsign: BG7NYT
> > TRX: YAEUS FT-60R Dual Band(144-430)
> > WATTS: 0.5W, 2.0W, 5.0W
> > MODE: AM, FM
> >
> >
> > -----Original Message-----
> > From: python-chinese-bounces at lists.python.cn
> > [mailto:python-chinese-bounces at lists.python.cn] On Behalf Of yao qu
> > Sent: Monday, July 18, 2005 10:18 AM
> > To: Guofeng Yuan; python-chinese at lists.python.cn
> > Subject: [python-chinese] Re: python 如何读取mp3文件中的 艺术家 唱片标题 等
> > 信息呀?
> >
> > 以前研究winamp 插件的时候似乎看到csdn里有人介绍过相关的东西,不过是C,可以参
> > 考,思想还是差不多的,我想。
> >
> >
> >
> > On 7/7/05, Guofeng Yuan <loocoo at gmail.com> wrote:
> > > 如题
> > >
> >
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >
> >
> >
> 
> 
> --
> I like python!
> My Donews Blog: http://www.donews.net/limodou
> New Google Maillist: http://groups-beta.google.com/group/python-cn
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
Qiangning Hong

I'm usually annoyed by IDEs because, for instance, they don't use VIM
as an editor. Since I'm hooked to that, all IDEs I've used so far have
failed to impress me.
   -- Sybren Stuvel @ c.l.python

Get Firefox! <http://www.spreadfirefox.com/?q=affiliates&id=67907&t=1>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年07月18日 星期一 12:59

Light light_zls at 163.com
Mon Jul 18 12:59:58 HKT 2005

Dive into Python里面有现成的程序的。

在 2005年7月18日 星期一 10:17,yao qu 写道:
> 以前研究winamp 插件的时候似乎看到csdn里有人介绍过相关的东西,不过是C,可以参考,思想还是差不多的,我想。
>
> On 7/7/05, Guofeng Yuan <loocoo at gmail.com> wrote:
> > 如题

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号