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
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
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?
"But you have access to the greatest source of knowledge in the universe."
"Well I do talk to myself sometimes, yes."
"I'm back, and I'm bad! Obviously within certain, sensible, preset parameters"
If you want to insert some info into a mysql database it's easyer to create a php script that does it for you.
------------------------------------------------------------------------------------------
If you have any troubles with a website or a script, just send me a pm.
I also code websites in xHTML/css, can code javascript and php too if needed