As I've just started a new website in Drupal 6, I've gone ahead and tried out the test version of Audio. Some questions/issues that have arisen:

Note: I have been able to have the module upload the file, read the metadata correctly, and the flash player plays just fine.

However:

1. When the module imports the file, where does it go? I can't find it on my server and it disappears from the import folder.

2. When the module imports the file it only takes the first 8MB, which I can't figure out how to change. In Audio settings it says that the upload limit is set to 500MB (my php.ini file is in public_html to make the settings global. Is this how it should be set up?)

3. Where is the best place to have the import folder located? Inside Drupal, or on the root server?

4. Is it possible to change the id3 tags through Drupal? How can I do that?

Thanks guys, I'm new to Drupal so please forgive me if these questions seem elementary! Check out www.groovesmooth.net to check out my site.

Cheers,

befrirave

Comments

drewish’s picture

Status: Active » Fixed

1. audio import was broken. update to the latest -dev release
2. this has been fixed.
3. the best thing is probably out of drupal's root but you just need to make sure the webserver can write to it.
4. yes that's what the audio_getid3 module is supposed to do.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.