Metadata-Version: 2.4
Name: srgplayer
Version: 0.1.1
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
- ➕ 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 — Add song/playlist
- l — List queue
- + / - — Volume
- q — Quit

## License

MIT License