mysql and scripting

eagles051387

New Member
Messages
116
Reaction score
0
Points
0
is there a way i can write a script for mysql to recurse through my music folders and add the appropriate information to my music table? btw this is on my local machine. been trying to find a mysql guru wiht no luck
 

woiwky

New Member
Messages
390
Reaction score
0
Points
0
Assuming you mean to use the scripting language to process the data and enter it in the mysql db, it shouldn't be too hard. What exactly is the data it would have to read? I'm assuming at least title and artist. Also, is the information in the file name, or in id3 tags?
 

nightscream

New Member
Messages
948
Reaction score
0
Points
0
If you want to insert some info into a mysql database it's easyer to create a php script that does it for you.
 
Top