| Summary: | mplayer does not display vorbis tags from flac files | ||
|---|---|---|---|
| Product: | Fedora | Reporter: | Scott Doty <cr-rpmfusion> |
| Component: | mplayer | Assignee: | Dominik 'Rathann' Mierzejewski <dominik> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | minor | ||
| Priority: | P5 | ||
| Version: | 14 | ||
| Hardware: | x86_64 | ||
| OS: | GNU/Linux | ||
| namespace: | |||
|
Description
Scott Doty
2008-11-08 23:48:04 CET
(In reply to comment #0) > mplayer isn't seeing id3 tags in my flac files ... they used to work, but have > now stopped working in rawhide. > The flac files were ripped from cd using xmcd: > > http://www.amb.org/xmcd/ Are you sure these files actually have any tags? (In reply to comment #1) > (In reply to comment #0) > > mplayer isn't seeing id3 tags in my flac files ... they used to work, but have > > now stopped working in rawhide. > > The flac files were ripped from cd using xmcd: > > > > http://www.amb.org/xmcd/ > > Are you sure these files actually have any tags? > OK, it turns out the sample file has tags, but these are not id3, only Vorbis comment, as seen using metaflac. I'm not sure if MPlayer supports these. You say it worked before - could you find out which was the last MPlayer version that it worked with? Turns out, in all cases where mplayer was displaying .flac tags, they were mplayer-svn builds... I see that one of my ./configure flags was "--enable-vorbis" at one point, but I'm not sure if that is needed any more... I'll check out the rpmfusion source rpm to see if there's something it's lacking to get this to work. -Scott (In reply to comment #3) > Turns out, in all cases where mplayer was displaying .flac tags, they were > mplayer-svn builds... Are you sure MPlayer SVN supports this? Could you share your ./configure command line (preferably with the corresponding config.log)? > I see that one of my ./configure flags was "--enable-vorbis" at one point, but > I'm not sure if that is needed any more... > > I'll check out the rpmfusion source rpm to see if there's something it's > lacking to get this to work. Any progress? (In reply to comment #4) > (In reply to comment #3) > > Turns out, in all cases where mplayer was displaying .flac tags, they were > > mplayer-svn builds... > > Are you sure MPlayer SVN supports this? Could you share your ./configure > command line (preferably with the corresponding config.log)? OK, you must've been using some very old snapshot. FLAC metadata reading was disabled about a year ago in r25918. If you want to have this fixed, better send a patch to MPlayer developers. I can't fix it myself. |