diff --git a/Commands/Download.hs b/Commands/Download.hs
--- a/Commands/Download.hs
+++ b/Commands/Download.hs
@@ -283,7 +283,8 @@
                          ("EPURL", epurl ep),
                          ("FEEDURL", feedurl . podcast $ ep),
                          ("SAFECASTTITLE", sanitize_fn . castname . podcast $ ep),
-                         ("SAFEEPTITLE", sanitize_fn . eptitle $ ep)]
+                         ("SAFEEPTITLE", sanitize_fn . eptitle $ ep),
+                         ("EPTITLE", eptitle ep)]
 
 -- | Runs a hook script.
 runHook :: String -- ^ The name of the file to pass as an argument to the script.
diff --git a/hpodder.cabal b/hpodder.cabal
--- a/hpodder.cabal
+++ b/hpodder.cabal
@@ -1,5 +1,5 @@
 Name: hpodder
-Version: 1.1.4
+Version: 1.1.5
 License: GPL
 Maintainer: John Goerzen <jgoerzen@complete.org>
 Author: John Goerzen
