A lightweight OBS script that automatically organizes recordings, replays, and screenshots into folders named after the current scene.
- Lua 100%
| LICENSE | ||
| OBSReplay.lua | ||
| README.md | ||
OBSReplay
⚠️ LINUX ONLY - This script only works on Linux systems.
Simple OBS script that automatically moves your recordings, replays, and screenshots into folders based on your current scene name.
What it does
- When you save a recording/replay or take a screenshot, it gets moved to a folder named after your current scene
- No more messy downloads folder - everything is organized automatically!
How to install
- Download the
OBSReplay.luafile - Open OBS Studio
- Go to Tools → Scripts
- Click the + button and select the
OBSReplay.luafile
How to set it up
- In the Scripts window, find "OBSReplay" in the list
- Set the Output Path to where you want your organized files (like
/home/yourname/Videos/OBS) - Optionally enable desktop notifications to see when files are moved
- Click "Close"
Example
If your scene is called "Gaming" and you save a replay, it will be moved to:
/home/yourname/Videos/OBS/Gaming/replay.mkv
Settings
- Output Path: Where to organize your files (required)
- Enable Desktop Notifications: Get popup notifications when files are moved
- Restart Replay Buffer After Save: Automatically restart replay buffer after saving
Requirements
- Linux operating system
- OBS Studio