Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JMTK/SunshineGameFinder
Searches your computer for various common game install paths
https://github.com/JMTK/SunshineGameFinder
cloudygamer game hacktoberfest moonlight scraper sunshine
Last synced: 3 months ago
JSON representation
Searches your computer for various common game install paths
- Host: GitHub
- URL: https://github.com/JMTK/SunshineGameFinder
- Owner: JMTK
- Created: 2023-03-25T17:18:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-14T17:28:10.000Z (4 months ago)
- Last Synced: 2024-08-14T19:07:06.926Z (4 months ago)
- Topics: cloudygamer, game, hacktoberfest, moonlight, scraper, sunshine
- Language: C#
- Homepage: https://jmtk.co
- Size: 37.1 KB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-sunshine - SunshineGameFinder - Adds games from common game install paths to Sunshine. (🛠️ Tools / ✴️ Third-Party Moonlight Clients)
- awesome-sunshine - SunshineGameFinder - Adds games from common game install paths to Sunshine. (🛠️ Tools / ✴️ Third-Party Moonlight Clients)
README
# Sunshine Game Finder
Searches your computer for various common game install paths for the [Sunshine](https://github.com/LizardByte/Sunshine) application. After running it, all games that did not already exist will be added to the `apps.json`, meaning your [Moonlight client](https://github.com/moonlight-stream/moonlight-qt) should see them next time it is started.# Running the program from release
Download the [latest release](https://github.com/JMTK/SunshineGameFinder/releases). You may need to run the program as administrator depending on the permissions of the user executing it since it will be attempting to look through some of the program file directories.# Running it locally
To run it, open the solution and click "Run" or F5 in Visual Studio![image](https://user-images.githubusercontent.com/877114/227733782-922c06f1-12b9-44bc-bbf4-0bd012559440.png)
![image](https://user-images.githubusercontent.com/877114/227733789-6068f7ff-7c7e-40c2-b461-ae82d2c708c3.png)
# Contributing
Consult the CONTRIBUTING.md for more info