From c8d6b06d9be3901eb022dcc6ea2596f1afdefc6d Mon Sep 17 00:00:00 2001 From: WhatTheMike Date: Thu, 4 Feb 2021 22:59:57 -0500 Subject: [PATCH] Why does git make this so difficult --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40a4491..67aee07 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This script will convert your HEIC files (a format Apple saves photos with) to J \* Requires the ImageMagick CLI software to be installed with HEIC support. There are links at the top of the script to do this. **cleanupBeatSaberSongs.sh** -I wrote this script because I was tired of using the excuse that the folder names are jibberish (
98e299036de1688c3f60cda87728ee3c29691888
for example) to not clean up my custom song library. This script goes through all the folders that are 40 characters long (didn't check for only hexadecimal characters so be warned ye ol 40 character song titles), extracts information from their info.dat files (in 2 ways funny enough), and renames the folders to the actual song names with the artist and mapper separated by hyphens. This way if you happen to have a song mapped by different people they don't get overwritten. +I wrote this script because I was tired of using the excuse that the folder names are jibberish (98e299036de1688c3f60cda87728ee3c29691888 for example) to not clean up my custom song library. This script goes through all the folders that are 40 characters long (didn't check for only hexadecimal characters so be warned ye ol 40 character song titles), extracts information from their info.dat files (in 2 ways funny enough), and renames the folders to the actual song names with the artist and mapper separated by hyphens. This way if you happen to have a song mapped by different people they don't get overwritten. **terminalTweaks.txt** This isn't so much a script as some small quality of life improvements I've made to my WSL Ubuntu 20.04 systems and Ubuntu 20.04 server. Add whichever you like to the end of your .profile and use 'source ~/.profile' to load it immediately.