Go to file
Felipe Martin ba5b373fa0
Helper method for HTTP requests
2020-11-19 20:27:37 +01:00
.github/ISSUE_TEMPLATE Update issue templates 2020-11-14 11:59:40 +01:00
pkg Helper method for HTTP requests 2020-11-19 20:27:37 +01:00
.gitignore WIP 2020-11-08 21:28:15 +01:00
Makefile WIP 2020-11-08 21:28:15 +01:00
README.md Updated README.md 2020-11-14 12:00:32 +01:00
go.mod WIP 2020-11-08 21:28:15 +01:00
main.go WIP 2020-11-08 21:28:15 +01:00

README.md

Games Screenshot Manager

A simple tool to collect and sort games screenshots from different platforms.

Supported platforms

Name Supported OS
Steam Linux, macOS, Windows
Minecraft Linux, Linux Flatpak, macOS, Windows

How it works

Each provider has it's own way of finding the screenshots, but ideally the screenshots folder for games are known to us users so we only need to traverse them and find image files.

When talking about a game's store (Steam, for example) we need to retrieve a bit more info from internet to identify each game name from the internal ID used by Steam on disk.

For more details, you can check out the source code for all providers

Installation

go get -u github.com/fmartingr/games-screenshot-manager

Or get a binary build from the releases page

Usage

# Help
games-screenshot-manager -h

# Fetch and sort all Steam screenshots into ./Output
games-screenshot-manager -provider steam -output-path ./Output

# Perform a dry run (see what's gonna get copied where)
games-screenshot-mananger -provider steam -dry-run