Windows CLI that uses the Everything SDK to pick and open a random video file from configured folders.
Requirements
- Windows
- Everything (running)
- Visual Studio / C++ toolchain with C++20 (
std::format
)
Build
- Open
Shuffle.sln
and build for the same platform (x64/x86) as the Everything.lib
used.
Usage
Shuffle.exe run
— pick and open a random video (.mp4, .mkv, .avi, .mov)Shuffle.exe add "C:\path\to\videos"
— write folder path toShuffle/scanner.in
Shuffle.exe
orShuffle.exe version
— print version
Config
Shuffle/scanner.in
contains a[folder_path]
block with folder lines and terminating[]
.add
currently overwrites the[folder_path]
block.
That's it.