GNOME Bugzilla – Bug 682644
Matroska: recursive SimpleTags
Last modified: 2012-10-28 16:57:59 UTC
Matroska allows SimpleTags to contain other SimpleTags, creating tag combinations with wide variety of meanings (ARTIST/URL == homepage; TITLE/SORT_WITH = title_sortname etc). These should be supported.
Created attachment 222368 [details] [review] Support recursive SimpleTags * Also some stylistic fixes on top of previous patches. Depends on #682448, #682524, #682615 Fixes #682644
Created attachment 222891 [details] [review] Fix a tag addition - use non-value func val_post is a string, not a GValue; use appropriate function. Fixes a bug in attachment #222368 [details]
Created attachment 227286 [details] [review] Support recursive SimpleTags V1-1 (merged)
commit 78193dfe71fc3c186df4b6fd5f504bd05ae7980f Author: Руслан Ижбулатов <lrn1986@gmail.com> Date: Sat Aug 25 02:26:29 2012 +0400 matroskademux: Support recursive SimpleTags Fixes #682644 Depends on #682615