- 1 Introduction
- 2 Pack Content
- 3 Usage
- 3.1 Rename selected takes source file with takes name if possible
- 3.2 Rename selected takes source file name according to take name in the limit of 32 characters and with 001 counter
- 3.3 Set take source file names from CSV based on GUID
- 3.4 Glue selected items (preserving first selected item original source file name)
- 3.5 Rename or move selected takes source file (file name and path processor) (2022-05-18)
- 3.6 Rename or move selected takes source file via render window (file name and path processor) (2022-05-18)
- 3.7 Rename selected takes source file with track name as file folder (2022-05-18)
- 3.8 Search and replace selected in items source file names association
- 4 Installation
- 5 Feature Requests
- 6 Notes
- 7 Purchase
Introduction
A set of scripts to allow you to rename source files of a take selection.
Pack Content
Name | Folder | Links | Date | Version | Changes |
---|---|---|---|---|---|
X-Raym_Glue selected items (preserving first selected item original source file name).lua | Items Creation | Screenshot | 2022-10-01 | 1.1 | 1.1 (2022-10-01)
1.0.2 (2021-09-28)
1.0.1 (2021-09-21)
1.0 (2019-06-05)
|
X-Raym_Rename or move selected takes source file (file name and path processor).lua | Items Properties | Screenshot | 2023-09-15 | 1.1 | 1.1 (2023-09-15)
1.0.1 (2023-09-15)
1.0 (2020-06-11)
|
X-Raym_Rename or move selected takes source file via render window (file name and path processor).lua | Items Properties | Screenshot | 2023-09-15 | 1.1 | 1.1 (2023-09-15)
1.0.2 (2023-09-15)
1.0.1 (2023-07-23)
1.0 (2020-06-11)
|
X-Raym_Rename selected takes source file name according to take name in the limit of 32 characters and with 001 counter.lua | Items Properties | Screenshot | 2023-09-15 | 1.3.1 | 1.3.1 (2023-09-15)
1.3 (2023-09-15)
1.2.9 (2023-09-15)
1.2.8 (2020-09-11)
1.2.7 (2019-06-01)
1.2.6 (2019-01-08) 1.2.5 (2018-12-23)
1.2.4 (2018-12-23)
1.2.3 (2018-10-05)
1.2.2 (2018-10-02)
1.2.1 (2018-09-28)
1.2 (2018-09-12)
1.1.1 (2018-02-17)
1.1 (2018-02-14)
1.0.6 (2018-02-14)
1.0.5 (2018-02-13)
1.0.4 (2018-02-13)
1.0.3 (2018-02-12)
1.0.2 (2018-02-08)
1.0.1 (2018-02-07)
1.0 (2018-01-23)
|
X-Raym_Rename selected takes source file with takes name if possible.lua | Items Properties | Screenshot | 2024-06-08 | 1.3 | 1.3 (2024-06-08)
1.2 (2023-09-15)
1.1.2 (2023-09-15)
1.1.1 (2021-09-21)
1.1 (2019-06-01)
|
X-Raym_Rename selected takes source file with track name as file folder.lua | Items Properties | Screenshot | 2023-09-15 | 1.1 | 1.1 (2023-09-15)
1.0.2 (2023-09-15) 1.0.1 (2023-09-15)
1.0 (2020-02-28)
|
X-Raym_Restore take source files from CSV file based on their GUID.lua | Items Properties | Screenshot | 2019-06-01 | 1.0 | 1.0 (2019-06-01)
|
X-Raym_Search and replace selected in items source file names association.lua | Items Properties | Screenshot | 2024-07-31 | 1.1.6 | 1.1.6 (2024-07-31)
1.1.5 (2024-07-12)
1.1.4 (2023-09-15)
|
Usage
Rename selected takes source file with takes name if possible
Very useful in combination with item name/label processor, like my Advanced Renamers.
This scripts handle a lot of corner cases like items sharing same source, takes not active etc…
Contrary to the SWS/Xenakios version, this run without having one popup per selected items, which is handy for batch processing.
Rename selected takes source file name according to take name in the limit of 32 characters and with 001 counter
This script was designed for engineers doing REAPER – ProTools workflow, using AATranslator or Vordio. At some part of the process (either AAF or ProTools import), the media files names have to be shorter than a certain amount of character. This script automatically rename these, using a counter in 001 format to avoid collision.
Set take source file names from CSV based on GUID
The above scripts create a backup reference file CSV. Use this script to restore take names source to their original name, if you need to undo the renaming made with the above scripts.
This works globally on the project based on Take identifier. It will not work with new takes.
To avoid necessary backup files, you will only get one. It will be replaced by newer version if you re-run the actions above.
This backup restoration script also updates the backup file.
Glue selected items (preserving first selected item original source file name)
With this script you can make an edit or even glue several items together and propagate the newly created items to all other items sharing same source.
You can use native actions like Item: Set item start/end to source media start/end and Item: Propagate to all similarly-named items after glueing if needed.
It works with time selection as well (a way to extend an item source edges).
Note: it hasn’t been tested on multi tracks selection.
Rename or move selected takes source file (file name and path processor) (2022-05-18)
Rename or move selected takes source file via render window (file name and path processor) (2022-05-18)
This script allows to batch process item source file path. The second one use the render window field to evaluate wildcards (set the render window to Selected Items first), so it has no popup but more wildcards are supported.
For the regular version, here is a non exhaustive list of the wildcards:
- $relative = current object folder
- $proj = current project folder
- $item = item active take name
- $itemnumber = item number on tracks
- $track = item track name
Rename selected takes source file with track name as file folder (2022-05-18)
Useful to put files into folders rather than having all them at /Audio folder root.
Search and replace selected in items source file names association
This script allows to search for a pattern/word in selected audio items source file path and replace by another, without altering original files, and loading the files associated to the new file path instead if they exist. For eg, you can replace Guitar by Flute in a set of items for which source files was named like “Guitar-01.wav”, loading “Flute-01.wav” files instead.
This can also be used to somehow commit the editing from a track to another one, respecting crossfades etc.
Installation
After purchase, just log into the website, to check the detailed installation instructions here, or on the dedicated Purchase Confirmation page. This pack can be installed and updated from REAPER thanks to the free ReaPack extension, via a custom repository link related to your licence, or via regular Zip download. License are valid lifetime. You will be able to enjoy updates and new scripts added to the pack without extra cost.
Feature Requests
Miss a function? Let me know!
Notes
By buying this product, you are supporting my free scripting. Thanks!