[Alsaplayer-devel] svn checkout 1240 fixes my gtk2 problem
MadeJ
madejos at o2.pl
Wed Jun 27 19:12:50 BST 2007
John Kelleher wrote:
> DTITLE=Hector Berlioz [1803-1869] / Symphonie Fantastique Op14 [Philad
> DTITLE=elphia Orch & Riccardo Muti]
for me it looks quite easy to fix but like i said i cannot test it due
to lack of music cds so i cannot test it
but if somebody is happy to do it i can give a hint
you need to change the parser and give it a possibility to add titles
(or any others) more than one string
i didn't check sources but i think it can be done by checking string
with title
ie.
if (title == null)
title = DTITLE;
else
title += DTITLE;
that's an idea
try it
More information about the alsaplayer-devel
mailing list