Results 1 to 9 of 9

Thread: MP3 tags

  1. #1

    Thread Starter
    New Member Elite Wraith's Avatar
    Join Date
    Sep 2002
    Location
    Australia
    Posts
    10

    MP3 tags

    hey guys, im new here (1st post) and i gotta guestion already

    does anybody know how to access the MP3 tags throught a vb application, also is it possible to have too players in the one app and fade between the too?

    i'm askin' just in case people have tried this so as to stop me tryin' to do the impossible.

    thanx

  2. #2
    Fanatic Member
    Join Date
    Jul 2001
    Location
    Maumelle, AR
    Posts
    624

    yep, both can be done

    There are various ways. Do a little research and search this forum, there's been lots of posts on this subject. ID3 v1 tags are much easier to work with than ID3 v2 tags. Hope this helps you some.

  3. #3
    PowerPoster MidgetsBro's Avatar
    Join Date
    Oct 2000
    Location
    Apparently, Internet.com
    Posts
    3,125
    Attached is a class file that will help you read ID3v1.1 tags.
    Attached Files Attached Files
    <removed by admin>

  4. #4
    PowerPoster MidgetsBro's Avatar
    Join Date
    Oct 2000
    Location
    Apparently, Internet.com
    Posts
    3,125
    This module works with most ID3v2 tags.
    Attached Files Attached Files
    <removed by admin>

  5. #5
    PowerPoster MidgetsBro's Avatar
    Join Date
    Oct 2000
    Location
    Apparently, Internet.com
    Posts
    3,125
    This module will let you play an MP3 file without using the Windows Media Control.
    Attached Files Attached Files
    <removed by admin>

  6. #6

    Thread Starter
    New Member Elite Wraith's Avatar
    Join Date
    Sep 2002
    Location
    Australia
    Posts
    10
    thankx guys

  7. #7
    Member
    Join Date
    Jul 2002
    Posts
    34
    Here are a couple of sites

    http://www.microsoft.com/devonly/tec...c/amsdk028.htm

    http://home12.inet.tele.dk/mkaratha/Play.htm

    'and a few sample lines using the filtergraph


    Private MediaControl As IMediaControl 'MediaControl Object
    Private MediaPosition As IMediaPosition 'MediaPosition Object

    Set MediaControl = New FilgraphManager

    MediaControl.RenderFile "C:\music\abc.mp3"
    MediaControl.Run
    MediaControl.Stop


    You should be able to set a few mediacontrols to play a few songs, in don't know about fading though.
    hope this helps
    Last edited by rruble88; Sep 29th, 2002 at 11:29 PM.

  8. #8
    Hyperactive Member
    Join Date
    Apr 2001
    Location
    N42 29.340 W71 53.215
    Posts
    422

    MP3 Tags ID3v2 the definitive site

    "The wise man doesn't know all the answers, but he knows where to find them."
    VBForums is one place, but for the really important stuff ... here's a clue 1Tim3:15

  9. #9
    Lively Member matt3011's Avatar
    Join Date
    May 2002
    Location
    France
    Posts
    82
    Here is a id3v2 reader/writer written in VB.NET :
    Id3v2 module

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width