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:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user