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
The best thing you could do is to create a Steam collection and fill it up with all wallpapers from your playlist and then share that collection with your friend:
https://steamcommunity.com/workshop/browse/?appid=431960&browsesort=trend§ion=collections&actualsort=trend&p=1&days=-1
First of all thank you very much for the quick response I really appropriate it.
Adding it to a collection isn't really a viable solution when you have over 400 wallpapers
As for the possible solution I thought of one,
I will simply write a script that does the following:
1. get the json object containing all the paths to the wallpapers
2. parse the path in order to get the wallpaper id (the directory name)
3. combine the link template with the id - https://steamcommunity.com/sharedfiles/filedetails/?id=**WallpaperID**
4. append it to a file containing all the links to the wallpapers in a certain format of my choosing
5. bonus: each wallpaper directory contains a project.json file containing information about the wallpaper, I could add the name of the wallpaper in the file as well for readability.
Then I could also simply write a script that gets such file and simply subscribes to the wallpapers, and then uses the wallpaper IDs to create the playlist in the config.json for you.
Will update with source, have a good day.
PS: I really love wallpaper engine, its a great product!