XMLTV / xmltv

Utilities to obtain, generate, and post-process TV listings data in XMLTV format
GNU General Public License v2.0
269 stars 93 forks source link

Adds description for icon element in channel field #140

Closed cocool97 closed 2 years ago

cocool97 commented 3 years ago

I'm currently working on a Rust crate to generate XMLTV TV listing files. (Available here)

To conform to the XMLTV specification, I'm using a lot the DTD available in your repository.

I've found that the icon field in the channel element misses a description, which can lead to bad interpretations... I'll link a PR to this issue to suggest a consistent description.

XMLTV Version? 1.0.0 -> master branch

What happened? Missing description field for icon attribute of channel
cocool97 commented 3 years ago

Fixes issue #139

honir commented 2 years ago

I've reformatted the DTD to hopefully make this clearer.