Audio module FAQ
Q: Why does the player stop at weird parts?
A: I'm not really sure. If you're running into this bug please leave a comment on this issue with more information.
Q: I don't want to have to upload the audio to my site and waste bandwidth. Can I use remote URLs?
A: No, but it's a feature I'd like to implement. Alternatively, you can use the emfield.
Q: I can only get the full-page audio player for my audio nodes, despite having picked a nicer player in the admin settings.
A: You either need to specify the filetype in the node, or enable getid3 for other audio players to work.
Q: Is there an upgrade script for 4.6 to 4.7?
A: Yes, there is read more about on issue #57769.
Q: Why do I have to click the Flash player twice?
A: You're using IE. See #70241.
Q: I can only upload 2MB files or less.
A: If you notice that you can only attach 2Mb MP3's, you need to up your limits. Assuming your host allows this - you need to add a line like this to your .htaccess file: php_value upload_max_filesize 20M or check the upload limitations of your PHP.ini settings. (Also see the workaround posted in the forums: http://drupal.org/node/163998)
Q: I screwed something up. How do I completely re-install the audio module?
A: First, you need to remove the audio module's tables:
DROP TABLE audio;
DROP TABLE audio_file;
DROP TABLE audio_metadata;DELETE FROM system WHERE name = 'audio';Q: How to add already uploaded files to a new node?
A:
- Go to Administer >> Site Configuration >> Audio Import Settings
- Type your folder name in Import Path * Field ex. "uploaded-audio-folder"
- Type file extensions (with out quotes) in File Extensions Filed ex. "mp3 wav"
- Hit save configuration
- Then go to Administer >> Content Management >> Audio Import
- The list of audio files are there.
- Select One and hit Import. You're finished.
