Is it possible to add the alt+key combinations from the Convert drop down to an action group? Granted, it's not much effort to hit the key combinations, but if I could basically have my workflow as an action group the time would saved would add up.
See the documentation:
have a special look at the use of # and &
I'm trying to understand the process, but I'm just not getting. My workflow is this:
- Blank out the comments field
- Ctrl + K to use the auto numbering wizard
- Paste album art I found from apple music using google image search
- Make any changes to Year, Genre, Artist or Album Artist
- Alt + 1 to rename the files
- Alt + 5 to move the files
What I'm looking at attempting to do is add Steps 1, 2, 5, and 6 to an Action Group I already have setup. I don't see or find documentation where this is possible.
My Action Group would then be these steps:
- Paste album art I found from apple music using google image search
- Make any changes to any fields
- Blank out comments field
- Ctrl + K to renumber tracks (auto numbering wizard)
- Convert Case
- Make year 4 digit
- Export cover to file
- Alt + 1 to rename files
- Alt + 5 to move files
I don't see an option in the Action Groups to implement the Alt or Ctrl Key combinations from a menu...
Thanks
You cannot use the numbering wizard as part of an action. At least not with all the functions to reset the counter. The closest you get is an action of the type "Format value" and Format string %_counter%
.
To remove a field, use an action of the type "Remove field".
steps 8 &9 could be combined in a single action of the type "Format value" for _FILENAME in which you assign the path and the filename.
See also the documentation:
Convert | Action |
---|---|
Convert>Filename-Tag | Guess value with source %_FILENAME% |
Convert>Tag-Filename | Format value for _FILENAME |
Convert>Filename-Filename | Replace with regular expression for _FILENAME |
Convert>Tag-Tag | Format value |
Convert> Textfile-Tag | has no equivalent. The action "Import text file" works differently. |