2025-03-12 12:37:32 +01:00
|
|
|
# reaper-regionplaylist2csv
|
|
|
|
|
2025-03-12 12:42:17 +01:00
|
|
|
Exports all playlists in SWS's Region Playist to CSV files
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
* Clone Repositiory in your Reaper project
|
|
|
|
* Rename project file to 'project.rpp' or change the filename in the script
|
|
|
|
* Run
|
|
|
|
|
|
|
|
``` Batch
|
|
|
|
cd reaper-regionplaylist2csv
|
|
|
|
python ./app.py
|
2025-03-12 12:49:48 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
## Issues
|
|
|
|
|
|
|
|
My playlists are named like "20060201 Venue". The script may fail if you have a different scheme.
|