Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.13 KB

File metadata and controls

33 lines (22 loc) · 1.13 KB

For some reason Windows Defender decided to flag this as malware. I have no idea why (it might be becauee I get unique file ids to save Watch Time). I am currently trying to fix this being flagged, for now you can check the Source Code if you want to ensure that this is safe.

This is a prototype.

Overview

This is a simple clean video player written in C#. This was made to make watching & following tutorials easier. The player will float above any app, currently I try to keep it to as little ui as possible and handle all interactions using hotkeys. image

Installation

Download the lastest release from the release page and run the setup.

Usage

Enter / Exit fullscreen - F

Enable / Disable always on Top - T

Skip forwards / backwards - Arrow Keys

Pause / Unpause - Space / Left Mouse

Exit - Alt + F4

Roadmap

  1. Implement timeline
  2. Fix volume controls
  3. Make UI prettier
  4. Create Installer (done)
  5. Support more media types
  6. Proper error handling