fluffy-critter / camptown

A simple Bandcamp-style embeddable music player
MIT License
24 stars 0 forks source link

Allow starting at specific track #14

Open fluffy-critter opened 6 months ago

fluffy-critter commented 6 months ago

There should be a means of selecting the starting track for the album preview (per Bandcamp) and also the ability to link to a track to override the start position or possibly play only that track.

Since the player is meant to go in an iframe this will require a bit of Javascript for inspecting the parent document's URL, which might be a modern security policy issue (as window.parent.location is generally not going to give the full URL when things are across different domains).