From 9485ec0e2565545073f907747bdaaa7717a2ec95 Mon Sep 17 00:00:00 2001
From: Simon <9295182+grimsi@users.noreply.github.com>
Date: Fri, 21 Oct 2022 22:04:10 +0200
Subject: [PATCH] Update README.md
---
README.md | 34 ++++++++--------------------------
1 file changed, 8 insertions(+), 26 deletions(-)
diff --git a/README.md b/README.md
index b0c451c..2555f0c 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,6 @@
A simple game library manager.
-
-
# Overview
Name and functionality inspired by [Jellyfin](https://jellyfin.org/).
@@ -16,15 +14,17 @@ Click [this link](https://youtu.be/BSaccEm0tpo) to watch how to install and set
## Features
-* Automatically scans your game library folder
-* Load additional information about the games from IGDB
-* Display your library in a modern web frontend
+* Automatically scans your game library folder and downloads additional metadata from IGDB
+* Access your library via your Web-Browser
* Download games directly from your browser
-* Search and filter your game library
-* Offline-friendly (once the library has been scanned everything is cached locally)
-* Easy to host yourself thanks to native Docker support (alternatively it's only one .jar file to run on bare metal)
+* LAN-friendly (everything is cached locally)
+* Native Docker support (alternatively it's only one .jar file to run on bare metal)
* Light and dark theme
+## Preview
+
+https://user-images.githubusercontent.com/9295182/197277953-d69464a4-d280-407b-9274-ae62e6917981.mp4
+
## Installation
### General
@@ -44,21 +44,3 @@ Since Gameyfin loads information from IGDB, you need to register yourself there.
3. Edit the config options in the `gameyfin.properties` file
4. Use the following command to start Gameyfin: `java -jar gameyfin.jar`
5. Open the address of your Gameyfin host in your browser, Gameyfin runs under port 8080 by default
-
-## Screenshots
-
-### Game library screen in light mode (top) and dark mode (bottom)
-
-
-### Game detail view
-
-
-### Automatic library scanning
-
-
-### Admin interface
-
-
-### Manually fix incorrect mappings (with autocomplete suggestions)
-
-