Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Show Space Required for games before installation #3925

Open
Adishone opened this issue Jan 23, 2025 · 2 comments
Open

[Feature Request] Show Space Required for games before installation #3925

Adishone opened this issue Jan 23, 2025 · 2 comments

Comments

@Adishone
Copy link

Adishone commented Jan 23, 2025

Feature description

As a user of Playnite that has temporary limited internet traffic
I would like to see how much space is required to install chosen game before installing it
That will allow me to easier plan what game am I going to install next

Suggested approach:
Before installing a game - show Required Space at the same place as Installation Size
After game installation hide Required Space and just show Installation Size

Steam is showing that, so I hope that it is possible
Image

Screenshots

Image

@Itaykal
Copy link

Itaykal commented Jan 24, 2025

Looks like this feature's already implemented in #3017

public ulong? InstallSize { get; set; }

It's managed by the extension/plugin itself, maybe close this issue and create one in JosefNemec/PlayniteExtensions
Looks like the only built-in extension that implements that feature is GoG

I don't have much experience with .NET but if @JosefNemec Is accepting contributions I could gladly try to implement it for Steam and if it goes smoothly I could go for other built-ins :)

@JosefNemec
Copy link
Owner

This is currently only half implemented. In Playnite 11 there will be separate "estimated install size" for this that metadata plugins will be able to populate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants