-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin Not Accepting My Created Wallpaper #114
Comments
Does kdynamicwallpaperbuilder print any errors? |
it prints |
Hmm, that's odd. Can you share with me source images too? If you're not comfortable with sharing them in public, can you send them to me in email? (my email is on github profile) |
Okay I sent you the images in an email
Is the title of the email |
I have no issues when running kdynamicwallpaperbuilder. Can you provide more details about your setup? How much RAM do you have (edit: avif encoder is a bit memory hungry)? Are the source images in the same folder as the manifest json file? |
I have 4gb of RAM, and the source files are in the same folder as the manifest json file |
Huh, it's quite possible that kdynamicwallpaperbuilder is OOM'ed. Is it killed if the source images are resized to smaller size, e.g. 1920x1080 etc? |
Had similar problem, resizing the images fixed it. |
Can you check whether |
I created the manifest.json file
{ "Type": "solar", "Meta": [ { "Time": "06:05", "FileName": "0.png" }, { "Time": "11:00", "FileName": "1.png" }, { "Time": "20:00", "FileName": "2.png" } ] }
I created the avif file, but when I try to upload it into the plugin it says
How do i resolve this issue?
The text was updated successfully, but these errors were encountered: