LivingRoom/README.md
Adrian Victor 98cd823999 Better README.
Added images and checkboxes to the features section.
2026-03-27 18:40:19 -03:00

879 B

LivingRoom

Screenshot showing three browser sessions containing the games page, the game page and the download page.

This is a work-in-progress kinda of game launcher. LivingRoom is a server software that allows you to organize, display and distribute your catalog of games.

The server includes a (working but very WIP) HTTP API for third-party clients and a web interface.

Features

HTTP API

  • Authentication
  • Library info
  • Game info
  • Downloads
    • Resumable downloads
  • User Management
  • Search

Web interface

  • Authentication
  • Game listing
  • Game page
  • Admin actions
    • Deindex game
    • Trigger new scan
  • Downloads (from the API)
  • User Management

Stack

  • Freemarker for web rendering
  • Manual HTTP handling
  • SQLite for storing game information