Should I use capture text filter ?
Posted: Fri Nov 09, 2012 4:29 pm
Hi everyone,
I tried to look into the forum but can't figure out how to do it.
>>>>>>>>>>
I have a text file with URL's like below:
https://spideroak.com/share/Party/Black ... 8DJ%29.mp3
https://spideroak.com/share/Party/Bomba ... 8DJ%29.mp3
https://spideroak.com/share/Party/Fatbo ... 8DJ%29.mp3
https://spideroak.com/share/Party/Flo%2 ... 8DJ%29.mp3
https://spideroak.com/share/Party/Imeld ... 8DJ%29.mp3
https://spideroak.com/share/Party/T-Pai ... 8DJ%29.mp3
I want to pick this lines one by one and create new text file with following pattern:
<track>
<location>URL</location>
<creator></creator>
<title>WRITE SONG TITLE HERE</title>
<annotation></annotation>
</track>
For Example:
<track>
<location>https://spideroak.com/share/Party/Flo%2 ... 8DJ%29.mp3</location>
<creator></creator>
<title>Flo Rida - Low(DJ).mp3</title>
<annotation></annotation>
</track>
<track>
<location>https://spideroak.com/share/Party/T-Pai ... 8DJ%29.mp3</location>
<creator></creator>
<title>T-Pain - Church(DJ).mp3</title>
<annotation></annotation>
</track>
I am familiar with Extract Line Matching, Perl Pattern, Merge to file, Restrict to attribute and couple of others simple filters.
I can't figure out how to deal with this thing.
Just help me out with the filters to be used and their sequence and I will try to solve this thing.
Their are around 420 URLs in the file. If I can automate this thing It would save me lot of time & energy.
Please help me out.
Thanks in advance.....
I tried to look into the forum but can't figure out how to do it.
>>>>>>>>>>
I have a text file with URL's like below:
https://spideroak.com/share/Party/Black ... 8DJ%29.mp3
https://spideroak.com/share/Party/Bomba ... 8DJ%29.mp3
https://spideroak.com/share/Party/Fatbo ... 8DJ%29.mp3
https://spideroak.com/share/Party/Flo%2 ... 8DJ%29.mp3
https://spideroak.com/share/Party/Imeld ... 8DJ%29.mp3
https://spideroak.com/share/Party/T-Pai ... 8DJ%29.mp3
I want to pick this lines one by one and create new text file with following pattern:
<track>
<location>URL</location>
<creator></creator>
<title>WRITE SONG TITLE HERE</title>
<annotation></annotation>
</track>
For Example:
<track>
<location>https://spideroak.com/share/Party/Flo%2 ... 8DJ%29.mp3</location>
<creator></creator>
<title>Flo Rida - Low(DJ).mp3</title>
<annotation></annotation>
</track>
<track>
<location>https://spideroak.com/share/Party/T-Pai ... 8DJ%29.mp3</location>
<creator></creator>
<title>T-Pain - Church(DJ).mp3</title>
<annotation></annotation>
</track>
I am familiar with Extract Line Matching, Perl Pattern, Merge to file, Restrict to attribute and couple of others simple filters.
I can't figure out how to deal with this thing.
Just help me out with the filters to be used and their sequence and I will try to solve this thing.
Their are around 420 URLs in the file. If I can automate this thing It would save me lot of time & energy.
Please help me out.
Thanks in advance.....