Minimise your osu! beatmap library by erasing unused elements (difficulties, hitsounds, skins)
python osufilter.py "/your/song/path/here"
diffs = ["Hard", "Insane", "Another"]
del_maps = True
del_hitsounds = True
del_skins = False
del_bg = False
8000