zeropingheroes / lancache-autofill

Automatically fill a Lancache with content
GNU General Public License v3.0
132 stars 24 forks source link

Monitor games I'm playing and automatically cache updates/patches. #64

Open Micksy opened 2 years ago

Micksy commented 2 years ago

Hi folks.

I've got no idea about linux, but I managed to cobble enough info from videos/forums to get lancache and lancache-autofill installed.

I setup a chrontab to auto update lancache, so hopefully it keeps chugging.

My issue is that I want autofill to check steam every half hour or so for updates and patches to games i'm playing.

Is there a way to do this automatically? I'm running this pc headless in a cupboard.

Everything I can make out about autofill seems to depend on my running commands manually.

Maybe I just need more documentation on how to use autofill?

MrBullet75 commented 2 years ago

Hey I'm looking for a similar script - just that I don't have anything set up yet - and I found this article about cron jobs. Though I'm not sure whether that's a viable option or not, I hope I could still help you a bit.

Da-Geek commented 2 years ago

Hey I'm looking for a similar script - just that I don't have anything set up yet - and I found this article about cron jobs. Though I'm not sure whether that's a viable option or not, I hope I could still help you a bit.

This could actually be a simple way to solve the request by @Micksy Just use a schedule to re-run lancache-autofill steam:queue-users-recent-apps <YOUR_STEAM64_ID> on a regular basis and then followed by running lancache-autofill steam:start-downloading at some point.

I might have a look at doing something like this and report back, thank you for the idea @MrBullet75