ok so i have bash scripts to do my imports which i configure to run at certain
times using crontab. Using the following bash script it was previously
importing the files without issue:
# !/bin/bash
ESDAY=`date +%d`
ESYEAR=`date +%y`
ESMONTH=`date +%m`
rdimport --delete-cuts --to-cart=030504 --delete-source ENVIROMENT
/home/wazu/radiodropbox/EarthSky/${ESDAY}_${ESYEAR}${ESMONTH}*.mp3 2>
/home/wazu/Error/error-esimport.txt
However now i am getting this error reported:
Invalid URL, skipping
/home/wazu/radiodropbox/EarthSky/05_1203Killer_Whales-90.mp3...
The file exists the path is correct. I cannot work out why it cannot find it.
Even made sure cart exists which it does
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev