diff --git a/get_iplayer b/get_iplayer
index 0969cfeb..9356716b 100755
--- a/get_iplayer
+++ b/get_iplayer
@@ -24,7 +24,7 @@
#
#
package main;
-my $version = 2.81;
+my $version = 2.82;
#
# Help:
# ./get_iplayer --help | --longhelp
diff --git a/get_iplayer.1 b/get_iplayer.1
index 8b4ef805..029e5de4 100644
--- a/get_iplayer.1
+++ b/get_iplayer.1
@@ -323,6 +323,12 @@ Output directory for live radio recordings
\fB\-\-outputlivetv
Output directory for live tv recordings
.TP
+\fB\-\-outputlocalfiles
+Output directory for localfiles recordings
+.TP
+\fB\-\-outputpodcast
+Output directory for podcast recordings
+.TP
\fB\-\-outputradio
Output directory for radio recordings
.TP
@@ -409,6 +415,9 @@ Cache expiry in seconds (default 4hrs)
\fB\-\-limit\-matches
Limits the number of matching results for any search (and for every PVR search)
.TP
+\fB\-\-localfilesdirs [,dir,]
+Directories/Folders to scan for new files
+.TP
\fB\-\-nopurge
Don't ask to delete programmes recorded over 30 days ago
.TP
@@ -517,7 +526,7 @@ get_iplayer was written by Phil Lewis and i
.PP
This manual page was originally written by Jonathan Wiltshire for the Debian project (but may be used by others).
.SH COPYRIGHT NOTICE
-get_iplayer v2.81, Copyright (C) 2008\-2010 Phil Lewis
+get_iplayer v2.82, Copyright (C) 2008\-2010 Phil Lewis
This program comes with ABSOLUTELY NO WARRANTY; for details use \-\-warranty.
This is free software, and you are welcome to redistribute it under certain
conditions; use \-\-conditions for details.
diff --git a/get_iplayer.cgi b/get_iplayer.cgi
index 0a513994..4d62f75c 100755
--- a/get_iplayer.cgi
+++ b/get_iplayer.cgi
@@ -24,7 +24,7 @@
# License: GPLv3 (see LICENSE.txt)
#
-my $VERSION = 2.81;
+my $VERSION = 2.82;
use strict;
use CGI ':all';
diff --git a/html/get_iplayer.html b/html/get_iplayer.html
index 7b4dccd6..6944e281 100644
--- a/html/get_iplayer.html
+++ b/html/get_iplayer.html
@@ -25,7 +25,7 @@ About get_iplayer
Download
-Released versions of get_iplayer can be downloaded from ftp://ftp.infradead.org/pub/get_iplayer/. The latest version is v2.81.
+Released versions of get_iplayer can be downloaded from ftp://ftp.infradead.org/pub/get_iplayer/. The latest version is v2.82.
The latest changes can be found in the git version control repository, at git://git.infradead.org/get_iplayer.git (browse).