How do I run a script

I havent the foggiest idea of how to run a script. I found the following to create .cue files but dont know where to start to run it. I also need to run it on on m4b files so i guess I have to change a few things.

Just knowing thats possible would be great.

$filename(%album%.cue,utf-8)PERFORMER "$iflonger(%albumartist%,0,%albumartist%,%artist%)"
TITLE "%album%"
$loop(%_filename_rel%)FILE "%_filename_rel%" $if($eql($upper(%_extension%),MP3),MP3,WAVE)
TRACK $right(0%track%,2) AUDIO
TITLE "%title%"
PERFORMER "$iflonger(%artist%,0,%artist%,%albumartist%)"
INDEX 01 00:00:00
$loopend()

See the documentation on export:

Do you refer to this thread?

yes, but i have no idea how to use scripts.

Initial setup:
Step 1: Open MP3Tag
Step 2: Add all items you want to work with (or just anything, otherwise next step will be greyed out)
Step 3: (Menu) "File" -> "Export..." or press Ctrl+E
Step 4: "New", type any name for the script (I just saved it under "cue" name), Ok/Enter
Step 5: Your default text editor will launch with /mp3tag/export/your_script_name.mte file opened, edit it, save it

Usage:
Step 1: Open MP3Tag
Step 2: Add all items you want to work with
Step 3: (Menu) "File" -> "Export..." or press Ctrl+E
Step 4: Select your_script_name export configuration

thanks..i'll take a look this evening, most appreciated.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.