Skip to content

feat: add media-player stable_id_support option#28

Merged
zehnm merged 1 commit intomainfrom
feat/stable_id_support
Mar 30, 2026
Merged

feat: add media-player stable_id_support option#28
zehnm merged 1 commit intomainfrom
feat/stable_id_support

Conversation

@zehnm
Copy link
Copy Markdown
Contributor

@zehnm zehnm commented Mar 30, 2026

Bit-field indicating if the browse and search commands support stable media IDs:

  • Bit 0: browse always returns stable ids.
  • Bit 1: browse supports stable ids with the stable_ids parameter.
  • Bit 2: search always returns stable ids.
  • Bit 3: search returns stable ids with the stable_ids parameter.

Default if not provided: browse and search always return stable IDs (Bit 0 | Bit 2)

Refers to unfoldedcircle/core-api#80

Bit-field indicating if the `browse` and `search` commands support
stable media IDs:

- Bit 0: `browse` always returns stable ids.
- Bit 1: `browse` supports stable ids with the `stable_ids` parameter.
- Bit 2: `search` always returns stable ids.
- Bit 3: `search` returns stable ids with the `stable_ids` parameter.

Default if not provided: `browse` and `search` always return stable IDs
(Bit 0 | Bit 2)
@zehnm zehnm self-assigned this Mar 30, 2026
@zehnm zehnm merged commit b199fcd into main Mar 30, 2026
8 checks passed
@zehnm zehnm deleted the feat/stable_id_support branch March 30, 2026 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant