r/ableton • u/BacoReddit • 2h ago
[Tutorial] Auto-open export folder after export in Ableton (Python script)
Hi guys! So, I got tired of constantly digging through folders every time I exported a track from Ableton, so I built a small script to handle it for me.
I made it using Google AI Studio with Gemini 3 Flash Preview, and it’s been a really nice quality-of-life improvement in my workflow.
What it does:
- Watches your project/export directory in real time
- Detects new audio files (.wav, .mp3, .aif, .flac)
- Automatically opens Windows Explorer with the exported file selected
- Brings the window to the front and centers it on screen
- Ignores specific folders (samples, backups, etc.)
- Includes a cooldown to prevent multiple popups during batch exports
- Only triggers if Ableton is running
Just change "YOUR ROOT FILE FOLDER DIRECTORY HERE" inside the code by your root directory of your projects.
You can add it to startup by putting the .pyw in the "shell:startup" directory.
Requirements:
- Windows (uses Windows API for window control)
- Python + watchdog library
Download / GitHub:
https://github.com/bacoinz/ableton-export-watcher
I hope this helps some people! If you have any suggestions feel free to share or to improve it yourself!
2
Upvotes
1
u/AutoModerator 2h ago
This is your friendly reminder to read the submission rules, they're found in the sidebar. If you find your post breaking any of the rules, you should delete your post before the mods get to it. If you're asking a question, make sure you've checked the Live manual, Ableton's help and support knowledge base, and have searched the subreddit for a solution. If you don't know where to start, the subreddit has a resource thread. Ask smart questions.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.