Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: error info: BACD-0007 has 2 discs actually #208

Merged
merged 5 commits into from
Dec 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]]
LacLic marked this conversation as resolved.
Show resolved Hide resolved
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
Loading