Need help on how to use Pymedia!

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

    Need help on how to use Pymedia!

    Hi,
    I am currently trying to use pymedia so to get the following informations
    (author, song title, ...) from a mp3 file.
    The documentation I downloaded is quite limited : It gives some clues on how
    to get that information (method getInfo() from pymedia.audio.a codec).
    However, it does not explain what has to be done prior to that call.
    I downloaded pycar but it did not help me.

    Could someone give me a more detailed documentation on pymedia or some clues
    on how to get the information I need ?

    Thanks for your help



  • Lawrence Oluyede

    #2
    Re: Need help on how to use Pymedia!

    In data Thu, 05 Aug 2004 02:28:48 GMT, CptPicard ha scritto:
    [color=blue]
    > Could someone give me a more detailed documentation on pymedia or some clues
    > on how to get the information I need ?[/color]

    AFAIK Pymedia cannot extract ID3 infos from MP3 (altough you can study by
    yourself the ID3 format a inspect the raw info of the file), anyway the web
    is full of ID3 tools for python such as:


    bye!

    --
    Lawrence (l dot oluyede at virgilio dot it)
    "In IE we trust"

    Comment

    • 3c273

      #3
      Re: Need help on how to use Pymedia!


      "CptPicard" <jpmorichon@ear thlink.net> wrote in message
      news:AXgQc.508$ nx2.344@newsrea d2.news.atl.ear thlink.net...[color=blue]
      > Hi,
      > I am currently trying to use pymedia so to get the following informations
      > (author, song title, ...) from a mp3 file.
      > The documentation I downloaded is quite limited : It gives some clues on[/color]
      how[color=blue]
      > to get that information (method getInfo() from pymedia.audio.a codec).
      > However, it does not explain what has to be done prior to that call.
      > I downloaded pycar but it did not help me.
      >
      > Could someone give me a more detailed documentation on pymedia or some[/color]
      clues[color=blue]
      > on how to get the information I need ?
      >
      > Thanks for your help
      >[/color]
      Hi,
      I have never used pymedia but section 6.7 of the "Dive Into Python" tutorial
      describes a class for getting mp3 file information. It is quite simple and
      if I recall correctly, it worked perfectly when I tried it. HTH.
      Louis


      Comment

      • CptPicard

        #4
        Re: Need help on how to use Pymedia!

        Thank you for your help!

        "Lawrence Oluyede" <raims@dot.co m> wrote in message
        news:3x8w4pqd3e mo.15wp1jkrwkqu a.dlg@40tude.ne t...[color=blue]
        > In data Thu, 05 Aug 2004 02:28:48 GMT, CptPicard ha scritto:
        >[color=green]
        > > Could someone give me a more detailed documentation on pymedia or some[/color][/color]
        clues[color=blue][color=green]
        > > on how to get the information I need ?[/color]
        >
        > AFAIK Pymedia cannot extract ID3 infos from MP3 (altough you can study by
        > yourself the ID3 format a inspect the raw info of the file), anyway the[/color]
        web[color=blue]
        > is full of ID3 tools for python such as:
        > http://id3-py.sourceforge.net/[/color]

        [color=blue]
        >
        > bye!
        >
        > --
        > Lawrence (l dot oluyede at virgilio dot it)
        > "In IE we trust"[/color]


        Comment

        • CptPicard

          #5
          Re: Need help on how to use Pymedia!

          Thank you for your help!

          "3c273" <nospam@nospam. com> wrote in message
          news:cetiuv01vm i@enews4.newsgu y.com...[color=blue]
          >
          > "CptPicard" <jpmorichon@ear thlink.net> wrote in message
          > news:AXgQc.508$ nx2.344@newsrea d2.news.atl.ear thlink.net...[color=green]
          > > Hi,
          > > I am currently trying to use pymedia so to get the following[/color][/color]
          informations[color=blue][color=green]
          > > (author, song title, ...) from a mp3 file.
          > > The documentation I downloaded is quite limited : It gives some clues on[/color]
          > how[color=green]
          > > to get that information (method getInfo() from pymedia.audio.a codec).
          > > However, it does not explain what has to be done prior to that call.
          > > I downloaded pycar but it did not help me.
          > >
          > > Could someone give me a more detailed documentation on pymedia or some[/color]
          > clues[color=green]
          > > on how to get the information I need ?
          > >
          > > Thanks for your help
          > >[/color]
          > Hi,
          > I have never used pymedia but section 6.7 of the "Dive Into Python"[/color]
          tutorial[color=blue]
          > describes a class for getting mp3 file information. It is quite simple and
          > if I recall correctly, it worked perfectly when I tried it. HTH.
          > Louis
          >
          >[/color]


          Comment

          Working...