This example shows how to process a large batch of files with metadata extraction and custom presets.
You have a music library with inconsistent filenames and want to:
- Convert all files to a consistent format (AAC 256k)
- Extract metadata from filenames
- Add cover art automatically
- Organize output by artist/album
- Go to Settings → Manage Filename Patterns
- Add patterns like:
{artist} - {title}{track} - {artist} - {title}{album} - {artist} - {title}
- Go to Settings → Manage Presets
- Create new preset:
- Name: "AAC 256k High Quality"
- Format: aac
- Mode: CBR
- Bitrate: 256
- Save preset
- Use "Add Folder" to add your entire music library
- Files are added recursively from subfolders
- Select all files in queue (Ctrl+A)
- Go to View → Parse tags from filename (all)
- HandForge extracts artist, title, album from filenames
- Select all files
- Go to View → Fetch cover from folder.jpg (selected/all)
- HandForge finds cover.jpg, folder.jpg, etc. in each folder
- Double-click files to edit metadata individually
- Add missing information
- Verify cover art
- Preset: Select "AAC 256k High Quality"
- Duplicates: "Rename" to preserve all files
- Parallel: Increase to 4-8 for faster processing (if system allows)
- Click "Start"
- Monitor progress in workers table
- Large batches may take time
- Review failed items in workers table
- Click "🔎 log" to see error details
- Use "Retry Failed" or "Retry Failed (Safe)" to retry
- After completion, click "Export Summary"
- Save CSV with all conversion details
- Use for record-keeping
While HandForge outputs to a single folder by default, you can:
- Manually organize after conversion
- Use the exported CSV to create scripts
- Wait for future features (planned)
- All files converted to AAC 256k
- Metadata extracted and embedded
- Cover art added where available
- Consistent format across library
- Test First: Process a small batch first
- Backup: Keep originals until verified
- Monitor: Watch for errors during large batches
- Export: Save summaries for reference
See Also: Usage Guide | Configuration