« get me outta code hell

fixes and whatnot!! thank you foreverFlummoxed :D - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2020-05-25 14:00:59 -0300
committerFlorrie <towerofnix@gmail.com>2020-05-25 14:00:59 -0300
commit7081d795aa80039f1331b1701a1e46c40d92faf3 (patch)
treeb320f098b82e1f879c783cb9968aa0bb2bd5e73d
parentd593e0b2dcbf8a68b5e44f06402c6f03b105f34f (diff)
fixes and whatnot!! thank you foreverFlummoxed :D
-rw-r--r--album/beforus/album.txt24
-rw-r--r--album/sburb-ost/album.txt4
-rw-r--r--upd8.js8
3 files changed, 14 insertions, 22 deletions
diff --git a/album/beforus/album.txt b/album/beforus/album.txt
index e185d0ff..99a16f04 100644
--- a/album/beforus/album.txt
+++ b/album/beforus/album.txt
@@ -375,7 +375,7 @@ Commentary:
     So rad, even the ramps are skateboards. The special-effects explosions that come with this land, thankfully, have no scent.
     Bright colors are especially dangerous and I thought they suited the track, and I ran with my tried-and-tested graphic style!
 -------------------------------------------------------------------------------
-Track: Scratchlses Scraps
+Track: Scratchless Scraps
 Artist: ndividedbyzero
 Track Art: Neiratina
 URLs: https://unofficialmspafans.bandcamp.com/track/scratchless-scraps
@@ -786,9 +786,9 @@ Track Art: Fayghost
 URLs: https://unofficialmspafans.bandcamp.com/track/funeral-march-of-the-avenging-dead
 Commentary:
     <i>SerialSymphony:</i>
-    Someone needs to take my voilins away fro me, I love them too much.<br>-'Skip'/SerilaSymphony
+    Someone needs to take my violins away fro me, I love them too much.<br>-'Skip'/SerilaSymphony
     <i>Fayghost:</i>
-    Don't worry, your violins are safe with me. I promise to wakl them twice a day.
+    Don't worry, your violins are safe with me. I promise to walk them twice a day.
 -------------------------------------------------------------------------------
 Track: Past and Present
 Artist: Oliver Hendricks
@@ -971,20 +971,20 @@ Track: Rex Duodecim Daemonia X (ReDuX)
 Artist: Veritas Unae
 Track Art: HermesNitram
 References:
-- ♈ - Fatalism
-- ♉ - Breathtak1ng
-- ♊ - The Mituna Method
+- Rex Duodecim Angelus
 - ♋ - Civil Discussi9n
-- ♌ - MOG^3
-- ♍ - Let Me Dance, Let Me Glisten
-- ♎ - R4d1c4l!
-- ♏ - Salv8tion
 - ♐ - Creeping Blue
+- ♉ - Breathtak1ng
+- ♌ - MOG^3
 - ♑ - Pious Noise
+- ♈ - Fatalism
+- ♏ - Salv8tion
+- ♍ - Let Me Dance, Let Me Glisten
 - ♒ - Aquasex Renegade
-- ♓ - Killer Beach
-- Rex Duodecim Angelus
+- ♎ - R4d1c4l!
+- ♊ - The Mituna Method
 - The Thirteenth Hour
+- ♓ - Killer Beach
 URLs: https://unofficialmspafans.bandcamp.com/track/rex-duodecim-daemonia-x-redux
 Commentary:
     <i>Veritas Unae:</i>
diff --git a/album/sburb-ost/album.txt b/album/sburb-ost/album.txt
index 4b4c800c..eef8c2f1 100644
--- a/album/sburb-ost/album.txt
+++ b/album/sburb-ost/album.txt
@@ -109,8 +109,8 @@ Artist: James Roach
 Track Art: melodiousDiscord
 URLs: https://unofficialmspafans.bandcamp.com/track/glow-in-the-distance-save
 -------------------------------------------------------------------------------
-Track: Lulling Lutescant [Prospit Sleep]
-Directory: lulling-lutescant
+Track: Lulling Lutescent [Prospit Sleep]
+Directory: lulling-lutescent
 Artist: Veritas Unae
 Track Art: Phosphorescence
 URLs: https://unofficialmspafans.bandcamp.com/track/lulling-lutescent-prospit-sleep
diff --git a/upd8.js b/upd8.js
index bea1163a..ba97dbc9 100644
--- a/upd8.js
+++ b/upd8.js
@@ -584,14 +584,6 @@ async function processArtistDataFile(file) {
     const sections = Array.from(getSections(contentLines));
 
     return sections.map(section => {
-        if (getBasicField(section, 'ACT')) {
-            act = getBasicField(section, 'ACT');
-            theme = {
-                fg: getBasicField(section, 'FG')
-            };
-            return {act8r8k: true, act, theme};
-        }
-
         const name = getBasicField(section, 'Artist');
         const urls = (getListField(section, 'URLs') || []).filter(Boolean);
         const alias = getBasicField(section, 'Alias');