diff --git a/FAQ.md b/FAQ.md index 4031cd4..81384dc 100644 --- a/FAQ.md +++ b/FAQ.md @@ -71,4 +71,6 @@ The size of the preview images is set with the previewmaxside configuration para previewmaxside = 1000 -The aspect ratio of the image will be kept. \ No newline at end of file +The aspect ratio of the image will be kept. + +Your can also configure MediaWEB to generate the previews during startup and when files are added to the media folder as described in the [configuration guide](README.md). \ No newline at end of file diff --git a/README.md b/README.md index b69ffa4..59f368f 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ MediaWEB is well suited to run on small platforms such as Raspberry Pi, Banana P - [Screenshots](#screenshots) - [Features](#features) - [Download and install Linux](#download-and-install-linux) -- [Download and install on Windows (64bit)](#download-and-install-on-windows-(64bit)) -- [Build from source (any platform)](#build-from-source-(any-platform)) +- [Download and install on Windows](#download-and-install-on-windows) +- [Build from source on any platform](#build-from-source-on-any-platform) - [Configuration guide](#configuration-guide) - [Future improvements](#future-improvements) - [Author and license](#author-and-license) @@ -104,7 +104,7 @@ To uninstall MediaWEB run: Also, checkout the [Configuration guide](#configuration-guide) and [FAQ](FAQ.md). -## Download and install on Windows (64bit) +## Download and install on Windows Download mediaweb_windows_x64_setup.exe [here on GitHub](https://github.com/midstar/mediaweb/releases). @@ -117,7 +117,7 @@ You need to install [ffmpeg](https://www.ffmpeg.org/) separately and put ffmpeg Also, checkout the [Configuration guide](#configuration-guide) and [FAQ](FAQ.md). -## Build from source (any platform) +## Build from source on any platform To build from source on any platform you need to: