diff --git a/README.md b/README.md
index 0d1d22b..ac1f668 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ The OPDS root feed links to a hierarchical navigation feed mirroring the directo
The feed is in compliance with the OPDS 1.1 specification according to the online OPDS validator (http://opds-validator.appspot.com/).
-In the personal settings page there are options to enable/disable the feed (it is disabled by default), set the feed title, set the feed root directory (the default is /Library), enter a comma-delimited list of extensions to which the feed should be limited (by default this field is empty so it publishes all files descending from the feed root), enter a comma-delimited list of filenames to skip (default is 'metadata.opf,cover.jpg') and clear the personal bookshelf.
+In the personal settings page there are options to enable/disable the feed (it is disabled by default), set the feed title, set the feed root directory (the default is /Library), enter a comma-delimited list of extensions to which the feed should be limited (by default this field is empty so it publishes all files descending from the feed root), enter a comma-delimited list of filenames to skip (default is 'metadata.opf,cover.jpg'), schedule a rescan of all metadata and clear the personal bookshelf.
The admin settings page contains options to set the feed subtitle, change file preview preferences (which should probably be in core or in a separate app as this changes a system-wide setting ('enabledPreviewProviders')) and change the cover image and thumbnail dimensions.
diff --git a/dist/files_opds-0.6.1.tar.gz b/dist/files_opds-0.6.1.tar.gz
new file mode 100644
index 0000000..eebb5bf
Binary files /dev/null and b/dist/files_opds-0.6.1.tar.gz differ
diff --git a/files_opds/ajax/schedule_rescan.php b/files_opds/ajax/schedule_rescan.php
new file mode 100644
index 0000000..c6ed6ba
--- /dev/null
+++ b/files_opds/ajax/schedule_rescan.php
@@ -0,0 +1,21 @@
+ array( "message" => $l->t("Rescan scheduled"))));
diff --git a/files_opds/appinfo/info.xml b/files_opds/appinfo/info.xml
index c1dbc41..6ad7f88 100644
--- a/files_opds/appinfo/info.xml
+++ b/files_opds/appinfo/info.xml
@@ -4,7 +4,7 @@
+