-
Notifications
You must be signed in to change notification settings - Fork 24
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
Is there a way to add full library to queue ? #53
Comments
I have a bash script that looks something like this: ./lancache-autofill steam:queue-app 730 --windows=true You get the steamIDs you want and queue them as needed, then start the download with: The way this program works, it deletes the entire contents of the game from the drive after downloading, so I'm not sure what/how it could update content that's not there anymore, even if linux steamcmd knew about windows updates, which, I'm not exactly sure it does.. I have my windows clients pointed at the cache, so if one of them downloads the patches, it'll be in the cache for all the rest of your clients. Hope this helps, have fun. |
i saw the pull request to deal with this issue, but since it hasn't been accepted yet and if you need this functionality ASAP, the below method worked for me. modifying line 42 in the script i found here to this gave me a similar bash script as @billthecatt
just ran that once and then started downloading my entire library. |
Since this app seems to not be actively developed, you could also take a look at my project https://github.com/tpill90/steam-lancache-prefill |
I can only see the following list:
Is there a way to add a full library of an user to queue?
While on that I got additional questions:
How can I automatically add game updates to the queue and start the download?
I cannot see any function for that or am I missing something?
Or do I need to build shell script to execute these commands ?
The text was updated successfully, but these errors were encountered: