Hello,
I am trying to add information from an XML tag to the actual MP3 tag.
"<"?xml version="1.0" encoding="utf-8"?>
"<"MediaEntry version="1">
"<"entryType>Music
"<"duration>263407
"<"identifier>ac3ead51-87c5-4f27-a71a-8b7f0f1f6195
"<"title>Loser (album version)
"<"artist>3 Doors Down
"<"album>Loser
"<"albumartist>3 Doors Down
"<"genre>Unknown
"<"year>2000
"<"comment>11A - Energy 7
"<"trackno>2/5
"<"discno>1/1
"<"isrc>USUR19980268
"<"rating>0
"<"bitrate>320
"<"tagType>1
"<"ci_freq>44100</ci_freq>
"<"ci_chans>2</ci_chans>
"<"ci_flags>-2145386496</ci_flags>
"<"ci_ctype>65541</ci_ctype>
"<"ci_origres>0</ci_origres>
"<"bpm>176.119
"<"general />
"<"cuePoints">"
"<"cueIn>2.673
"<"ramp>18.173
"<"ramp2>18.173
"<"outro>18.173
"<"fadeOut>260.663
"<"next>259.163
"<"cueOut>263.021
"<"/cuePoints>
I need to have the "cueIn" set as an Intro and with the time in milliseconds.
The final look to be INTRO 2673
Is this possible using actions?
Thanks in advance.