zaibuyidao / ReaScripts

REAPER, ReaScripts, MIDI Editor
22 stars 5 forks source link

zaibuyidao_Batch Rename Track #16

Closed ARkaine2 closed 1 year ago

ARkaine2 commented 1 year ago

I find this batch-renamer best, it has minimalistic, Reaper-like interface, and everything is fine in it.

If i remember correctly, at first launch this script shows some help window, but I closed it once.

Can you please tell how to add counter to (before/after) track names?

zaibuyidao commented 1 year ago

Yes, you can find the reaper-extstate.ini file in the REAPER program folder and delete the following content:

[BATCH_RENAME_TRACK] ShowMsg=false

The help window will appear again.

Alternatively, you can directly use wildcards: For a numeric-based counter, use v=【number】; For an alphabetic-based counter, use a=【letter】.

For example, if you want to number track names like this: TK_03_a TK_04_b TK_05_c

You can select the three tracks and use the wildcards: TK_v=03_a=a

ARkaine2 commented 1 year ago

zaibuyidao, thanks, that's helpful.