Remove unwanted files from osu! Songs directory. A rewrite of that tool, which is not cross-platform and does not work as intended.
pip install osu-cleaner-cli
usage: osu-cleaner-cli [-h] [--delete-videos] [--delete-hitsounds] [--delete-backgrounds] [--delete-skin-elements] [--delete-storyboard-elements] [--delete-all] [osu_songs_directory]
Remove unwanted files from osu! Songs directory.
positional arguments:
osu_songs_directory path to your osu! Songs directory
optional arguments:
-h, --help show this help message and exit
--delete-videos
--delete-hitsounds
--delete-backgrounds
--delete-skin-elements
--delete-storyboard-elements
--delete-all
If no arguments or only osu! Songs directory specified, script will start in interactive mode.