Skip to content

twfksh/shuffle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shuffle

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 to Shuffle/scanner.in
  • Shuffle.exe or Shuffle.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.

About

media shuffle CLI tool for those lazy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages