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

[Feature request] External metadata storage #11

Open
ThreeDeeJay opened this issue Jan 16, 2024 · 1 comment
Open

[Feature request] External metadata storage #11

ThreeDeeJay opened this issue Jan 16, 2024 · 1 comment

Comments

@ThreeDeeJay
Copy link

Continuation from audiolabs/trackswitch.js#11 (comment)

How about piggy-backing on something like PasteBin by reusing its URL ID to fetch the metadata as plain-text?
So https://pastebin.com/raw/Nuf4H0MV would become something like https://share.unmix.app/pastebin/Nuf4H0MV
I think that'd also allow being able to edit the metadata if the PasteBin was created using an account. They have an API available but hopefully this works without requiring people to get their own API key, so kinda like how Unmix can just fetch Dropbox files. 🤔

@ThreeDeeJay
Copy link
Author

On a second thought, maybe it doesn't have to be specifically tied to pastebin, but any hotlink to a plaintext/JSON file that could also be hosted on any site, like GitHub that's passed as a parameter like:

https://share.unmix.app/?config=https://raw.githubusercontent.com/sigsep/share/master/package.json

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

No branches or pull requests

1 participant