I was wondering if anyone could give me a hand here?
I'm using Drupal 5 and Audio 5.x-0.3, as well the Views and Profiles modules
I'd like to make a site where people get the opportunity to upload ONE audio file and the system sorts them all based on genre. The end result is Views will spit out a table that people can hear tracks from different artists right on one page.
Issue #1: how do I make it so that when someone uploads an audio file it gets promoted to their profile(the flash player node is right there). Currently that's not happening and I can't find the audio.attach module which isnt in my contrib folder of the audio module. i tried another method where you go into administer... content types and on the Profile section you can play around (and add fields if CCK is installed), but nothing happened.
Issue #2: how do you liimit certain Roles so that they can only upload one audio file maximum?
Issue #3: going back to the idea that i will have a Views table which will display all the audio files, in respect to genre of music, do i want artists to be sorted in the system by their profile, or do i want the audio node to be the sortable field?