mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
8e23549336d306ff3fc346d3e1c14344535e13ee
Now libraries can be assigned to platforms in the admin section. Games will be assigned to libraries on scanning. Resolves grimsi/gameyfin#31 Co-authored-by: shawly <shawlyde@gmail.com>
Overview
Name and functionality inspired by Jellyfin.
Video
Click this link to watch how to install and set up Gameyfin on your machine.
Features
- 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
- 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
Since Gameyfin loads information from IGDB, you need to register yourself there. Follow this guide.
Docker
- Download the
docker-compose.example.ymlfile from this repository and rename it to justdocker-compose.yml - Edit the configuration values to your liking
- Run
docker-compose up -d
Bare metal
- Make sure you have a JRE or JDK with version 18 or greater installed
- Download the latest
gameyfin.jarandgameyfin.propertiesfile from the releases page - Edit the config options in the
gameyfin.propertiesfile - Use the following command to start Gameyfin:
java -jar gameyfin.jar - Open the address of your Gameyfin host in your browser, Gameyfin runs under port 8080 by default
Description
Languages
Kotlin
76%
TypeScript
23.3%
Shell
0.6%