• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Automatically change wallpaper?

Upvote 0
Well there would be a way if you knew some programming. You could design a program that would run every day at a certain time that would pull the image from that site, and save it in a specific folder and delete the previous image at the same time. Then in the personalization for windows you can set your theme to take pictures from that specific folder, and since it would delete the image every time it saves one, it would always have the latest one.

It wouldn't be to difficult of a program to write but it would take some basic knowledge of the language.

Thats the only way I can see to "automate" that process 100% on windows
 
  • Like
Reactions: Mehta23
Upvote 0
Well there would be a way if you knew some programming. You could design a program that would run every day at a certain time that would pull the image from that site, and save it in a specific folder and delete the previous image at the same time. Then in the personalization for windows you can set your theme to take pictures from that specific folder, and since it would delete the image every time it saves one, it would always have the latest one.

It wouldn't be to difficult of a program to write but it would take some basic knowledge of the language.

Thats the only way I can see to "automate" that process 100% on windows
I could do that 25 years ago on UNIX, just using its built-in tools! :p
 
Upvote 0
I think there is in Windows 7... I seem to recall at one point I set a "landscape" wallpaper set on my grandma's computer and it would cycle through them every X minutes.. You might be able to adjust that time to one that you want... but I'm not sure about that (XP user).

You get it to change up to every 1 day in Win 7. Thats the longest gap there is. Also, the wallpapers are not cloud based. You can put them on a network share or whatever. That works. But you still have to put them there and do a select all.
 
Upvote 0
Ahh.. I overlooked the pulling from cloud step :p

I'm not a batch expert by any means (in fact, I'm not any kind of expert), but I do think you could write up a batch file that would:
Code:
var number = Date(today) % 4;
if (number === 0) {
wget wallpaper 1
set wallpaper
}
if (number === 1) {
wget wallpaper 2
set wallpaper 
}
etc....

??
 
Upvote 0
Is there a way to just download a wallpaper every so often from that website?
Can you outline the steps you take when you go to that site and download a wallpaper? That would help in figuring out how to do it, although that help probably won't come from me, since you don't have the built-in tools us Linux users do. But perhaps someone who uses windows will be able to help.
 
Upvote 0
Go on site.
Download first picture
Open picture
Set as background
That's not enough info. When you go to the site, what's your next step? I'd never been there before, but when I went there was a picture on the front page; I clicked on it and went to a page with a bunch of options, including size choices, logging in, signing up, bulk downloads, etc. PRECISELY, what do you do?
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones