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);
--- Tyler Eaves <tylere@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.thanks, will put it in the upcoming release. Josh __________________________________ Do you Yahoo!? Vote for the stars of Yahoo!'s next ad campaign! http://advision.webevents.yahoo.com/yahoo/votelifeengine/
--- Tyler Eaves <tylere@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