I apologize in advance. I'm very new to scripting and I don't really even know the language that well.
Since I wanted to retain a lot of information about my various mp3s, I saved all the info in the comment field because it allowed for a large number of characters. I formatted the information in a way that I believed would allow me to extract individual pieces of information once I figured out how. Here is the comment tag for one of my files:
[c]recorded in home studio in London[[c]]
[reld]23[[reld]]
[relm]04[[relm]]
[rely]1985[[rely]]
[recd]13[[recd]]
[recm]12[[recm]]
[recy]1984[[recy]]
now I would like to extract the rely (release year), which is 1985, and place it in the common "year" field. I assumed that because I have unique open/close strings surrounding the year, it would be easy to programmatically extract it. I just don't know how to do it. Thank you in advance for your help.
