Acrylian, sorry to bother you again.
Ok, I added the .htaccess
----
<IfModule mod_rewrite.c>
RewriteEngine On
# It is actually recommended to allow blank referers as some personal firewalls or anti virus tools clear the referrer.
# Uncomment the following line if you want to allow them.
#RewriteCond %{HTTP_REFERER} !^$
# Enter your domain here. Add more lines like this to allow more domains
# If you are using Zenphoto in a subdomain write subdomain.yourdomain.com instead (www\.)?yourdomain.com
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?spoilertv.co.uk [NC]
# Protect your full images in the albums folder
RewriteRule \.(jpg|jpeg|png|gif|flv|mp4|mov|3gp)$ - [NC,F,L]
</IfModule>
---
Now when I go to my browser and for example go to this full size and unwatermarked image
http://spoilertv.co.uk/images/albums/alphas/season-1/cast-promotional-photos/nup_144681_0003.jpg
I get redirected to my homepage (spoiletv.com)
This is great I thought.
However, when I run Bulk Image Download it still manages to download the full image.
Not sure how/why it is able to.