mirror of
https://github.com/AlexJonker/playfin
synced 2025-12-08 08:22:42 +01:00
No description
- removed the hardcoded url. just found out after 3 months it was in here after I changed my jellyfin url |
||
|---|---|---|
| .github/workflows | ||
| aur | ||
| playfin | ||
| .gitignore | ||
| pyproject.toml | ||
| README.md | ||
| requirements.txt | ||
playfin
playfin is a tui and user-friendly media player built with Python. It uses mpv for media playback.
Features
- Real-Time Progress Tracking: Keep track of your playback progress with real-time updates.
- Resume Playback: Automatically pick up where you left off, even after closing the application.
Installation
Option 1: Arch-Based Linux Distributions
For Arch-based Linux distributions, you can install playfin directly from the AUR:
yay -S playfin
Once installed, you can run playfin using the following command:
playfin
Option 2: Manual Installation
Ensure mpv is installed on your system:
- Linux: Install via your package manager, e.g.,
yay -S mpv. - macOS: Install via Homebrew, e.g.,
brew install mpv. - Windows: Download the installer from mpv.io.
-
Clone the repository:
git clone https://github.com/AlexJonker/playfin cd playfin -
Install the required Python dependencies:
pip install -r requirements.txt -
Run playfin:
python -m playfin.mainConfiguration
The config is stored at
~/.config/playfin/config.json