Open naggie opened 12 years ago
Also rather than manually adding and removing click events when the song gets moved, perhaps live events could be used.
That way, click events are defined by context rather than directly
Great for iPad compatibility, I need one for this first though.
might have to change the way the playlist is managed.
At the moment, the metadata is copied across, not the DOM element (which made saving playlists easier). The entire DOM element could be copied, allowing the DOM element to be a keystore for metadata instead of holding that object.
That way, the JSON data would have to be effectively imported and exported to and from teh DOM.