[Flac-dev] PATCH: XMMS year bug

Josh Coalson xflac at yahoo.com
Wed Jul 21 17:54:06 PDT 2004


--- Tyler Eaves <tylere at gmail.com> wrote:
> Hi, this is a patch to fix a bug in the XMMS plugin. The problem is
> that with the current version (1.1.0) it is impossible to get the
> year
> field to show up in the playlist, even if it's properly set in the
> file. The diff below fixes the problem.
> 
> Tyler Eaves
> 
> bash-2.05b$ diff -C 1 wrap_id3.c
> /usr/portage/distfiles/flac-1.1.0/src/plugin_xmms/wrap_id3.c
> *** wrap_id3.c  Fri Jul 16 18:28:35 2004
> --- /usr/portage/distfiles/flac-1.1.0/src/plugin_xmms/wrap_id3.c     
> 
>  Thu Jan  2 02:18:57 2003
> ***************
> *** 105,107 ****
>         input->track_number = local__getnum(tag.track_number);
> !       input->year = local__getnum(tag.year_recorded);
>         input->genre = local__getstr(tag.genre);
> --- 105,107 ----
>         input->track_number = local__getnum(tag.track_number);
> !       input->year = local__getnum(tag.year_performed);
>         input->genre = local__getstr(tag.genre);

fixed in CVS, thanks.

Josh



		
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail




More information about the Flac-dev mailing list