Closed veso266 closed 8 years ago
Can't reproduce the problem
and tests passed for all supported php version (https://travis-ci.org/Gemorroj/M3uParser/builds/168871071)
Hi sorry my bad it works (for some reason this:
foreach ($data as $entry)
{
}
echo $entry->getName();
outputs only the last line
PS: what program are you using on the picture? PPS: could you add #EXTTV tag (it defines language and groups TV programs are in (for instance Radio Salomon -- > #EXTTV:Radio;slv; = its Radio and its language is Slovenian
The picture shows phpstorm. I will make a new task to implement EXTTV.
@veso266 Added support EXTTV. See master branch.
Hi Thanks for fixing previous issue it works now but there is another problem.
I am using this code to parse file:
and I have this file(example.m3u):
but it will only show last program it outputs like this:
what could be wrong? Thanks for Anwsering and Best Regards
PS: Do you think you could add #EXTTV tag to be parsed