Skip to content

Commit

Permalink
fix: error info: BACD-0007 has 2 discs actually (#208)
Browse files Browse the repository at this point in the history
* Blue Archive OST vol.5 metadata

* BACD-0013 normed catalogs

* modify: correct error info: BACD-0007 has 2 discs

* solve reviews (BACD-0007, 0013)
  • Loading branch information
LacLic authored Dec 8, 2024
1 parent 07d2918 commit cdd1e87
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions album/BACD-0007.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ artist = "Mitsukiyo、KARUT、Nor"
date = 2023-01-23
type = "absolute"
catalog = "BACD-0007"
tags = ["Blue Archive", "OST"]
tags = [
"Blue Archive",
"OST",
]

[[discs]]
catalog = "BACD-0007"
catalog = "@BACD-0007-01"

[[discs.tracks]]
title = "Midnight Trip"
Expand Down Expand Up @@ -62,6 +65,9 @@ artist = "Nor"
title = "Aira"
artist = "Mitsukiyo"

[[discs]]
catalog = "@BACD-0007-02"

[[discs.tracks]]
title = "Aoharu"
artist = "Nor"
Expand Down
6 changes: 3 additions & 3 deletions album/BACD-0013.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ title = "Blue Archive Original Soundtrack Vol.5~Striving for the bloomy festiv
artist = "ミツキヨ、KARUT、Nor"
date = 2024-01-21
type = "absolute"
catalog = "@BACD-0013-1~2"
catalog = "BACD-0013"
tags = [
"Blue Archive",
"OST",
]

[[discs]]
catalog = "@BACD-0013-1"
catalog = "@BACD-0013-01"

[[discs.tracks]]
title = "Han-nari"
Expand Down Expand Up @@ -66,7 +66,7 @@ title = "KIRISAME"
artist = "Nor"

[[discs]]
catalog = "@BACD-0013-2"
catalog = "@BACD-0013-02"

[[discs.tracks]]
title = "Poppin' Memories"
Expand Down

0 comments on commit cdd1e87

Please sign in to comment.