Skip to content

Commit

Permalink
Fixed issues with links in README.md
Browse files Browse the repository at this point in the history
Also, now it will be possible to log to folders (a bugfix in the
llog package was fixed).
  • Loading branch information
midstar committed Jan 8, 2020
1 parent e6699ce commit ea28e3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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).
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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).

Expand All @@ -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:

Expand Down

0 comments on commit ea28e3b

Please sign in to comment.