Skip to content

Instantly share code, notes, and snippets.

@fiso64
fiso64 / mb_fix_casing.py
Last active November 8, 2025 10:48
Interactively fixes casing issues in MusicBee database by updating the paths directly within the .mbl file and associated .mbp playlists. See https://getmusicbee.com/forum/index.php?topic=43623.
#!/usr/bin/env python3
import sys
import struct
import os
import traceback
import argparse
import shutil
import re
import io
import subprocess