Easily enjoy your private video collection
Project description
SimpleParty
Easily enjoy your private video collection. Browse and play local video files from any device on your network. Zero dependencies.
Features
- Directory browsing - navigate nested folders with breadcrumb navigation
- Shuffle play - randomize playback within any directory
- Delete - remove videos you don't want, right from the player
- Keyboard shortcuts - full control without touching the mouse
- Dark theme - comfortable for extended viewing
- Mobile friendly - responsive layout with large tap targets
- Auto-transcoding - MKV/AVI/MOV files are automatically transcoded via ffmpeg or VLC (if installed)
- Encrypted directories - unlock/lock fscrypt-encrypted folders from the browser (if fscrypt is installed)
- Single file, zero dependencies - pure Python standard library, nothing to install
Install
# With uv (recommended)
uv pip install simpleparty
# Or run directly without installing
uvx simpleparty /path/to/videos
Usage
simpleparty /path/to/videos
With no arguments, serves the current directory:
cd ~/Videos && simpleparty
Then open http://localhost:1312 in your browser (or use your machine's hostname/IP from another device).
Options
simpleparty [/path/to/videos] [options]
-p, --port PORT Port to listen on (default: 1312)
-b, --bind ADDR Bind address (default: 0.0.0.0)
--no-delete Disable the delete button
--no-transcode Disable ffmpeg/VLC transcoding
Keyboard shortcuts
| Key | Action |
|---|---|
n / Right |
Next video |
p / Left |
Previous video |
s |
Toggle shuffle |
d |
Delete current video |
f |
Toggle fullscreen |
Space |
Play / pause |
m |
Mute / unmute |
Esc |
Go to parent directory |
? |
Show shortcut help |
Optional features
These are auto-detected at startup and require no configuration:
- ffmpeg or VLC - Enables playback of MKV, AVI, and MOV files by transcoding to browser-compatible MP4 on the fly. Install either one:
sudo apt install ffmpeg/sudo pacman -S ffmpeg - fscrypt - If your video directories use Linux filesystem encryption (fscrypt), SimpleParty will detect locked directories and prompt for the passphrase in the browser
Why not Jellyfin/Plex?
Those are full media centers with databases, metadata scraping, user accounts, and transcoding pipelines. SimpleParty is for when you just want to open a folder of videos and watch them. One command, no setup, no database.
License
AGPL-3.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simpleparty-0.1.1.tar.gz.
File metadata
- Download URL: simpleparty-0.1.1.tar.gz
- Upload date:
- Size: 25.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.1 {"installer":{"name":"uv","version":"0.11.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18887a59d433e937c3a9aa4419157e65f9f94854528a3b7d7334ce5db4f08ddd
|
|
| MD5 |
2cec05353408cf8c94717c5c8e93a4fd
|
|
| BLAKE2b-256 |
c26007efe0cae1a5aeb49fb9a833f17e2107c723685faa57052b6952a6820e9f
|
File details
Details for the file simpleparty-0.1.1-py3-none-any.whl.
File metadata
- Download URL: simpleparty-0.1.1-py3-none-any.whl
- Upload date:
- Size: 24.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.1 {"installer":{"name":"uv","version":"0.11.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20091bebffab00f06cb723581cebb20aa23e94e809d57e8635f59cc88b608794
|
|
| MD5 |
a11bcf4b5775c7c687f15aba4b89bc9d
|
|
| BLAKE2b-256 |
3f50735bb913934a4283c6b13825bcc05f9f9b735a40c406b896a7519765dbda
|