A utility to help you manage your Mezzmo folder and playlist data.
- Sync folder and playlist information from the Mezzmo database
- Export folder and playlist information to CSV file
- Import folder and playlist information for bulk updating of descriptions
- Update Mezzmo folder and playlist information from Mezzmo Folder Manager database
- Maintain up to 10 timestamped copies of all data for quick restoration
- Detailed logging to local logfile
- Menu driven command functions for easy usage
- Command line support for syncing with Mezzmo for automated backup operation
- Backup Mezzmo Folder Manager database
- Native Python and Windows 64 exe formats
- Download the Mezzmo Folder Manager release file
- Unzip file into an empty folder on your system
- Ensure you have Python installed on Windows. Minimum version 3.x (native Python usage only)
- Edit the config.text file with the location of your Mezzmo database, logfile name and other settings.
- Open a command window and run mezzmo_folders.py or mezzmo_folders.exe
See optional command line arguments below. All commands are also available from the Mezzmo Folder Manager menu - Recommended usage sequence is:
- mezzmo_folders.exe
- From Mezzmo Folder Manager menu:
- sync
- backup
- export
- import (only when making changes)
- update (only when making changes or restoring data)
- sync - Syncs Mezzmo folders and playlists to the Mezzmo Folder Manager database with timestamp.
- backup - Creates a time stamped file name backup of the Mezzmo Folder Manager database
- help - Mezzmo Folder Manager help
The CSV export utility currently requires Python version 3 when using native Python format.
See the latest updates on the Mezzmo Folder Manager wiki.