Metadata-Version: 2.5
Name: srgplayer
Version: 0.2.0
Summary: Terminal music player that streams from YouTube
Author-email: Your Name <you@example.com>
License: MIT
Requires-Python: >=3.9
Requires-Dist: python-mpv
Requires-Dist: readchar
Requires-Dist: yt-dlp
Description-Content-Type: text/markdown

# SRG Player

A terminal-based music player that streams music directly from YouTube.

## Features

- 🎵 Search YouTube songs
- 📃 Search and import YouTube playlists
- ⏯ Pause, resume, next, previous
- ⏩ Forward / backward seeking
- 🎚 Playback speed control
- 📝 Lyrics lookup
- 🔁 Reuse previous search results
- ➕ Add songs while music is playing
- 🔊 Volume controls
- ⌨ Keyboard shortcuts

## Installation

Install the application:

```bash
pipx install srgplayer
```

### Requirements

SRG Player requires the `mpv` media player.

Ubuntu/Debian:

```bash
sudo apt install mpv
```

macOS:

```bash
brew install mpv
```

## Usage

```bash
srgplayer
```

Controls:

- Space — Pause/Resume
- n — Next song
- p — Previous song
- a — Search song/playlist
- l — List queue
- r — Show previous search results
- y — Show lyrics
- + / - — Volume up/down
- ← / → — Seek backward/forward 5 seconds
- , / . — Seek backward/forward 10 seconds
- [ / ] — Decrease/increase playback speed
- \ — Reset speed to 1.0x
- 0-9 — Play a previous search result
- c — Clear queue
- q — Quit

## License

MIT License