https://github.com/pisekpiskovec/pytel_winform
Simple WinForms multimedia player.
https://github.com/pisekpiskovec/pytel_winform
dotnet-framework m3u movie-player movies mp4 mpv mpv-player multimedia music music-player winforms
Last synced: 5 months ago
JSON representation
Simple WinForms multimedia player.
- Host: GitHub
- URL: https://github.com/pisekpiskovec/pytel_winform
- Owner: pisekpiskovec
- License: gpl-2.0
- Created: 2022-06-29T22:42:55.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-28T23:03:27.000Z (over 1 year ago)
- Last Synced: 2025-01-28T23:29:27.872Z (over 1 year ago)
- Topics: dotnet-framework, m3u, movie-player, movies, mp4, mpv, mpv-player, multimedia, music, music-player, winforms
- Language: C#
- Homepage:
- Size: 22.2 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Pytel_WinForm
### Simple WinForms multimedia player.
Inspired by KDE's Haruna Media Player, Pytel is simplier still yet powerful mutlimedia viewer.
> **Warning** This project was created for learning purpose.
## To-Do
* [ ] Opening video from internet (ytdl support)
* [x] Windows integration
* [x] Drag'n'Drop
* [x] Playlist taskbar visual
* [x] Loop modes behaviour for Previous/Next
* [x] Navigation using numbers
* [x] `.mov`, `.wav` file support (add to open dialog)
* [x] Close StreamReader in Queue dialog
## Screenshots

(Newly opened window)

(Window with a video loaded)

(Fullscreen view)

(About and Settings window)

(Queue window)
## Features
* Open local video/audio
* Fullscreen view
* [Configurable] sec skip back/forward
* [Configurable] volume changing when using a keyboard.
* Seek bar and Volume slider
* Right-click video to pause
* Right-click volume slider to mute
* Double-click to open Fullscreen view
## Keyboard shortcuts
| Action | Shortcut |
| ----------------------- | ------------------------------ |
| Open File | Ctrl+O |
| Open from URL | Ctrl+Shift+O |
| Open File (Universal) | Ctrl+Alt+O |
| Queue | F9/Ctrl+L |
| Full Screen | F/F11/Left Double Click |
| Exit Full Screen | F/F11/Escape/Left Double Click |
| Prevoius File | Ctrtl+, |
| Seek backward | Left |
| Play/Pause | P/Space/Right Click |
| Stop | Ctrl+S |
| Seek forward | Right |
| Next File | Ctrl+. |
| Volume up | Up |
| Volume down | Down |
| Mute/Unmute | M |
| Quit | Q |
| Quit and Save Last File | Ctrl+Q |
| Reset Window's Position | Ctrl+Alt+F6 |