Accept opus files that don't fully parse, remove opus-specific tag parser

The libtags change is a bit of a hack... I think we're running into
tracks that have long lyrics tags, which pushes the other tags out onto
the next ogg page?
This commit is contained in:
jacqueline
2024-02-01 15:59:53 +11:00
parent 79a6dc1a3e
commit 32cee65809
3 changed files with 6 additions and 73 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ tagopus(Tagctx *ctx)
ctx->buf[sz] = 0;
if((v = strchr(ctx->buf, '=')) == nil)
return -1;
continue;
*v++ = 0;
cbvorbiscomment(ctx, ctx->buf, v);
}