Home Minimal

mixxape tests

Here are some tests for the mixxape playlist creator.

todo list:

How this works

mixxape works mainly in your browser. You create a playlist by adding Youtube IDs to the URL. Then you can share the URL with others. Right now, there's two modes to choose from:

mode 0

You create the playlist by simply appending comma separated Youtube IDs to the URL, i.e.

'index.html?id1,id2,id3'
Since this only requires adding commas and Ids the URL, it's very lightweight.

Here are some examples:

mode 1

You create the playlist by adding an encoded string to the URL (which will be the description of the playlist), and then attach pairs of titles and IDs separated by a tilde (i.e. %7C) i.e.

'cassette.html?1my%20title%7Csong1%7CjRcTdgzfLrs%7Csong2%7C2ZrWHtvSog4'

Since it's a bit more complex, we supply an editor to make it a little easier.

Here are some examples: