Hi:
I have a collection of mp3s and I need to create 1 xml file per mp3.
I have:
recording1.mp3
recording2.mp3
etc
and I want to generate this kind of files.
recording1.xml
recording2.xml
and inside each xml file I need to add a url prefix and then the filename at the end.
So if my url is
www.servername.com/mp3s
i need to have inside the xml something like
<file>www.servername.com/mp3s/recording1.mp3</file>
for the second file
<file>www.servername.com/mp3s/recording2.mp3</file>
Like that.
I have run into some issues so I would like to know from you guys.
Thanks in advance.
ps. if it works in subfolders too then you are my shell god.