Hello All,
I’m having some difficulty producing a User Action. I’ve tried reading the documentation for a given example User Action but I am still confused.
I have mp3 files that are contained within a folder of the following structure;
"[Catalog Number] Release Name (Release Year)”
I wish to extract the textual information from “[Catalog Number]” of the parent folder and populate the “Catalog Number” field TXXX/CATALOGNUMBER (?)
The script I have been trying to follow is “Extract And Expand Artist Title” found here;
http://2manyrobots.com/SampleActions/docs/ExtractExpandArtistAlbumTitle.html
However I am getting stuck fairly early on, so far my User Action looks like (note that I have yet to do any extraction of the information I need, at this stage I am just trying to get the parent folder name into the Catalog Number field and take it from there);
Get Property Parent Folder Name -> Variable 1
Run inline action ‘Expand’ grouped
Set The Catalog Number field to “\<Result>”
When I run the action I get the following error;
“Missing Inline Action
The ‘Expand’ inline action does not exist”
Any pointers would be greatly appreciated.
Thanks in advance!
|