Skip to content

Song "Link" (share link for showing off a creation) #27

@elliot-nelson

Description

@elliot-nelson

It would be nice if, while playing around with songs, there was a way to share a link to an embedded song in the tracker.

Max URL length is generally ~2000 characters, which is easy to go over for a song with a few patterns, so we might need to do one or more of:

  • Build in an all-javascript gzip and see if you could crunch songs by gzip+base64 and put them in URL? Certainly this would just increase the max length (maybe it's closer to 4000 characters with this approach).
  • Nuclear option, actual backend somewhere so the url can be just /2935239 and pull the song up. Would need to have some kind of netlify or heroku app running in this case.
  • Alternative -- maybe you could piggyback a public upload, like a gist? If you could start the tracker with ?gist=<gist url> then users could upload a song to a public gist and make a link to it like that. No database necessary in that case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions