I'm making a little script that creates a database from your music collection's file structure. I have it working, but I want to make it more customizable... If you were given a string like:
%artist%\%album% [%year%][%number%] %name% [%featured%]
How would you go about using it to browse through the directory structure?
Thanks for any help on this one, I'm just not sure where to start.