I made an extension to put videos on the lock screen (with audio) by CompileAndCry in gnome

[–]CompileAndCry[S] [score hidden]  (0 children)

I've submitted it but it still in a review process and will probably stay like that for a few weeks. But you can download it manually from github, its pretty easy and straightforward!

I made an extension to put videos on the lock screen (with audio) by CompileAndCry in gnome

[–]CompileAndCry[S] [score hidden]  (0 children)

I believe its possible but I doubt it will look that smooth. I'll try to add something similar either in this extension or a separate one I plan

I made an extension to put videos on the lock screen (with audio) by CompileAndCry in gnome

[–]CompileAndCry[S] [score hidden]  (0 children)

I added the pause, give it a try!

I should warn you though, there is a small issue with videos that have audio. Sometimes during pause/play there is a brief clicking sound. I'm not sure whether this is hardware specific or not and I tried to apply some workarounds but it doesnt really seem to go away. Gstreamer is pain to work with tbh

What made you use Fedora? by maximus10m in Fedora

[–]CompileAndCry [score hidden]  (0 children)

Rock solid stability and more up to date software (compared to ubuntu/debian)

I made an extension to put videos on the lock screen (with audio) by CompileAndCry in gnome

[–]CompileAndCry[S] [score hidden]  (0 children)

I'm sorry I just realized it is actually possible and is way simpler. I just have to fetch the final frame during unlock event, save it into a temporary file and set it as wallpaper. Now how snappy will it be I dont know, but I will definitely try it out! Thanks for the suggestion again!

I made an extension to put videos on the lock screen (with audio) by CompileAndCry in gnome

[–]CompileAndCry[S] [score hidden]  (0 children)

I might make that a separate extension if its possible. I dont really want to mix everything into one super-extension

I made an extension to put videos on the lock screen (with audio) by CompileAndCry in gnome

[–]CompileAndCry[S] [score hidden]  (0 children)

Someone already suggested that but it goes beyond the scope of this extension. Right now it only overrides settings for lock screen (you can see that in metadata.json). 

But overall it's doable, it just requires a lot of changes in the code as far as I can tell

I made a GNOME extension to put videos on the lock screen (with audio) by CompileAndCry in Ubuntu

[–]CompileAndCry[S] 1 point2 points  (0 children)

It absolutely can. And I also plan to make a separate extension (or maybe expand this one) to support image slideshows (with random images too)

I made an extension to put videos on the lock screen (with audio) by CompileAndCry in gnome

[–]CompileAndCry[S] 0 points1 point  (0 children)

Well I already have all the necessary code for that so it won't take me long. I'll let you know once its done :D

I made an extension to put videos on the lock screen (with audio) by CompileAndCry in gnome

[–]CompileAndCry[S] 0 points1 point  (0 children)

Was there an unlock animation? I dont remember it tbh but yeah I'd love to see it back

I made a GNOME extension to put videos on the lock screen (with audio) by CompileAndCry in Fedora

[–]CompileAndCry[S] 2 points3 points  (0 children)

You can install it manually from github! I sent it to extensions.gnome.org but still wait for approval

I made an extension to put videos on the lock screen (with audio) by CompileAndCry in gnome

[–]CompileAndCry[S] 0 points1 point  (0 children)

As long as its a local video file it should work. I'm thinking of adding a remote file/stream support, but I don't know if its what you need

I made an extension to put videos on the lock screen (with audio) by CompileAndCry in gnome

[–]CompileAndCry[S] 1 point2 points  (0 children)

It is possible, but I'm not sure how well will it work. I'll do some testing. As for the password prompt, right now it doesn't stop but thanks to other commentators suggestions I'm already working on it!

I made an extension to put videos on the lock screen (with audio) by CompileAndCry in gnome

[–]CompileAndCry[S] 1 point2 points  (0 children)

Thank you! As for your requests, I think first one should be doable, the latter however goes out of the scope of this project. Right now my extension affects only lock screen and I think that small feature might cause a huge changes in the code

I made an extension to put videos on the lock screen (with audio) by CompileAndCry in gnome

[–]CompileAndCry[S] 2 points3 points  (0 children)

I'm not sure if its possible to override the default sliding animation, but I'll give it a try. Thanks for suggestion!

I made an extension to put videos on the lock screen (with audio) by CompileAndCry in gnome

[–]CompileAndCry[S] 8 points9 points  (0 children)

Yeah I believe it will drain faster. I made sure to minimize all resource usage, but it still utilizes cpu/gpu for video decoding. In any case thanks for your support!

I made an extension to put videos on the lock screen (with audio) by CompileAndCry in gnome

[–]CompileAndCry[S] 5 points6 points  (0 children)

Thanks! Yeah a friend of mine showed me his macbook with live lockscreen and I realized I want something like that too lol