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 metadata being misplaced due to wrong index #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

IepIweidieng
Copy link

Test case

Trimmed .tja chart: Phycietiia-ura-trimmed.tja

Run python and then use the following command to convert:

>>> import tja2osu
>>> tja2osu.convertio("Phycietiia-ura-trimmed.tja", "rN & SiLiS", "Dom2112", "")

Before Applying This PR

[Metadata]
Title:
TitleUnicode:Phycietiia
Artist:Phycietiia
ArtistUnicode:rN & SiLiS
Creator:rN & SiLiS
Version:Dom2112
Source:Inner Oni
Tags:
BeatmapID:0
BeatmapSetID:-1

After Applying This PR

[Metadata]
Title:Phycietiia
TitleUnicode:Phycietiia
Artist:rN & SiLiS
ArtistUnicode:rN & SiLiS
Creator:Dom2112
Version:Inner Oni
Source:
Tags:
BeatmapID:0
BeatmapSetID:-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant