imLinguin / nile

Unofficial Amazon Games client
GNU General Public License v3.0
306 stars 16 forks source link

feat: add --info flag to install action #29

Closed Gustash closed 1 year ago

Gustash commented 1 year ago

Why

We currently don't have a way to get some information about a game without also downloading it. Mainly, the download size of the game.

Changes

Notes

I tried to figure out if there's a size on disk in addition to a download_size, but anything I tried returned the same size as download.

Not sure if this means that the games pretty much don't need to be unpacked and are downloaded with the final size on disk already or not. If someone can fill me in on that, that'd be great!

imLinguin commented 1 year ago

I wonder if we could make it json opt-in. Nile is being used as CLI tool too, so maybe it should be accessible there too? What do you think?

Gustash commented 1 year ago

I wonder if we could make it json opt-in. Nile is being used as CLI tool too, so maybe it should be accessible there too? What do you think?

We definitely can. What format would you prefer?

imLinguin commented 1 year ago

I guess, whatever you find the most readable