Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.
/ RetroArcher Public archive

WIP: Game streaming server / front-end.

License

Notifications You must be signed in to change notification settings

LizardByte/RetroArcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6d5e727 · Sep 22, 2024
Sep 22, 2024
Sep 21, 2024
Sep 22, 2024
Jan 21, 2024
Oct 22, 2022
Jan 21, 2024
Jan 21, 2024
Sep 21, 2024
Nov 5, 2022
Oct 5, 2023
Oct 5, 2023
Oct 22, 2022
Oct 5, 2023
Mar 6, 2022
Dec 18, 2023
Dec 18, 2023
Oct 22, 2022
Sep 21, 2024
Sep 22, 2024
Sep 21, 2024
Jan 21, 2024

Overview

About

RetroArcher is a game streaming server application. This project is under development and nowhere near ready for use.

Integrations

GitHub Workflow Status (CI) GitHub Workflow Status (localize) Read the Docs Codecov

CrowdIn Localization

CrowdIn graph

Support

Our support methods are listed in our LizardByte Docs.

Downloads

GitHub Releases Docker

Stats

GitHub stars

Project Goals

Plugin Framework

Develop a framework friendly to plugins that allows easy expansion of the application.

Plugin types may be:

Replace Existing RetroArcher.bundle

RetroArcher.bundle has been renamed to RetroArcher-plex and it has significantly changed:

  • No longer responsible for scanning games
  • No longer responsible for connecting to clients
  • No longer responsible for starting games
  • No longer gets metadata from IGDB
    • Metadata is now collected from our own db based on IGDB.
    • In the future metadata will be collected by this server application, and the Plex plugin will make an API request to this server to get the metadata.