naggie / vosbox

Summer 2011: HTML5 music player, indexer and search engine
http://callanbryant.co.uk
GNU General Public License v3.0
13 stars 6 forks source link

drag and drop to enqueue #19

Open naggie opened 12 years ago

naggie commented 12 years ago

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.

naggie commented 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

naggie commented 12 years ago

Great for iPad compatibility, I need one for this first though.