Skip to content

Khurram-Devs/RandomVideoPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Download

🎲 Random Video Player

A simple Windows desktop app that plays a random video from the folder where the app is located.
Built with .NET 8.0 (WinExe, self-contained, single-file publish).


✨ Features

  • Plays random videos (.mp4, .mkv, .avi, .mov, .wmv, .flv, .webm)
  • Caches file list for faster subsequent launches
  • Uses default video player associated with file type
  • Packaged as a single-file EXE
  • No console window (hidden)

πŸš€ Usage

  1. Download the latest release .exe from GitHub Releases.
  2. Place the .exe inside a folder containing your videos.
  3. Double-click the .exe.
  4. A random video from that folder will play automatically with your default media player.

πŸ”§ Build Instructions

Clone the repo and build using .NET 8 SDK:

git clone https://github.com/Khurram-Devs/RandomVideoPlayer.git
cd RandomVideoPlayer
dotnet restore
dotnet publish -c Release -r win-x64 --self-contained true /p:PublishSingleFile=true

The EXE will be located in:

bin\Release\net8.0-windows\win-x64\publish\

πŸ“ Requirements

  • .NET 8.0 SDK
  • Windows 10/11 (64-bit)

πŸ“„ License

MIT License. See LICENSE for details.

About

🎲 A simple Windows app that plays a random video from its folder (built with .NET 8, single-file EXE).

Topics

Resources

License

Stars

Watchers

Forks

Languages