|
|
#1 |
|
New Member
Join Date: Sep 02
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 |
|
Fanatic Member
Join Date: Jul 01
Location: Maumelle, AR
Posts: 625
![]() |
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 |
|
PowerPoster
Join Date: Oct 00
Location: Apparently, Internet.com
Posts: 3,125
![]() |
Attached is a class file that will help you read ID3v1.1 tags.
__________________
<removed by admin> |
|
|
|
|
|
#4 |
|
PowerPoster
Join Date: Oct 00
Location: Apparently, Internet.com
Posts: 3,125
![]() |
This module works with most ID3v2 tags.
__________________
<removed by admin> |
|
|
|
|
|
#5 |
|
PowerPoster
Join Date: Oct 00
Location: Apparently, Internet.com
Posts: 3,125
![]() |
This module will let you play an MP3 file without using the Windows Media Control.
__________________
<removed by admin> |
|
|
|
|
|
#6 |
|
New Member
Join Date: Sep 02
Location: Australia
Posts: 10
![]() |
thankx guys
|
|
|
|
|
|
#7 |
|
Member
Join Date: Jul 02
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 |
|
Hyperactive Member
Join Date: Apr 01
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 |
|
Lively Member
Join Date: May 02
Location: France
Posts: 82
![]() |
Here is a id3v2 reader/writer written in VB.NET :
Id3v2 module |
|
|
|
![]() |
|
||||||
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|