Hello guys,
it has been just one month that I have started using drupal. I am using Drupal 7. I am trying to learn. I want to make a website where I can put audio files in nodes (30 minutes each). I just need a simple audio player... no podcast, no playlist.. nothing else.
Media module with media front has done almost all tasks for me. But I want to upload multiple files at once in the library via ftp and insert them in the related node normally.. Is that possible?
or is there any way that I can stream a single mp3 file in the same server... not in the drupal directory.
Please help me guys.. If you want to see what I have done till now with drupal plz see http://bbcnepalidrama.com/main
Thank you.
Comments
Comment #1
kiwibytes commentedEmbedding media in Drupal 7 does not work yet, you should start with Drupal 6.
Comment #2
imkamalkumar commentedare you sure it is not possible at all? What about using jw player?
Comment #3
JacobSingh commented#1031466: .mp3 could not be uploaded is kinda the same thing.
Embedding video and photos works, but Audio is not there yet. Needs someone to write patches and review patches, we certainly want it.
Comment #4
imkamalkumar commentedFor me it has been kind of fixed now. I uploaded all the required mp3 files in sites/all/defaults via ftp and in the node I inserted the mp3 url as sites/all/defaults/myaudio.mp3
this trick helped the media uploader to process the file very quickly... however it created a copy of the mp3 file I uploaded..
Thank you for modules and supports.. Drupal rocks.