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] List depots for a given appID or manifests for a given appID & depotID #260

Open
NotWearingPants opened this issue Sep 29, 2021 · 4 comments

Comments

@NotWearingPants
Copy link

NotWearingPants commented Sep 29, 2021

Instead of looking for the IDs using another tool/website, it would be cool for this CLI to have some -list parameter to be able to show a table of all available IDs to choose from, along with metadata such as size/date/OS/etc.

Basically the same thing as this and this.

I've looked at the code and it seems that this information is already available, just not exposed through the CLI.

A way to search app IDs is also useful, but this is probably harder to implement unless there's a search API. Steam does have an API to list all app IDs & names, so maybe it can be fuzzy-searched.

@nutterthanos
Copy link

yeah since steamdb is like the only site that has if not all the manifests for nearly every app/game but that can't really get used unless thhe info gets cached in a .json file or something

@azuisleet
Copy link
Member

The only data available to be listed is the current appinfo.

@nutterthanos
Copy link

nutterthanos commented Oct 4, 2021

i mean https://github.com/ValvePython/steamctl/ can already pretty much do what you want ig this
well i mean i have used it can't remember if it does tho

@nutterthanos
Copy link

nutterthanos commented Oct 4, 2021

like this
image

Edit: if you supply manifest GID it skips login and it skipping login prevents it from grabbing depot name and some other things
image

doing a table of manifests would be huge
best option we have is to parse manifest info into a file

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

4 participants