Mind Control Forums  

Go Back   Mind Control Forums > Public Categories > Hundred Miles Software > Hundred Miles Software: UltraID3Lib Support

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old February 1st, 2010, 08:14 AM
jcarta jcarta is offline
Registered User
 
Join Date: Jan 2010
Posts: 1
Using in Classic ASP Environment

I am hoping someone has experience on using UltraID3Lib in a classic ASP web environment. If so some quick sample code on how initiate the class, read the basic tags (in all ID3 versions), assign new values and write them back to the file.

I registered the ultraid3lib.dll on the web server but during the regsvr32 call, I received an error message saying there was no entry point.

I was hoping the following code (or something like it) would work in classic ASP (which is pretty much classic VB):

Dim id3
Set id3 = server.CreateObject("UltraID3Lib.iTag)

id3.Read "C:\test.mp3"

myartist = id3.Artist

myartist = myartist & " - updated"

id3.Artist = myartist

id3.Write

** If someone could help with the above I would very much appreciate it!

set id3=nothing
Reply With Quote
Reply

Tags
class vb, read, write

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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 On

Forum Jump


All times are GMT -5. The time now is 07:18 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
2003-2008 Rainlands