[Alsaplayer-devel] New release, was: svn checkout 1240 fixes my
gtk2 problem
Hubert Chan
hubert at uhoreg.ca
Wed Jul 4 16:36:38 BST 2007
On 2007-06-28 14:27:31 -0400 Dominique Michel
<dominique.michel at citycable.ch> wrote:
> data->tracks[index].track = strdup (name); }
> }
> continue;
> } else {
Add this to line 782 (or thereabouts): (Note: untested)
if (data->tracks[1].album)
continue;
and it should only read the first DTITLE line. It's not an ideal fix,
but it's probably better than the current behaviour. A proper fix
would be much more involved. I could do it, but I won't have time
until September at the earliest. (I still haven't even had time to
update the Debian packages...)
> /* print the album name */
> tmp = strtok (line, "=");
> if (!tmp) {
> alsaplayer_error ("error: no arguments given on %s", line);
> continue;
--
Hubert Chan - email & Jabber: hubert at uhoreg.ca - http://www.uhoreg.ca/
PGP/GnuPG key: 1024D/124B61FA (Key available at wwwkeys.pgp.net)
Fingerprint: 96C5 012F 5F74 A5F7 1FF7 5291 AF29 C719 124B 61FA
More information about the alsaplayer-devel
mailing list