add on: generic playlist_node.module
dodomeister - September 28, 2006 - 13:10
| Project: | Playlist (toolkit, modules) |
| Version: | HEAD |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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).

#1
would be a nice example module for the playlist.module API, too. As audio_playlist is pretty complex.
#2
I 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)