How about using the marvelous drag and drop interface the .module API to bring ANY type of node into a new order? Because currently, changing the weight of articels is quite a tedious task.
A generic (play)list_node.module would let me tick on in admin/setting any content type I might want to rearrange. The output could tie into views and/or import/export.
Does this make sense? Can't contribute (as not a coder), but might be able to sponsor (at least a bit).
Comments
Comment #1
hubrt commentedwould be a nice example module for the playlist.module API, too. As audio_playlist is pretty complex.
Comment #2
zirafa commentedI would be interested in working this in if there is enough interest/sponsorship. Perhaps this could help modularize things more - I've been thinking that audio_playlist is waaaayyy too big as it is...
Maybe something like:
playlist.module (handles raw database/queries)
generic_playlist.module (handles any node type(s) you choose)
audio_playlist.module (handles audio nodes only)