From 50ceb2e0a2fae1b1b9b3397d9aa6932d1aa6ac7b Mon Sep 17 00:00:00 2001 From: WhatTheMike Date: Thu, 4 Feb 2021 22:57:21 -0500 Subject: [PATCH] Using HTML should do the trick... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8de0f72..40a4491 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 (98e299036de1688c3f60cda87728ee3c2969188 8 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.