There is!
Just add “dw.php?file=” in the audio-player.php file.
Find this lines and do it…
Before:
// Get absolute URLs for relative ones
if (!$this->isAbsoluteURL($afile)) {
$afile = $this->audioRoot . "/" . $afile;
}
After:
// Get absolute URLs for relative ones
if (!$this->isAbsoluteURL($afile)) {
$afile = $this->audioRoot . "/dw.php?file=" . $afile;
}
That’s all! At least, there is just one firefox plugin monitor that can find the url of my mp3 file, the “Cacheviewer”, but others that usually can do it, like “Download Helper” now the can not.