Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 267646 - media-sound/vorbis-tools: ogg123 misinterpretes tags
Summary: media-sound/vorbis-tools: ogg123 misinterpretes tags
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Sound Team
URL: https://trac.xiph.org/ticket/1570
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-27 11:42 UTC by Sergey S. Starikoff
Modified: 2010-04-05 15:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ogg file with coverart tag added by easytag (Blizhny_moy_11.ogg,936.84 KB, text/plain)
2009-07-07 12:09 UTC, Sergey S. Starikoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey S. Starikoff 2009-04-27 11:42:22 UTC
ogg123 (ogg123 from vorbis-tools 1.2.0) is rather stupid.
If it see a tag present, it echoes it.

The first problem is that it echoes the "Comment" tag (if it presents) twice.

The second (and much worse) problem is that it tries to echo tags like "Cover" (graphics, though console couldn't correctle display it).

Reproducible: Always

Steps to Reproduce:
1. Get an ogg-coded file wicth clear tags;
2. Write the comment tag with easytag;
3. Try to play it with ogg123 and see the display;
4. Add to this file some picture (for example .jpg) as a cover;
5. Try to play it with ogg123 and see the display.
Actual Results:  
For step 3:
"Comment: blah-blah-blah
Comment: blah-blah-blah"

For step 5:
Coverartmime: image/jpeg
Coverartdescription: potan2.jpg
Coverart: /9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAA... (continue echoing jpg)

Expected Results:  
For step 3:
"Comment: blah-blah-blah"

For step 5:
To ignore the presence of Cover* tags.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-04-30 17:30:14 UTC
Change requests should go to http://trac.xiph.org , besides I think you can silence it by passing -q
Comment 2 Sergey S. Starikoff 2009-05-04 09:19:18 UTC
(In reply to comment #1)
> Change requests should go to http://trac.xiph.org , besides I think you can
> silence it by passing -q
> 
I post this bug here because I've failed to register (and/or log on with created account) on http://trac.xiph.org
Could anybody post this bug there?

Entire blocking of echoing tags is not my way.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2009-06-21 01:41:36 UTC
I've discussed this shortly with an xiph.org, vorbis-tools developer (but not ogg123), and this was said:

Freenode, #xiph: < MikeS-tp> well, it's not a bug, it's an enhancement request.

Check the AUTHORS file that's shipped with vorbis-tools in /usr/share/doc/vorbis-tools..  for mail contact with them because it seems the trac is having some issues as per what I was told
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2009-07-07 10:23:07 UTC
Sergey, can you please add a example file here (one with tags of you mentioned) and reopen this bug please? I was asked to provide a file for upstream to take a look at
Comment 5 Sergey S. Starikoff 2009-07-07 12:09:52 UTC
Created attachment 197045 [details]
ogg file with coverart tag added by easytag

The example file you requested.
Comment 6 Sergey S. Starikoff 2009-07-07 12:12:59 UTC
The example file was attached.

BTW, when I've decoded it to reduce size before uploading, I've cheched the behaviour of flac123 in the same situation.
And I've seen, that it ignores tag, which it can't correctly display (this time it was the coverart tag).
Comment 7 Samuli Suominen (RETIRED) gentoo-dev 2009-07-22 09:18:46 UTC
Upstream bug, http://trac.xiph.org/ticket/1570
Comment 8 Samuli Suominen (RETIRED) gentoo-dev 2010-04-05 15:43:35 UTC
don't think there's anything to be done in our side, continue this at the upstream bug. vorbis-tools-1.4.0 was released today...