-
-
Notifications
You must be signed in to change notification settings - Fork 27
Use MP3s under public_html in root? #18
Copy link
Copy link
Open
Labels
StaleApplied to issues where feedback has been pending for a long timeApplied to issues where feedback has been pending for a long timeSupport
Description
Activity
Metadata
Metadata
Assignees
Labels
StaleApplied to issues where feedback has been pending for a long timeApplied to issues where feedback has been pending for a long timeSupport
I have about 1TB of MP3s. Due to leechers, I don't want them accessible via the web, so I serve downloads of files via a PHP proxy file.
I want to offer a podcast and I am pretty sure dir2cast can help in my scenario, but I just cannot get it to work.
Server layout:
Where my website is
/home/company/public_html/Where dir2cast sits
/home/company/public_html/podcast/Where my mp3 files are
/home/company/mp3s/My settings in dir2cast.ini are:
The files are found and recursively so throughout the directories I have (brilliant) but links to the files in the XML come out as:
file:///home/company/mp3s/show1.mp3Any help would be blinding!
Cheers