Im working on my own version of the Pluto project. Its working great except that all movies are being classified as tv shows. No matter that I do I cannot seem to make Channels recognize them as movies. They both have Movie tags, what am I missing?
My XML
<programme start="20260814190000 +0000" stop="20260814220000 +0000" channel="2301">
<title>Terminator 2: Judgment Day (1991)</title>
<desc>The non-human machine ruling elite...</desc>
<date>19910703</date>
<category>Movie</category>
<category>Sci-Fi & Fantasy</category>
<category>Action Sci-Fi & Fantasy</category>
<icon src="..."/>
<episode-num system="original-air-date">1991-07-03T00:00:00.000Z</episode-num>
</programme>
Same Movie - Gracenote
<programme start="20260815010000 +0000" stop="20260815040000 +0000" channel="33.3">
<title>Terminator 2: Judgment Day (1991)</title>
<sub-title>Directed by: James Cameron</sub-title>
<desc>Two killer cyborgs battle over a teen's life.</desc>
<category>Movie</category>
<category>Feature Film</category>
<category>Science Fiction</category>
<category>Action</category>
<category>Thriller</category>
<icon src="..."></icon>
<date>19910701</date>
<previously-shown></previously-shown>
<episode-num system="tms">MV000336630000</episode-num>
<rating><value>R</value></rating>
<credits><director>James Cameron</director>...</credits>
</programme>



