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

Add "original song code" button on remixes #69

Open
Chasyxx opened this issue Mar 12, 2023 · 2 comments
Open

Add "original song code" button on remixes #69

Chasyxx opened this issue Mar 12, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@Chasyxx
Copy link

Chasyxx commented Mar 12, 2023

In "A (Remix of B by C)", Could you also add an "(original song code)" button after "by C?"

It doesn't have to be the actual code, it could just be "A (Remix of B by C, [original song code])"

Here is a proof of concept:
image

@SthephanShinkufag
Copy link
Owner

Now all songs are stored in json.
I need to assign a certain hash to each song, and in the "remix" property specify the hash of the original song, and load the necessary code using the hash. Otherwise, I will have to duplicate the code in the json for every remix entry.

@SthephanShinkufag SthephanShinkufag added the enhancement New feature or request label Mar 14, 2023
@Chasyxx
Copy link
Author

Chasyxx commented Mar 18, 2023

I need to assign a certain hash to each song, and in the "remix" property specify the hash of the original code, and load the necessary code using the hash. Otherwise, I will have to duplicate the code in the JSON for every remix entry.

I see your point; A hash/ID would be needed for every code as a lookup so that when the button is clicked it could find what song has that hash and put the detected song in the code area.

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

No branches or pull requests

2 participants