Organize Music Files
file_organizer_organize_musicOrganize music files into structured folders by artist and album using metadata, with dry-run preview and configurable layouts for MP3, FLAC, OGG, WAV, M4A, and AAC.
Instructions
Organize music files into structured folders based on metadata (Artist/Album). Supports MP3, FLAC, OGG, WAV, M4A, AAC. Use dry_run=true to preview changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview changes without moving files | |
| structure | No | Folder structure for organization | artist/album |
| source_dir | Yes | Full path to the directory containing music files | |
| target_dir | Yes | Full path to the directory where organized music will be placed | |
| response_format | No | markdown | |
| filename_pattern | No | Pattern for renaming files | {track} - {title} |
| copy_instead_of_move | No | Copy files instead of moving them | |
| skip_if_missing_metadata | No | Skip files missing artist/album metadata |