A desktop application to bulk download audio recordings from app.plaud.ai.
- User-friendly interface for downloading audio recordings
- Automatic detection and download of recordings as MP3 files
- Ensures all downloaded files have the .mp3 extension
- Configurable settings for download behavior
- Works on macOS (optimized for Apple Passkey login)
- Node.js and npm must be installed on your computer
- Internet connection for the initial installation (to download dependencies)
- Extract the ZIP file to a location of your choice
- Open the extracted folder in File Explorer
- Double-click on
install.bat
- This will install the dependencies and start the app
- Extract the ZIP file to a location of your choice
- Open a terminal and navigate to the extracted directory:
cd path/to/plaud-audio-downloader
- Make the install script executable:
chmod +x install.sh
- Run the install script:
./install.sh
After the initial installation, you can run the app by:
- Opening a terminal/command prompt in the app directory
- Running:
npm start
-
Start the Download Process
- Click the "Start Download" button on the Download tab.
-
Log In to Plaud
- A browser window will open. Log in to your Plaud account if needed.
-
Navigate to Your Recordings
- Go to the page where your recordings are listed.
-
Wait for the Process to Complete
- The app will automatically detect and download your recordings.
-
Access Your Downloads
- Click "Open Download Folder" to see your downloaded audio files.
- Download Directory: Where your audio files will be saved
- Delay between actions: Adjust this if you experience issues with downloads
- Maximum recordings to download: Limit the number of recordings to download (-1 for all)
- Headless mode: Run without showing the browser window (not recommended for first use)
- If downloads are failing, try increasing the delay in Settings
- Make sure you're on the correct page with your recordings
- If the app can't find your recordings, try refreshing the page
- For technical support, contact your administrator
MIT