A library for interacting with BBC Radio stations and streams
Project description
Auntie Sounds
A library for interacting with BBC radio stations via an interface to BBC Sounds. It was written to be used for the BBC Sounds provider for Music Assistant but exists as a standalone library.
Features
✅ Signing into a BBC Sounds account
✅ Listing current station programming
✅ Obtaining a stream to listen to a station
✅ Getting the current and previous segments (typically songs) on a station
✅ Displaying and listening to previous shows
Not implemented
❌ Pausing or rewinding live radio
Notes
- It is written as an async library
- A BBC account is not required for most actions, but as BBC region-locks streams and is turning off non-UK access soon, is it the supported way to use it
Example Usage
import asyncio
from sounds import exceptions
from sounds.client import SoundsClient
async def main():
try:
client = SoundsClient()
if await client.auth.authenticate(username, password):
stations = await client.stations.get_stations()
schedule = await client.schedules.get_schedule("bbc_6music", date="2025-10-26")
bbc_6music = await client.stations.get_station("bbc_6music", include_stream=True)
except exceptions.LoginFailedError:
...
except exceptions.APIResponseError:
...
except exceptions.NetworkError:
...
asyncio.run(main())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file auntie_sounds-1.1.8.tar.gz.
File metadata
- Download URL: auntie_sounds-1.1.8.tar.gz
- Upload date:
- Size: 1.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.10 {"installer":{"name":"uv","version":"0.9.10"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8397faa12b865269cfb8fd64cba38ad841d46b214926ba62dc5c79f590097a1d
|
|
| MD5 |
2fb282fbabcf5e81b4a5391b7a8e1b7d
|
|
| BLAKE2b-256 |
90629e30aed5b4a52f6b2e9fb5e108bc615a63c118233be9d6cd8e42be96e255
|
File details
Details for the file auntie_sounds-1.1.8-py3-none-any.whl.
File metadata
- Download URL: auntie_sounds-1.1.8-py3-none-any.whl
- Upload date:
- Size: 2.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.10 {"installer":{"name":"uv","version":"0.9.10"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c0f7c3f88e6018dad24ea1f0d3d8834d72b629361b0824f070c16381f49dac6
|
|
| MD5 |
5b3dbd15511b5579f8f2aa731baadffd
|
|
| BLAKE2b-256 |
9180c0a061dfb3b9362e0bd1017a9733c0f63544dc541d3f3f8dee13597d77b7
|