I need some help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • dammix

    #1

    I need some help

    hello,
    I'm completely a newbye, I've started studying python since 3 weeks and
    now I need to write a small program that reads the id3 tags from the
    mp3 contained inside a cd, and then print them into a simple text file,
    I hope it's possible to do this, and I hope you can help me too.

    thanks alot and sorry for my bad english but I'm italian


    Dany

  • Tim Heaney

    #2
    Re: I need some help

    "dammix" <65danix85@gmai l.comwrites:
    >
    I'm completely a newbye, I've started studying python since 3 weeks and
    now I need to write a small program that reads the id3 tags from the
    mp3 contained inside a cd, and then print them into a simple text file,
    I hope it's possible to do this, and I hope you can help me too.
    Several different people have written modules to help you read (and
    write) ID3 tags.





    Pick one you like!

    Tim

    Comment

    • Jonathan Harris

      #3
      Re: I need some help

      Tim Heaney wrote:
      Several different people have written modules to help you read (and
      write) ID3 tags.
      On a related topic, I have a Perl module that reads MP4/AAC tags -
      http://search.cpan.org/~jhar/MP4-Info/ - that I'm considering porting to
      Python.

      But before I start, is anyone aware of an existing Python module to read
      MP4/AAC tags?

      Jonathan.

      Comment

      Working...