Do you get the error if you run the command manually?
What if you change the file name? The cut number?
"Invalid URL"? I don't like error messages that aren't complete. "File not
found: /blah/blah/whatever.wav" is a lot more helpful than just "File not
found". But I suppose YMMV.
Rob
On Mon, 5 Mar 2012, Guy Curtis wrote:
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