i.e "Movie Name : Chameli (2004) Singer : Sunidhi Chauhan Music Director : Sandesh Shandilya"
Is it possible to extract "Sunidhi Chauhan" out of this Line and put it in the "Artist" tag with the parser of mp3tag?
I cannot use FindInLine command as Singer is not always returned by the server. So FindInLine Command error outs. So all i can do is strip out the unwanted data whenever Singer info is returned.
I am trying this command regexpreplace "^[^S]+" "" which removes everthing before "Singer" if the movie name does not start with "S"
How do I modify this regex to strip everything before only if the word is Singer?
What about striping everything on and after "Music Director"?
Please help as I am very close to making the first script that will help anybody looking to tag Indian Music.
any help is much appreciated.