- 
                Notifications
    You must be signed in to change notification settings 
- Fork 15
Feature: allow multiple videos to be selected from a folder #15
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
base: master
Are you sure you want to change the base?
Feature: allow multiple videos to be selected from a folder #15
Conversation
| Hey alextrofy, I am looking forward to using your program. This feature of allowing multiple files to be played is it avaliable yet? | 
| This is @tonyfederer's software, I just made a small change to the functionality. Not sure if this will be merged as is, there will likely be some changes required, but if you are able to build this yourself, then you can already do so based on this branch. | 
| how do i use your version? i see your fork but when i click download it's the old version. | 
| I just forked to make a pull request, there isn't an official downloadable yet. I am attaching the version that I built and am using locally: EasyVideoScreensaverSetup-1.3-alpha.zip | 
| works great, thanks. will you be working on this furfur? this is now the only video screensaver on github that has multi video support. there is one on google but it's 8 years old and doesn't work well with some codecs and often displays a black screen. this version is literally the only option on the net. | 
| That was also my experience. This was the closest to what I wanted, and it was nice and easy to modify. | 
| shuffle instead of loop, HDR, exit on mouse move, getting rid of the exe installer and having a single click SCR file. if you make any more tweaks, or decide on your own release, would appreciate a heads up. been waiting a few years for somebody to release something. it's crazy to think a good video screensaver does not exist. | 
| Hello @alextrofymenko I tried your above build. No errors at all. Any ideas? | 
| I am not entirely sure, perhaps you don't have the codecs to play the video in Windows Media Player? Does the original executable work as expected? | 
| 
 Yes, the original works fine. In your build, even the settings button does not do anything, thinks for a minute then the button lights back up Clicking preview does the same thing. Don't see any events in event logs about it though. | 
| Strange, I don't know what to suggest. Are you able to compile a version yourself? My fork contains this PR, and also the ability to shuffle videos instead of looping | 
| 
 No, don't have a dev environment set up. Odd, i can get it to work on 1 machine, which has windows 10, and is a bit behind on updates. 2 machines that are new clean installs from latest ISO of win10 and win11, no go. | 
| With the clean installs my guess would be codec again, especially if you have Windows KN (or whatever variety comes without WMP). But again, if original one works, I'm not really sure. I wanted to take a stab at setting up a build using GitHub Actions. I don't know if that will fix anything, but at least it will be a reproducible build to play around with. | 
| 
 No, not KN, normal US version | 
| True, I don't see how that would prevent the settings dialog from opening. Clutching at straws here. I made a GitHub Action to built and publish the artifact, you can find the link to the first attempt here: https://github.com/alextrofymenko/EasyVideoScreensaver/actions/runs/8695008243/job/23845115862 (or if you can't view the logs, here is the actual download link - https://github.com/alextrofymenko/EasyVideoScreensaver/actions/runs/8695008243/artifacts/1415698727). | 
| Any chance you would know how I can set the source file via PowerShell so I could deploy it remotely?  Is the source file held in a registry? | 
| I'm not actually sure, but the answers here suggest that you guessed correctly: https://stackoverflow.com/questions/49791065/silently-set-the-screensaver-on-windows-from-the-command-line | 
| 
 Thanks for your reply! Maybe I'm asking the wrong questions, as I'm not super great at programing and still learning PowerShell fundamentals - but if I knew where your program stored this location, I could probably figure out the rest. | 
| hey alextrofymenko, you tweaked this screensaver a bit after the 1.3 version you linked on 2/25/24 and added shuffle instead of loop. where can i find that version? | 
| @smoothnobody I didn't realise Github Actions output/artefacts expire, lesson learned. I updated actions to use latest versions and triggered a re-build. I have now also attached the output manually - https://github.com/alextrofymenko/EasyVideoScreensaver/releases/tag/1.3x (I hope that one will be kept on the repo permanently) | 
| thanks dude. your little tweaks make such a big difference. i get lots of enjoyment seeing the apple aerial videos on my big screen tv in my living room. much appreciated. | 

A video will be randomly selected from the directory on screensaver start, and will loop once finished (as before) (requested in #13, and #4, though without the shuffle at the end of each playthrough)