To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here
VBForums  

VB Wire News
MSDN Subscribers: Download the VS 2010 Release Candidate
MSDN Subscribers: Download the VS 2010 Release Candidate
Sell Your Code and Make Money?
Creating your own Tetris game using VB.NET
Article :: Improving Software Economics, Part 4 of 7: Top 10 Principles of Iterative Software Management



Go Back   VBForums > Visual Basic > Visual Basic 6 and Earlier

Reply Post New Thread
 
Thread Tools Search this Thread Display Modes
Old Sep 29th, 2002, 09:02 PM   #1
Elite Wraith
New Member
 
Elite Wraith's Avatar
 
Join Date: Sep 02
Location: Australia
Posts: 10
Elite Wraith is an unknown quantity at this point (<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
Elite Wraith is offline   Reply With Quote
Old Sep 29th, 2002, 11:04 PM   #2
hipopony66
Fanatic Member
 
Join Date: Jul 01
Location: Maumelle, AR
Posts: 625
hipopony66 is an unknown quantity at this point (<10)
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.
hipopony66 is offline   Reply With Quote
Old Sep 29th, 2002, 11:50 PM   #3
MidgetsBro
PowerPoster
 
MidgetsBro's Avatar
 
Join Date: Oct 00
Location: Apparently, Internet.com
Posts: 3,125
MidgetsBro is an unknown quantity at this point (<10)
Attached is a class file that will help you read ID3v1.1 tags.
Attached Files
File Type: cls clsid3.cls (6.8 KB, 98 views)
__________________
<removed by admin>
MidgetsBro is offline   Reply With Quote
Old Sep 29th, 2002, 11:51 PM   #4
MidgetsBro
PowerPoster
 
MidgetsBro's Avatar
 
Join Date: Oct 00
Location: Apparently, Internet.com
Posts: 3,125
MidgetsBro is an unknown quantity at this point (<10)
This module works with most ID3v2 tags.
Attached Files
File Type: bas mp3headertag.bas (7.3 KB, 394 views)
__________________
<removed by admin>
MidgetsBro is offline   Reply With Quote
Old Sep 29th, 2002, 11:51 PM   #5
MidgetsBro
PowerPoster
 
MidgetsBro's Avatar
 
Join Date: Oct 00
Location: Apparently, Internet.com
Posts: 3,125
MidgetsBro is an unknown quantity at this point (<10)
This module will let you play an MP3 file without using the Windows Media Control.
Attached Files
File Type: bas playmp3.bas (4.2 KB, 88 views)
__________________
<removed by admin>
MidgetsBro is offline   Reply With Quote
Old Sep 30th, 2002, 12:14 AM   #6
Elite Wraith
New Member
 
Elite Wraith's Avatar
 
Join Date: Sep 02
Location: Australia
Posts: 10
Elite Wraith is an unknown quantity at this point (<10)
thankx guys
Elite Wraith is offline   Reply With Quote
Old Sep 30th, 2002, 12:15 AM   #7
rruble88
Member
 
Join Date: Jul 02
Posts: 34
rruble88 is an unknown quantity at this point (<10)
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 30th, 2002 at 12:29 AM.
rruble88 is offline   Reply With Quote
Old Sep 24th, 2003, 09:03 AM   #8
DaveBo
Hyperactive Member
 
Join Date: Apr 01
Location: N42 29.340 W71 53.215
Posts: 421
DaveBo  is on a distinguished road (30+)
MP3 Tags ID3v2 the definitive site

http://www.id3.org/

especially http://www.id3.org/develop.html
__________________
"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
DaveBo is offline   Reply With Quote
Old Oct 15th, 2003, 06:45 AM   #9
matt3011
Lively Member
 
matt3011's Avatar
 
Join Date: May 02
Location: France
Posts: 82
matt3011 is an unknown quantity at this point (<10)
Here is a id3v2 reader/writer written in VB.NET :
Id3v2 module
matt3011 is offline   Reply With Quote
Reply

Go Back   VBForums > Visual Basic > Visual Basic 6 and Earlier


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 10:38 AM.




To view more projects, click here

Acceptable Use Policy


The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.