Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Idea: Streaming from Qobuz native app
#70
Mostly. This is what I've currently got as secrets.toml.example:

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
Reply


Messages In This Thread
Streaming from Qobuz native app - by officialsm - 01-14-2022, 02:40 PM
RE: Streaming from Qobuz native app - by yannig - 01-15-2022, 12:41 PM
RE: Streaming from Qobuz native app - by Nutul - 12-06-2024, 04:48 PM
RE: Streaming from Qobuz native app - by Snoil - 05-16-2025, 02:38 PM
RE: Streaming from Qobuz native app - by GioF_71 - 05-18-2025, 11:19 AM
RE: Streaming from Qobuz native app - by Magic66 - 05-17-2025, 09:44 AM
RE: Streaming from Qobuz native app - by Snoil - 05-18-2025, 11:48 AM
RE: Streaming from Qobuz native app - by Snoil - 05-19-2025, 01:38 PM
RE: Streaming from Qobuz native app - by Nutul - 05-19-2025, 08:02 PM
RE: Streaming from Qobuz native app - by Nutul - 05-19-2025, 09:03 PM
RE: Streaming from Qobuz native app - by Snoil - 05-24-2025, 10:11 AM
RE: Streaming from Qobuz native app - by Snoil - 05-27-2025, 01:50 PM
RE: Streaming from Qobuz native app - by Snoil - 05-27-2025, 02:47 PM
RE: Streaming from Qobuz native app - by Snoil - 05-27-2025, 06:20 PM
RE: Streaming from Qobuz native app - by Nutul - 06-08-2025, 01:26 PM
RE: Streaming from Qobuz native app - by Nutul - 06-22-2025, 01:18 PM
RE: Streaming from Qobuz native app - by Nutul - 06-22-2025, 01:24 PM
RE: Streaming from Qobuz native app - by Nutul - 06-22-2025, 01:40 PM
RE: Streaming from Qobuz native app - by voorstad - 07-18-2025, 07:39 PM
RE: Streaming from Qobuz native app - by roderickvd - 07-27-2025, 06:51 PM

Forum Jump: