The MP3car.com Store The MP3car.com Store    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development

Reply
 
LinkBack Thread Tools Display Modes
Old 10-16-2004, 12:24 PM   #1
Low Bitrate
 
99bravada's Avatar
 
Join Date: Dec 2003
Location: Central Florida
Posts: 99
Need coding help

I'm working on a front-end and it's coming along nicely; plays media through Winamp, reads/writes config file, custom skins working including background animations/animated buttons... I'm using Flash actionscript and Flash Studio Pro which is basically based on Visual Basic. I can send and receive SQL commands to my .mdb file no prob; however, I need to figure out how it can look in a location and parse through the files for ID3/meta tag information and spit it back to the database in tables/cells that I specify. I can accomplish everything else through actionscript and by utilizing Flash Studio Pro instead of trying to learn VB, but this one has got me stumped.. I think I'll have to go the VB or C# route... Flash Studio Pro can call external VB or C libraries, so even a DLL could suffice... Any help is very appreciated; I'll surely put anyone who helps in the credits.

Thanks guys,

99Bravada.
__________________
Current:
2007 Black Diamond Toyota FJ Cruiser | Mac Mini (in dash) | Carnetix P1900 (in dash) | Apple Bluetooth Keyboard | Kicker KX350.4 amp | Pair Polk Audio 6.5"s in front
Coming soon:
12.1" touchscreen LCD (in dash) | US GlobalSat USB GPS receiver
99bravada is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 10-16-2004, 12:29 PM   #2
Maximum Bitrate
 
grepzen's Avatar
 
Join Date: Jul 2004
Location: VaBch VA
Posts: 575
found: http://www.vb-helper.com/howto_read_mp3_id3_tags.html
__________________
•Micke
grepzen is offline   Reply With Quote
Old 10-16-2004, 12:31 PM   #3
FLAC
 
IntellaWorks's Avatar
 
Join Date: Jun 2004
Location: NH
Posts: 1,173
.

I've never used winamp's DLL's but I have done a bunch of media player and to get ID3 tags you must draw from a member in the media class. This is done with VB or C++ pretty easily.
__________________
Progress [I will seriously never be done!]
Via EPIA MII
512MB RAM
OEM GPS (embedded)
nLite WinXP pro on
1GB Extreme III CF card
Carnetix 1260 startup/ DC-DC regulator
Software: Still, re-Writing my existing front end in .Net
IntellaWorks is offline   Reply With Quote
Old 10-16-2004, 01:00 PM   #4
Clover
 
Grayscale's Avatar
 
Join Date: May 2004
Location: Arkansas
Posts: 1,549
frodo gave me his old DB builder as an example, it was tremendous help. when he wakes up ask him for it

Sorry didn't see you didn't know VB. Well in that case...I don't know, just look at the code anyways, you might be able to modify it if you know basic programming fundamentals.
__________________
CarPC install is starting to come along again...
Grayscale is offline   Reply With Quote
Old 10-16-2004, 01:03 PM   #5
Newbie
 
Join Date: Aug 2004
Location: Ottawa, ON, Canada
Posts: 53
You could find someone to write you a custom dll in C# or VB, which would do just that. I'll look around the net and see if i can find one. I'm pretty heavy into VB.net right now.
I'm assuming that all the component will need to do is look at a directory/sub directories and parse all the id3 tags and insert them into a database, kind of like what frodo player does to build/sync your music collection. Is that right?
ea972271 is offline   Reply With Quote
Old 10-16-2004, 03:24 PM   #6
Clover
 
Grayscale's Avatar
 
Join Date: May 2004
Location: Arkansas
Posts: 1,549
if frodo gives the OK i'll post the DB Builder code or give it to someone to port to a DLL. sorry but i don't do dlls
__________________
CarPC install is starting to come along again...
Grayscale is offline   Reply With Quote
Old 10-16-2004, 05:17 PM   #7
I'm sorry, and you are....?
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
I don't give a ****.
__________________
FrodoPlayer.com
TeaBaggins.com
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
frodobaggins is offline   Reply With Quote
Old 10-16-2004, 11:11 PM   #8
Low Bitrate
 
99bravada's Avatar
 
Join Date: Dec 2003
Location: Central Florida
Posts: 99
Quote: Originally Posted by grepzen

Thanks grepzen, but I cannot code in visual basic; I guess I need to learn someday
__________________
Current:
2007 Black Diamond Toyota FJ Cruiser | Mac Mini (in dash) | Carnetix P1900 (in dash) | Apple Bluetooth Keyboard | Kicker KX350.4 amp | Pair Polk Audio 6.5"s in front
Coming soon:
12.1" touchscreen LCD (in dash) | US GlobalSat USB GPS receiver

Last edited by 99bravada; 10-16-2004 at 11:15 PM.
99bravada is offline   Reply With Quote
Old 10-16-2004, 11:13 PM   #9
Low Bitrate
 
99bravada's Avatar
 
Join Date: Dec 2003
Location: Central Florida
Posts: 99
Quote: Originally Posted by ea972271
You could find someone to write you a custom dll in C# or VB, which would do just that. I'll look around the net and see if i can find one. I'm pretty heavy into VB.net right now.
I'm assuming that all the component will need to do is look at a directory/sub directories and parse all the id3 tags and insert them into a database, kind of like what frodo player does to build/sync your music collection. Is that right?


ea972271, that is exactly what I need, you are dead on... since I am using Flash Studio, I'll probably have to get someone to muck with the VB code a bit to work as I need it to... basically I'll have a folder browse icon or a field that the user can type in the location and a button (all in Flash) that will launch a VB function with the location variable as a parameter.
__________________
Current:
2007 Black Diamond Toyota FJ Cruiser | Mac Mini (in dash) | Carnetix P1900 (in dash) | Apple Bluetooth Keyboard | Kicker KX350.4 amp | Pair Polk Audio 6.5"s in front
Coming soon:
12.1" touchscreen LCD (in dash) | US GlobalSat USB GPS receiver

Last edited by 99bravada; 10-16-2004 at 11:22 PM.
99bravada is offline   Reply With Quote
Old 10-16-2004, 11:17 PM   #10
Low Bitrate
 
99bravada's Avatar
 
Join Date: Dec 2003
Location: Central Florida
Posts: 99
Quote: Originally Posted by Grayscale
if frodo gives the OK i'll post the DB Builder code or give it to someone to port to a DLL. sorry but i don't do dlls

Thanks Grayscale and Frodo; this would be a tremendous help... I think there is someone in my office who knows VB so I could always get with one of them to put into a dll.
__________________
Current:
2007 Black Diamond Toyota FJ Cruiser | Mac Mini (in dash) | Carnetix P1900 (in dash) | Apple Bluetooth Keyboard | Kicker KX350.4 amp | Pair Polk Audio 6.5"s in front
Coming soon:
12.1" touchscreen LCD (in dash) | US GlobalSat USB GPS receiver
99bravada is offline   Reply With Quote
Old 10-16-2004, 11:28 PM   #11
Raw Wave
 
Tidder's Avatar
 
Join Date: Sep 2003
Location: New Mexico, USA
Posts: 2,542
Quote: Originally Posted by frodobaggins
I don't give a ****.

That's the funniest damn thing I've seen all day!
Tidder is offline   Reply With Quote
Old 10-19-2004, 12:27 PM   #12
Low Bitrate
 
99bravada's Avatar
 
Join Date: Dec 2003
Location: Central Florida
Posts: 99
Hey Grayscale, did you find that code? I'll make sure to give Frodo credit in my app.
__________________
Current:
2007 Black Diamond Toyota FJ Cruiser | Mac Mini (in dash) | Carnetix P1900 (in dash) | Apple Bluetooth Keyboard | Kicker KX350.4 amp | Pair Polk Audio 6.5"s in front
Coming soon:
12.1" touchscreen LCD (in dash) | US GlobalSat USB GPS receiver
99bravada is offline   Reply With Quote
Old 10-26-2004, 07:29 PM   #13
Newbie
 
Join Date: Oct 2004
Location: Worcestershire
Posts: 4
I used VB6 a few times years ago to create executable files no problem. But a couple of years ago I bought VB studio.net but the exe file would only run on the machine that I developed the application on. If I recal it was due to the fact that I had to deploy the .net framework. At this point I let it and have not used it since. Is this correct and if I create new aplications using VB.net will they run ok on other machines since the .net framework is on most machines as part of the operating system.

What is the most common development platform that people seem to be using?

Cheers Sick J
SICK J is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
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
Trackbacks are On
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Concrete Blonde is Conducive to Coding. frodobaggins FrodoPlayer 11 10-01-2004 05:54 PM
Q about vb coding of ME GUI CorollaVerso'04 Media Engine 1 06-12-2004 07:19 AM
Mediacar V1.8.5 coyote MediaCar 47 02-16-2004 01:16 PM
You know you spend too much time coding / computing when... frodobaggins Software & Software Development 20 01-03-2004 02:01 AM


All times are GMT -5. The time now is 04:54 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics