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);
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Flac-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/flac-dev