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

A way to upload backing tracks #89

Closed
gwillen opened this issue Dec 8, 2020 · 2 comments
Closed

A way to upload backing tracks #89

gwillen opened this issue Dec 8, 2020 · 2 comments

Comments

@gwillen
Copy link
Collaborator

gwillen commented Dec 8, 2020

Would be good to have a way to upload backing tracks through the web interface. Ideally handling all the conversion steps automatically, and renaming the file to the specified target name.

@jeffkaufman
Copy link
Owner

Alternatively, perhaps they should be ephemeral, similar to lyrics.

@jeffkaufman
Copy link
Owner

Here's an initial version:

  • Add a new service, responsible for handling backing track uploads
  • Have nginx proxy_pass /upload to it
  • The upload service reads the bytes from the request, decodes any compression, and writes to audio/User Upload

Later on, we can save the original name to audio/user_upload_fname.txt or something, pass that to clients, and special case it in backing track selection.

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

2 participants