Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Someone elses request does come to mind though. They indeed use a shellscript to update the wallpaper. WE will tell the wallpaper of the file changes, as long as you don't delete the selected folder, only its contents. So they used the fact that you can (kinda) manipulate the playlist from the outside to their advantage. The wallpaper should keep a list of all files in the folder, even if you change those.
But I do not have a script ready for that. But in windows that could pretty much be a copy and rmdir command ( by head, not sure if copy can do recursive in windows, else try robocopy which comes with windows ) and repeat that in a loop or something.
But thanks for the info I was hoping this existed already but, thems the breaks
Do not remove the folder that is selected in WE, because WE will loose its handle/hook to track the file changes in the folder if you delete the folder itself. So only change the contents ( however you should be able to remove/add folders within the folder you selected in WE.
I do not know or can guarantee the file order when using this approach ( normally I should just append the playlist with new files ). The current playlist code is not perfect for what you are trying to do. I never considered people doing such things. So I can't really say what order if any your files will be added to the playlist. Normally they should append, but when you remove everything there might be a small chance you could trigger resorting/re-scrambling of the playlist. Not tested, but just thought i'd mention it.
There is also some bug in the playlist of the slideshow related to adding/removing files. I don't think you should trigger this, but when removing and then re-adding a file too fast, I believe its possible that it won't be re-added as the 'add' event happens before the 'remove' event, thus just removing it. I've only seen this in one specific situation under normal use, but as you might be manipulating the files in way I haven't imagined this might be something to consider.
Also I am copying then to where WE stores user created Wallpapers via the editor (just to keep it separate)
You wouldn't happen to know where WE stores the wallpaper presets?