Hi,

I am building an audio upload site (Drupal 5.7) that will organize user uploads into different sound libraries. For example, there will be a sample library for sound clips, another place where users can upload complete audio files of their original music and so forth.

I have installed the audio modules and these are all working fine and what I would like to have is a specific form for uploading to the sample library, another which is for uploading to a user's personal library, etc. What is the best way to tag files to the correct library, is this best done with taxonomy, a specific node type? Additionally within each library sounds can be further categorized (e.g. drum samples, sound effects).

Can I leverage off of the audio module to add whatever form of tag that will identify the library it belongs to? I would like the tagging to be completely transparent to the user, so that they only need to use the appropriate upload form in order for the media file to end up in the right place.

This is probably a really broad question but I'm very new to Drupal (though not to coding!) and this is my learning project, so even some general pointers or painfully obvious hints would surely be helpful :)

Thanks in advance,
jam