Due to HTTP/Drupal upload limits, it would be really nice to have a space to be able to enter a URL for the audio file, instead of being forced to upload it. Sometimes it is easier to FTP the file to a directory, then just enter its URL (a la the Video module).
Comments
Comment #1
drewish commentedthis is really a duplicate of this issue. it was marked postponed so it wouldn't have been easy to find.
Comment #2
drewish commentedComment #3
zirafa commentedSince it may be sometime before the file system can handle this, any ideas for a temp solution? Or would we rather just wait for a long term solution?
Comment #4
drewish commentedi liked the idea that'd been discussed in email (i don't remember who brought it up) about creating a separate audio_remote(?) node that doesn't track any of the metadata but can be used for playists.
Comment #5
drewish commentedforgot one point, it think the big difference between the video and audio module is that the former is really just a player while the latter handles a lot of metadata editing. unless you connect and download a copy of the remote audio, any metadata would have to be entered by hand. i dunno, it almost seems like a separate module...
Comment #6
zirafa commentedOh yeah, I think we were talking about that in an email about the audio_remote module. I am inclined to agree with you that this is a separate module, although a lot of the functionality can be borrowed from the audio module. The main difference being all the metadata is entered by hand, and instead of a file upload form there is a field for the URL of the remote audio.
Any votes for creating an audio_remote module?