Skip to content

Releases: lingion/qdp

v0.1.0 — Sprint 1: Delivery baseline

Choose a tag to compare

@lingion lingion released this 28 Jun 07:48

Sprint 1 Scope

  • CLI + TUI downloader (Qobuz)
  • Local Web player runtime
  • Account management module
  • Cross-platform support: macOS / Linux / Windows / Android (Termux) / WSL
  • One-click install: curl -fsSL https://raw.githubusercontent.com/lingion/qdp/main/install.sh | bash

Components

  • qdp/__main__.py / qdp/cli.py — CLI entry
  • qdp/ui.py — Interactive TUI
  • qdp/accounts.py — Account management
  • qdp/web/server.py — Local web player
  • qdp/web/app/ — Browser app assets
  • tests/ — Automated tests
  • setup.py, qdp.spec, build_windows.* — Packaging

Requirements

  • Python 3.9+
  • pip
  • Qobuz account credentials/config available locally

⭐ Star on GitHub