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
Thanks!
and sorry, I'm not gonna update this anymore.
However you can add it manually:
- Open theme folder
- Add your music to "music" folder and copy the filename
- Go to /js/player and open one of the file with an editor (notepad or another one)
- Take a look on how this work and add your data
exemple :
12: {
title: "TITLE_HERE",
artist: "ARTIST_HERE",
src: "music/FILENAME_WITH_EXTENTION"
}
don't forget the "," after "}" on previous line or this will not work
- Save the file, and reload the WE theme, you will see your newly added music
My files are ".ogg" because at the time of creating it, only ogg worked, but right now mp3 should work
Okay thanks for the help. The wallpaper is good.
Sorry I don't have anymore idea for your problem...
It worked before?
In the theme settings, on Menu - Startup
General Volume is not at zero?
Enable start checked?
Voice different than None?
Can you right click > Open in explorer this theme.
On the exporer window, go to music folder and try to open any file (.ogg) to check if there are playing?
Same things with startup folder (.wav and .ogg).
Hi, is it possible that the sound of Wallpaper Engine is cut by Windows?
Because, if after reinstalling it doesn't work, it's not a theme problem.
Have you tried another theme to see if it doesn't work too?
Can you check your setting too?
On Performance tab, the value of "Other application playing audio" and
on General, Audio part, if "Audio ouput" is checked.
Also verify if the "Audio recording device" is the good one.
At startup there is only connection, no sound. I reset the settings, wallpaper, reinstalled everything. Nothing helps.
Thanks to you for using it
param.background = properties.background.value;
var imageElement = document.body;
var bgv = document.getElementById("bg_video");
var doc = "url('img/" + param.background + ".jpg')";
var fakeAnimatedImagesWebm = ["bg18"];
var fakeAnimatedImagesMp4 = [];
var fakeAnimatedImages = fakeAnimatedImagesMp4.concat(fakeAnimatedImagesWebm);
if (fakeAnimatedImages.includes(param.background)) {
bgv.style.opacity = 1;
if (fakeAnimatedImagesWebm.includes(param.background)) {
bgv.src = "img/" + param.background + ".webm";
} else if (fakeAnimatedImagesMp4.includes(param.background)) {
bgv.src = "img/" + param.background + ".mp4";
}
bgv.setAttribute("width", window.innerWidth);
bgv.setAttribute("height", window.innerHeight);
bgv.autoplay = true;
bgv.loop = true;
} else {
bgv.style.opacity = 0;
imageElement.style.backgroundImage = doc;
}
}
Dont forget to edit the fakeAnimatedImagesXXX
Somehow the MP4 doesn't work when I tried to add it.
You can try yourself by replacing the all IF statement (the same as before) by:
if (properties.background) {
param.background = properties.background.value;
var imageElement = document.body;
var bgv = document.getElementById("bg_video");
var doc = "url('img/" + param.background + ".jpg')";
var fakeAnimatedImages = ["bg18", "kakegurui"];
if (fakeAnimatedImages.includes(param.background)) {
bgv.style.opacity = 1;
bgv.src = "img/" + param.background + ".webm";
bgv.setAttribute("width", window.innerWidth);
bgv.setAttribute("height", window.innerHeight);
bgv.autoplay = true;
bgv.loop = true;
} else {
bgv.style.opacity = 0;
imageElement.style.backgroundImage = doc;
}
}
But, why do you have a compiler error? there is no need to compile it...
You run it on the windows app?
For the "const" error, yeah you can use "var".
For the " ` ", you can do:
bgv.src = "img/" + param.background + ".webm";
For the "why":
This file run on each change from WE settings, so I did all the logic here.
And because it does use the same element, I make this change here.
Its a webm video (very old, so just very bad code when I implemented it)
But you can add your by editing the "/js/we-options.js", line 27-35.
Replace these lines by:
const fakeAnimatedImages = ["bg18", "FILENAME"];
if (fakeAnimatedImages.includes(param.background)) {
bgv.style.opacity = 1;
bgv.src = `img/${param.background}.webm`;
bgv.setAttribute("width", window.innerWidth);
bgv.setAttribute("height", window.innerHeight);
bgv.autoplay = true;
bgv.loop = true;
} else {
bgv.style.opacity = 0;
imageElement.style.backgroundImage = doc;
}
Replace FILENAME
You can add more by adding ' , "FILENAME" ' after it, like:
["bg18", "FILENAME", "FILENAME", "FILENAME", "FILENAME", "FILENAME"]
And do the same thing you did with the image in "project.json"
Have fun!
Hey! I've made a simple tutorial in the "discussions" section, check it out :)
heya!! Thanks for using it!
I've corrected the intro sound, which can be changed via "General Volume" in the "Startup" menu.
I've made sure that all audio is now controlled by "General Volume".
For the intro video, I no longer have the basic video, so upscaling this video results in a very bad video...
This is the last update. I'll stop maintaining it from now on.
Maybe when I have time, I'll make a new version.
One of the most, if not the best integrated wallpaper, detailed, useful and even customizable!
I just have a pair of suggestions:
- The first one and the one who bring me here to writte this, the initial "LINK START" + Intro sound, it can´t be adjusted like in other wallpapers, using the system volume and sometimes switch on the pc in the middle of the night, or just in an automatic rotation like in the playlist provokes that RUMBLING shout that wouldn´t be a problem if i live alone, or in a house... But i´m not... I tried using profiles, but doesn´t seems to adjust the volume :-P
- the second one is if were posible to upscale the Intro scene, to make it more clear and smooth.
Thanks you very much for you work!
But be careful, this file contain only the video, not the audio.
That was impossible to make a video + audio file when I created this project
Yes
If I change out the video file (start.webm) with another .webm file of the same or different length, then name it the same, would it work?
No, sorry.
You can add your images if you like, I did a tutorial in these comments some time ago in English or just my last comment which is in French.
Yo, merci pour le retour.
Pour les fonds d'écran, j'en ai pas de meilleur qualité (Reset PC), mais si tu en a, tu peux remplacer ceux existant dans le dossier "img", par contre c'est un assez vielle façon dont j'avais mis en place ça, du coup, tu doit garder la même forme que les fonds actuels.
Par exemple, pour remplacer l'image "bg1.jpg" par un fond perso, tu doit avoir l'image au format "jpg" et qui doit être renomé "bg1", soit, "bg1.jpg" comme l'original.
Sinon, ta le choix d'ajouter des nouvelles lignes dans le "project.json" en plus d'ajouté ton image en "jpg".
Exemple :
Dans le fichier "project.json" après la ligne 606, tu ajoute :
,{ "label": "NomAffichéDansLeMenu", "value": "NomDuFichierSansExtension" }
Et ajouté le fichier "NomDuFichierSansExtension.jpg" dans le dossier "img"
No worries
You can fix this by replacing "YY" with "YYYY" in file "971369035/js/time.js" line 34