Skip to content

Commit 327b6af

Browse files
crpbMaxKellermann
authored andcommitted
PipeWireOutputPlugin.cxx - media.album
populate TAG_ALBUM
1 parent 6aef356 commit 327b6af

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ ver 0.24.13 (not yet released)
33
- add range checks to number parser
44
* output
55
- pipewire: fix file descriptor leak bug after connect failure
6+
- pipewire: support the "media.album" tag
67

78
ver 0.24.12 (2026/05/15)
89
* protocol

src/output/plugins/PipeWireOutputPlugin.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,7 @@ PipeWireOutput::SendTag(const Tag &tag)
928928
const char *pipewire;
929929
} tag_map[] = {
930930
{ TAG_ARTIST, PW_KEY_MEDIA_ARTIST },
931+
{ TAG_ALBUM, PW_KEY_MEDIA_ALBUM },
931932
{ TAG_TITLE, PW_KEY_MEDIA_TITLE },
932933
{ TAG_DATE, PW_KEY_MEDIA_DATE },
933934
{ TAG_COMMENT, PW_KEY_MEDIA_COMMENT },

0 commit comments

Comments
 (0)