ben-xo / dir2cast

Turn a directory of MP3s into a podcast - automatically.
http://www.ben-xo.com/dir2cast
BSD 3-Clause "New" or "Revised" License
152 stars 20 forks source link

Download issue when files are not in a subfolder of dir2cast.php #79

Open asturnauta opened 2 months ago

asturnauta commented 2 months ago

Hi

I have installed dir2cast with this configuration:

I have uncommented MP3_DIR in dir2cast.ini file and modified to /home/files

The rss is working with files added to that folder but i can not download files.

I suspect that I have not to uncomment MP3_DIR, but MP3_BASE and MP3_URL to configure mp3 file not in the same folder than dir2cast.php but

I have comment MP3_DIR and uncommnet MP3_BASE to /home/files but still not working.

How can I configure dir2cast.ini to download files when they are not in the same folder of dir2cast.php (in /home/files)?

Thanks.