Skip to content
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

Video Doesn't Work #4

Open
Quinntyx opened this issue Feb 16, 2024 · 2 comments
Open

Video Doesn't Work #4

Quinntyx opened this issue Feb 16, 2024 · 2 comments

Comments

@Quinntyx
Copy link

I loaded a video and it doesn't work.

It just looks awful, like this
image

The play button shows but isn't interactible, even if I make Übersicht interactible, and the video itself doesn't play at all.

Here's the video I'm trying:

wall.mp4
@Quinntyx
Copy link
Author

i could also get it to blur but I can't seem to screenshot it because it glitches and the blur disappears every time I run the screenshot utility

@InteractiveNinja
Copy link

Tested the video, and it works on my end, here is my settings config.

{
  // A Boolean flag that indicates whether it is a local file.
  "isLocal": true, // Type: true | false

  // Media File Type
  "type": "video", // Type: "video" | "image"

  // Link to an external media source
  "src": "", // Type: string

  // The name of the root folder of this widget
  "folderName": "wallpaper.widget", // Type: string

  // Name of your local file
  "fileName": "test.mp4" // Type: string
}

I put the video in the widget video folder wallpaper.widget/video and named it test.mp4.

Maybe there is an issue in your settings config?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants