Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"bluos",
"controller",
"sonos",
"bluesound"
],
"is_fork": false,
"size_kb": 292269,
"has_wiki": true,
"homepage": null,
"languages": {
"C": 1425,
"Go": 97842,
"C++": 25116,
"Dart": 166604,
"CMake": 19522,
"Shell": 11138,
"Swift": 2103,
"Kotlin": 130,
"Makefile": 4767,
"Objective-C": 38
},
"pushed_at": "2026-07-27T19:41:37Z",
"created_at": "2025-05-25T06:44:53Z",
"owner_type": "User",
"updated_at": "2026-07-27T19:42:37Z",
"description": "A BluOS (Bluesound) and SONOS Preset player for the command line",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Dart",
"significant_languages": [
"Dart",
"Go"
]
},
"owner": {
"blog": null,
"name": "ooocp",
"type": "User",
"login": "rdOxalis",
"company": null,
"location": "Mombasa",
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/88148381?v=4",
"created_at": "2021-07-29T13:32:01Z",
"is_verified": null,
"public_repos": 5,
"account_age_days": 1824
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2026-07-26T08:55:14Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-03-14T08:19:51Z"
},
{
"tag": "2025.10.10",
"kind": "patch",
"published_at": "2025-10-11T08:03:36Z"
},
{
"tag": "2025.06.25",
"kind": "patch",
"published_at": "2025-06-25T16:59:49Z"
}
],
"recent_commits": [
{
"oid": "22c2510694f137eb7084caddc5d9d10970f52822",
"body": "Removed note about F-Droid listing pending review.",
"is_bot": false,
"headline": "Remove pending review note from README",
"author_name": "ooocp",
"author_login": "rdOxalis",
"committed_at": "2026-07-27T19:41:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f962aecb88783f4c13ba393342331d601ee63645",
"body": "DECISIONS.md claimed AutoUpdateMode: None because \"Flutter auto-update\nvia tags doesn't work reliably\" - stale from an earlier attempt. The\nmerged recipe (MR !34693, merged 2026-05-25) actually uses\nAutoUpdateMode: Version / UpdateCheckMode: Tags and it does work: the\n1.0.1 versionCodes (31/32/33) w\n[…]\n-only draft) with the real\nlive file from gitlab.com/fdroid/fdroiddata.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01DUPGgi1GYFtNktwc8ZbGVx",
"is_bot": false,
"headline": "Sync F-Droid docs with the actual merged fdroiddata state",
"author_name": "Ralf D",
"author_login": "rdOxalis",
"committed_at": "2026-07-26T09:09:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8fa126cdf0b0bbbfd5cc0e53b48ae269796e1e3a",
"body": "Flutter: bump to 1.0.2+4 (Sonos stream-URL fix) and add the matching\nfastlane changelog. Rebuild all release assets from the current source:\n7 Go CLI binaries, the Linux desktop bundle, and the Android APK\n(properly release-signed, not the debug-key fallback).\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01DUPGgi1GYFtNktwc8ZbGVx",
"is_bot": false,
"headline": "Release v1.0.2",
"author_name": "Ralf D",
"author_login": "rdOxalis",
"committed_at": "2026-07-26T08:53:26Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b61ef7007ff2510231213e82f97bb95687821a77",
"body": "Some services report the raw stream/query-string as the DIDL <dc:title>\nuntil real ICY metadata arrives (e.g. an 80s80s station played via an\naggregator), which _looksLikeUrl's fixed prefix/substring list didn't\ncatch, leaving the ugly stream URL shown as the song. Add a general\nfallback: a long, sp\n[…]\nmatching prefix. Same fix already\napplied to the Go CLI's Sonos client.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01DUPGgi1GYFtNktwc8ZbGVx",
"is_bot": false,
"headline": "Broaden Sonos stream-URL detection for song titles",
"author_name": "Ralf D",
"author_login": "rdOxalis",
"committed_at": "2026-07-26T08:24:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c4a3895ee496d0034d0ec20eba38cf8293fcf290",
"body": "Presets/favorites were shown as one flat list, and Sonos favorites were\nfiltered down to internet-radio-only (regex-matched <item> elements,\nnever <container>), silently dropping every playlist/album favorite.\nCategorize presets into stations/playlists/albums/songs the same way\nthe Flutter app does \n[…]\no build *.go is\nunaffected, it just resolves the module on first build.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01DUPGgi1GYFtNktwc8ZbGVx",
"is_bot": false,
"headline": "Add preset categorization, pagination, and full-screen TUI to Go CLI",
"author_name": "Ralf D",
"author_login": "rdOxalis",
"committed_at": "2026-07-26T08:24:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a8dba684656a9364bdde05bf1abf564f36a8d448",
"body": "versionCode 1's changelog was the last one ever written, even though\nlicenses page, donate link, dynamic version display, and the preset\nerror banner fix all landed since (fef527a, 439a7a6) and pubspec.yaml\nhas been at versionCode 3 for a while. Backfill en-US/de-DE/sw so the\nlisting has accurate release notes whenever this version ships.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01DUPGgi1GYFtNktwc8ZbGVx",
"is_bot": false,
"headline": "Add missing versionCode 3 fastlane changelog",
"author_name": "Ralf D",
"author_login": "rdOxalis",
"committed_at": "2026-07-26T06:30:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e64357d49c83e5e81a7f764336fdcda5684aec97",
"body": "GTK3 derives the xdg_toplevel app_id from g_get_prgname(), not from\nthe GApplication application-id property, so KWin (and other Wayland\ncompositors) never matched the running window to any installed\n.desktop file - alt_tab/taskbar fell back to a generic icon even\nthough gtk_window_set_icon_from_fil\n[…]\n3.22.0 for local dev matching the F-Droid/\nrelease.yml build toolchain.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01DUPGgi1GYFtNktwc8ZbGVx",
"is_bot": false,
"headline": "Fix Wayland taskbar/alt-tab icon for Linux desktop app",
"author_name": "Ralf D",
"author_login": "rdOxalis",
"committed_at": "2026-07-26T06:25:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "703cbb1152d6cc24a3413097ff3fb1724f2338ba",
"body": "flutter build apk --split-per-abi assigns its own default versionCode\nper architecture (observed 1003) unless the app overrides it; the\napplicationVariants override that used to do this was removed earlier\nin the belief it was dead code, breaking F-Droid's per-ABI build (it\nexpects the versionCode f\n[…]\nd modes\n(plain release and --split-per-abi for all three ABIs) now produce the\nexpected output and versionCodes (3, and 31/32/33 respectively).\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Restore per-ABI versionCode override and drop incompatible dep bumps",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-07-18T09:44:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "afda0df72f2c280ca9935d459db39dc5dc1d5dd0",
"body": "Flutter 3.41.9's --split-per-abi now auto-assigns a versionCode per\narchitecture (observed 1003 instead of the pubspec-derived value),\nwhich broke F-Droid's per-ABI build: it expects the exact versionCode\nfrom its own VercodeOperation scheme and rejects the APK otherwise.\nflutter_lints ^6.0.0 was th\n[…]\nrcing Dart >=3.8 (hence\nFlutter >=3.22.0's pin), so drop it back to ^3.0.0 and restore the\nrelease.yml pin F-Droid reads to pick its build SDK.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Revert flutter_lints bump and Flutter version pin",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-07-18T09:02:11Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8f86b60d143f4dd8062d6d67d8d10e2778210e3d",
"body": "package_info_plus, shared_preferences_android and url_launcher_android\nrequest NDK 26.1.10909125; the previously pinned 25.1.8937393 still\nbuilt but emitted a version-mismatch warning on every build.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Align pinned NDK version with plugin requirements",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-07-18T06:53:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "439a7a680503dd33f326ea64a166ae5ca9d2e6e5",
"body": "The preset-play error banner never cleared after a failed preset, since\nplayPreset() wrote into the persistent error state on top of the SnackBar\nthat already reports it. Drop the persistent state write so the SnackBar\nis the sole (self-dismissing) error surface.\n\nAlso fixes the release build, which\n[…]\nd the Flutter version pinned in\nrelease.yml (which F-Droid reads to pick its build SDK) is updated to\nmatch what was actually built and tested.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix stuck preset error banner and repair release APK build",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-07-18T06:50:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1fdc70abca8dc1dac5e14d5fc4cd07dcc01958e4",
"body": null,
"is_bot": false,
"headline": "Add Swahili (sw) Fastlane metadata",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-05-28T16:21:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25ab4d3c7110a7703bc968f516b0b72372cd98e5",
"body": "- Move fastlane/ from flutter/fastlane/ to repo root (F-Droid requirement)\n- Add screenshots to en-US and de-DE images/phoneScreenshots/\n- Add icon.png to en-US/images/",
"is_bot": false,
"headline": "Move fastlane metadata to repo root and add screenshots",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-05-28T16:18:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "009e2af9456e372926dafd7992d18b321195f0dd",
"body": null,
"is_bot": false,
"headline": "Add release signing config and fix NDK version",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-04-12T13:25:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1ab09d7a2136e6a2083b9609e0faaed27e5f60d",
"body": null,
"is_bot": false,
"headline": "Revert versionCode to +1 (ABI scheme handled by Gradle)",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-04-11T18:09:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53fbd5ce96a84734707fab6e5f915f18f3748dcf",
"body": null,
"is_bot": false,
"headline": "Bump versionCode to 13 for ABI split scheme (1.0.0 * 10 + 3)",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-04-11T17:53:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c076bdfc549278c3998fbd5646b7a9b5207cda9",
"body": null,
"is_bot": false,
"headline": "Add ABI split with version code scheme for F-Droid",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-04-11T13:17:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00f7f6f0864d18e89fdb0439f4eeea8772bf5f74",
"body": null,
"is_bot": false,
"headline": "Document rewritemeta field order requirement",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-04-11T04:52:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10a0bd1718a76d33fb81cdecc5dc6d043955e6d1",
"body": null,
"is_bot": false,
"headline": "Update FDROID.md: IssueTracker and author fields are required",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-04-11T04:50:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "268b2c2a4a1e9d2f7ba5d3a29c2728d603c839e8",
"body": "Pins Flutter 3.22.0 in release.yml so F-Droid can extract it at build time.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add GitHub Actions release workflow with pinned Flutter version",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-04-06T17:23:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3fa5a12bdd85f1762f16ac27e94e1faef66c7cdb",
"body": null,
"is_bot": false,
"headline": "F-Droid changes for Deployment there",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-04-06T16:02:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fb001a89dda858d6648127967d2f01943293b2f",
"body": "Fixes JdkImageTransform/jlink failure on F-Droid build servers\nrunning Java 21. AGP 8.1.0 has a known bug with Java 21's jlink.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Upgrade AGP 8.1.0 → 8.3.0 for Java 21 compatibility",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-04-06T15:35:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3f9db54c49366c87f9e12b79efe05553ce021d9e",
"body": "Fix F-Droid build: Java 21 on build server requires Gradle 8.x\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Upgrade Gradle 8.5, AGP 8.1.0, Kotlin 1.9.0, Java 17",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-04-06T10:20:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "75a4cb3e2e2f673ff0bd7a2411f26e39f1976d15",
"body": null,
"is_bot": false,
"headline": "Remove all Flathub/Flatpak artifacts",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-03-15T06:01:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd7e8b0be5f0a4677a11f9852b8aca0fa9b1f773",
"body": null,
"is_bot": false,
"headline": "Remove Flathub badge from README",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-03-14T14:28:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b935bb9b96593f3fdcf46eaa2034e1fff3d94f4",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Use proper store badges for download section",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-03-14T08:59:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ba28ba1f8bc09372fae772a8c6edb9fcb1889c31",
"body": null,
"is_bot": false,
"headline": "Fix download badges: use shields.io for GitHub, align sizes",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-03-14T08:56:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdb7b6c9517099833367ab3a060cde0a3c65b8f5",
"body": "- Add GitHub Releases, F-Droid, Flathub download badges\n- Link to GitHub Releases instead of local release/ dir\n- Remove default Flutter README\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update README with download badges, remove orphaned Flutter README",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-03-14T08:54:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dd1a9a72128151d511224d13d6c7c7079b2f4af9",
"body": "- snapcraft.yaml with Flutter plugin for bluesound-controller\n- Desktop file and icon for snap package\n- Snap name registered at snapcraft.io\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add Snap Store snapcraft.yaml and desktop files",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-03-14T08:52:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e00ec6129c2d92c0abf48db3488f315493ef211c",
"body": "- Desktop file, MetaInfo XML, and app icon for Flatpak\n- Flathub manifest (io.github.rdoxalis.bluesoundplayer)\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add Flatpak/Flathub metadata and manifest",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-03-14T08:28:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fef527a08c9fa2ad7ce86e6b453ed6226e783ff9",
"body": "- Show version from pubspec.yaml via package_info_plus\n- Add Open Source Licenses page in settings\n- Add \"Buy the developer a coffee\" with PayPal link\n- Update F-Droid plan with completed status\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add licenses page, dynamic version, and donate button",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-03-14T08:07:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "08f6155e089a6308b47689585370c485636380a2",
"body": "- Change applicationId to com.bluesound.bluesoundplayer\n- Add dependenciesInfo block to build.gradle (F-Droid requirement)\n- Add fastlane metadata (EN + DE: descriptions, changelogs)\n- Add F-Droid submission plan\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Prepare for F-Droid submission",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-03-13T17:31:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "375b888254155b5cf318c37a82ef9e38404f6d76",
"body": null,
"is_bot": false,
"headline": "Feature Transfer To Other Player- Initial",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-02-21T10:55:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56be66601529870b98160917a4ea764ac857b789",
"body": null,
"is_bot": false,
"headline": "Readme Hint added",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-02-21T08:53:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f233d6cab4708727404cd00e8c23eb48938b400",
"body": "…onsolidate install scripts\n\n- Grouped slave players now display the master's track info instead of \"No song playing\" (BluOS + Sonos)\n- Added +/- buttons (5% steps) to volume slider for easier control\n- Consolidated install/uninstall scripts to use consistent \"bluesound-controller\" naming\n- Added pa\n[…]\ng distributable tar.gz\n- Updated README with Flutter app install instructions and pre-built binary table\n- Current releases (Linux tar.gz, APK)\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Show master track info for grouped players, add volume +/- buttons, c…",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-02-21T08:48:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "76741f18d1f89f007b2df5a9aae693d44560dd50",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Install icons in multiple sizes for proper Alt+Tab scaling",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-02-10T17:31:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bb768c8ebc599db94906ec6dad7fe2ef249b7c72",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Linux install: use ~/.local/ instead of /opt/ (no sudo needed)",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-02-10T17:09:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0426f83cc951b299065103daa5906862634e66d3",
"body": "- Grouped presets by category (stations, playlists, albums, songs)\n- Sonos container playback via queue (playlists, albums, songs)\n- BluOS preset categorization by URL pattern\n- Add Linux desktop bundle with install.sh\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Current Releases",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-02-10T17:00:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "34d8c82fa89901d5a53b3faf79f78c0c12abf48c",
"body": "- Add PresetCategory enum and category field to Preset model\n- Sonos: replace radio-only filter with UPnP class-based categorization,\n handle containers via queue-based playback (AddURIToQueue + queue transport switch)\n- BluOS: categorize presets by URL pattern (TuneIn/Deezer radio vs service playl\n[…]\npsible ExpansionTile groups with category icons\n- Add localized category names (EN/DE/SW)\n- Filter out non-playable meta-containers (albumlist)\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Group presets by category (stations, playlists, albums, songs)",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-02-10T16:52:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "fb98baaf57cd88d63664985de1bd16e917c13835",
"body": null,
"is_bot": false,
"headline": "Current Releases",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-02-10T07:52:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab4293d366ae0b2dca4c40070c6b8aa0eee180ef",
"body": "…s naming\n\n- Fix UTF-8 decoding for BluOS and Sonos API responses (umlauts, special chars)\n- Show selected player name in mobile AppBar instead of static title\n- Remove redundant refresh icon and check_circle from mobile view\n- Use Sonos roomName for player display, fallback to model name instead of IP\n- Add Linux install/uninstall scripts\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Flutter UI polish: fix UTF-8 encoding, improve mobile layout and Sono…",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-02-10T07:48:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ed9f2b6ffd75628a4e24eff327c732892b08d969",
"body": null,
"is_bot": false,
"headline": "Flutter App Initial / Enhanced Grouping Features",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-02-09T08:53:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "049f0beeff6255ce686952cf2daa9cf6406ce47d",
"body": null,
"is_bot": false,
"headline": "Flutter App Initial / Enhanced Grouping Features",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-02-09T08:51:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e898d04f6d5bb621a9366c6c0e4ac2f4eafc2559",
"body": null,
"is_bot": false,
"headline": "Refactoring to more stable SONOS API",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-02-09T04:31:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c35b7b297065f89a5a93d5326d012e22cedaff37",
"body": null,
"is_bot": false,
"headline": "Refactoring to more stable SONOS API",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2026-02-09T04:29:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c8ec4c6365ff5eec373d640635b28ddb04cccbe",
"body": null,
"is_bot": false,
"headline": "Added non-interacive mode. Feature-CLI",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2025-10-11T07:57:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f49e63d5f165fab463fd51a63e6e2839151d70b",
"body": null,
"is_bot": false,
"headline": "Feature CLI non-interactive Enhancements",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2025-10-11T07:43:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c62d2257acb14a6b5dbeafbbd1a32888fe00060",
"body": null,
"is_bot": false,
"headline": "Feature CLI non-interactive Initial",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2025-10-10T17:58:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ee1955b7cfdfb6b77adcca5ddfaf560c8bbc094",
"body": null,
"is_bot": false,
"headline": "Sonos Favorite List filtered to Sonos Radio Stations only",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2025-06-25T16:45:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8da99f9a89f16ed18052ea15892231d63d63f2c1",
"body": null,
"is_bot": false,
"headline": "Renaming",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2025-06-25T04:42:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42d5fb5da1873db4b6d2a2ae6527bb323acff6ed",
"body": null,
"is_bot": false,
"headline": "Refactoring: Modules and build scripts",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2025-06-25T04:15:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "042181e19ebdc98c4031aa7949d5e46a75337cf0",
"body": null,
"is_bot": false,
"headline": "Initial Sonos Integration",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2025-06-24T19:30:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b641c94158502d4aa159e78961c8e25e0c73648b",
"body": null,
"is_bot": false,
"headline": "Enhanced network scan for all available networks",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2025-06-19T11:41:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33ac00b8e68463dfa8cbdb1feff1f3f4a3067f65",
"body": null,
"is_bot": false,
"headline": "Executables for Linux, Raspberry, Apple, Windows",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2025-05-30T06:22:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9405e66a5de1c44581b7b8af35591d1e9e220e0",
"body": "…se player, added gruping and ungrouping options",
"is_bot": false,
"headline": "Layout changed to a convenient one pager, added output option to choo…",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2025-05-29T08:18:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4233d3dc189c9808317018977cb4f3b0626c187",
"body": null,
"is_bot": false,
"headline": "Naming of BluOS adjusted",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2025-05-25T08:26:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af9d441b58c307948b61d7bcf428aa1852f60452",
"body": null,
"is_bot": false,
"headline": "Readme",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2025-05-25T07:33:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8c5583e0311d58a8831b7626eb70fcc85d81fb9",
"body": null,
"is_bot": false,
"headline": "Initial Runable Version",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2025-05-25T07:30:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1b2dbc50a5c49c24c2177f6b6a8f179c911e76b",
"body": null,
"is_bot": false,
"headline": "Initial",
"author_name": "Ralf Dünkelmann",
"author_login": "rdOxalis",
"committed_at": "2025-05-25T07:06:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "411d255d0ae60f559b24eb6660b1a206d49f5067",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "ooocp",
"author_login": "rdOxalis",
"committed_at": "2025-05-25T06:44:53Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 48,
"latest_release_at": "2026-07-26T08:55:14Z",
"latest_release_tag": "v1.0.2",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 10,
"days_since_latest_release": 2,
"mean_days_between_releases": 131.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/rdOxalis/bluesoundplayer",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/rdOxalis/bluesoundplayer",
"is_deprecated": false,
"latest_version": "v1.0.2",
"repository_url": "https://github.com/rdOxalis/bluesoundplayer",
"versions_count": 3,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-26T08:53:26Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2
}
]
},
"popularity": {
"forks": 1,
"stars": 5,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2026-06-21",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"flutter/android/app/build.gradle",
"flutter/android/build.gradle",
"src/go.mod"
],
"largest_source_bytes": 32069,
"source_files_sampled": 63,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"src/go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "golang.org/x/term",
"manifest": "src/go.mod",
"ecosystem": "go",
"version_constraint": "v0.25.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 1,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "rdOxalis",
"commits": 60,
"avatar_url": "https://avatars.githubusercontent.com/u/88148381?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 3,
"reason": "binaries present in source code",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "13 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "22c2510694f137eb7084caddc5d9d10970f52822",
"ran_at": "2026-07-28T09:52:50Z",
"aggregate_score": 3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/rdOxalis/bluesoundplayer",
"host": "github.com",
"name": "bluesoundplayer",
"owner": "rdOxalis"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 30,
"vitality": 71,
"community": 29,
"governance": 49,
"engineering": 70
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"commits_last_year": 48,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 10
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "10/52 weeks with commits",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 10
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "48 commits in the last year",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 48
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "13 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v1.0.2",
"releases_from_tags": false,
"days_since_latest_release": 2,
"mean_days_between_releases": 131.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~131.9 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 131.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 29,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"forks": 1,
"stars": 5,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "5 stars",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 5
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 49,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 76,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 1,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 35,
"inputs": {
"followers": 1,
"owner_type": "User",
"is_verified": null,
"owner_login": "rdOxalis",
"public_repos": 5,
"account_age_days": 1824
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "1 followers of rdOxalis",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "rdOxalis"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "5 public repos, account ~4 yr old",
"points": 15.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 5
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/rdOxalis/bluesoundplayer"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 2
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 2 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 2
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "3 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 3
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 70,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"bluos",
"controller",
"sonos",
"bluesound"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 30,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "13 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 58,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.383,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "23 of 60 human commits state their intent (structured subject or explanatory body)",
"points": 20.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 23,
"sampled": 60
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.417,
"toolchain_manifests": [
"flutter/android/app/build.gradle",
"flutter/android/build.gradle",
"src/go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Dart (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Dart"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "25 of the last 60 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 25,
"sampled": 60
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Dart",
"largest_source_bytes": 32069,
"source_files_sampled": 63,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Dart (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Dart"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/63 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 63,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-28T09:53:00.639422Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/rdOxalis/bluesoundplayer.svg",
"full_name": "rdOxalis/bluesoundplayer",
"license_state": "standard",
"license_spdx": "MIT"
}