View Single Post
  #255  
Old 10-19-2010, 05:34 AM
Aeolus Aeolus is offline
Junior Member
 
Join Date: Oct 2010
Posts: 7
Aeolus is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by vipher View Post
Looks better. At this point you can probably run it by double clicking on the script, or changing to the directory and running:
> ./iView_Downloader_OSX_6.8.command

If it still gives error messages then there is a likely culprit. I remember this being a problem a while ago for some people. It's around line 25, the line:
TEMPDIR="$CURDIR"/temp

can be changed to:
TEMPDIR=$CURDIR

It makes things a bit messier (puts all the temp files in the current directory) but it seemed to make it work.
EDIT: Removed quotes on script change
Much obliged Vipher!

It seems that double clicking on the "iView_Downloader_OSX_6.8.command" script after it got "stuck" after directly entering the script into terminal seems to have done the trick regarding accessing the file "possibleshows.txt" for whatever reason without needing to modify the TEMPDIR vector.

Broadband is now seeing iView downloading action....



Aeolus
Reply With Quote