By hexa on
I have drupal 5.1 with fully working audio module installed.
As i said in the topic i wish to have audio nodes with direct links to files.
Like this:
"http://site/filez/audio/09 This Is Now.mp3"
instead of this:
"http://site/audio/download/4/09+This+Is+Now.mp3"
As i wish for the files to be transferred by http server not PHP and will implement user access there.
I already did try switching from privat to public in /admin/settings/file-system and reuploading but that didn't help. I guess links are hardcoded in audio module?
Any help on having direct links would be greatly appreciated.
Comments
I guess it is in
I guess it is in audio.module.
I'm half way there... still need a function for decoding that strange file+name.mp3 url. Any hints on which is it?
Any ideas on which function
Any ideas on which function to use for decoding this type of URL?
Bump, :-) please help,
Bump, :-) please help, anyone?
Any luck the last year?
Did you find a way to get rid of the nid-number in the downloadlink? It would make my mp3-archive a little more private...