What is
834: if(id == "track" || id == "genre") 835: return (string)frame_data[0];
in ID3.pmod supposed to do? I got tracks like "56" and genres like "49"; removing the code above give me useful tracks like "7" and genres like "12".
/ Mirar
Previous text:
2004-02-14 10:49: Subject: Standards.ID3
Thanks. :)
/ Mirar
That is a bug. Those lines should be removed.
/ Martin Nilsson (saturator)
Previous text:
2004-02-14 11:09: Subject: Standards.ID3
What is
834: if(id == "track" || id == "genre") 835: return (string)frame_data[0];
in ID3.pmod supposed to do? I got tracks like "56" and genres like "49"; removing the code above give me useful tracks like "7" and genres like "12".
/ Mirar
pike-devel@lists.lysator.liu.se