07-27-2025, 06:51 PM
Mostly. This is what I've currently got as secrets.toml.example:
No token-based authentication for now.
For the track_changed event, what I've got now, subject to change:
Different from pleezer, note it's COVER_URL instead of COVER_ID.
Code:
# secrets.toml.example
# This file contains sensitive information required for authentication.
# Rename this file to `secrets.toml` and fill in the required fields.
# Keep this file secure and do not share it publicly.
# Qobuz account email and password for authentication.
email = "your-email@example.com"
password = "your-password"
# Optional: ID and secret of your Qobuz application to access the Qobuz API.
# If not provided, qonnect will attempt to extract it from Qobuz's public resources.
# app_id = 1234
# app_secret = "your-api-secret"
No token-based authentication for now.
For the track_changed event, what I've got now, subject to change:
Code:
- `TRACK_ID`: Content ID
- `TITLE`: Track title
- `ARTIST`: Artist name
- `ALBUM_TITLE`: Album name
- `COVER_URL`: Artwork URL
- `DURATION`: Length in seconds
- `FORMAT`: Input format and bitrate (e.g., "MP3 320K", "FLAC 1.234M")
- `DECODER`: Output format (e.g., "PCM 16 bit 44.1 kHz, Stereo")
Different from pleezer, note it's COVER_URL instead of COVER_ID.
maintainer of librespot and pleezer, working on a qobuz connect player. sponsor me: https://github.com/sponsors/roderickvd