2013-03-12, 16:24
(2013-03-10, 23:39)aptalca Wrote: I am using the following xml for Amazon. It only pulls the non-HD links and ignores the HD ones (the streams are exactly the same anyway)
Code:<Amazon path="plugin://plugin.video.amazon" recursive="true" prefix="[A] " movie_set=" Amazon" >
<subfolder name="Television/All Shows/Battlestar Galactica ('04)" type="episodes" />
<subfolder name="Television/All Shows/Arrested Development" type="episodes" />
<subfolder name="Television/All Shows/The Tudors" type="episodes" />
<subfolder name="Television/All Shows/My Name is Earl" type="episodes" />
<subfolder name="Television/All Shows/Masterpiece: Downton Abbey" type="episodes" />
<exclude>
<contains> [HD]</contains>
<contains>][HD][</contains>
</exclude>
</Amazon>
add a separate <subfolder> line for each show you want to scrape
works like a charm
This works BUT...
FWIW, Amazon just re-enabled HD streaming for TV, Still SD for movies. Apparently it was a bug/error that TV was not streaming in HD.
SOoo. Would love to figure out how to scan the HD TV without running into these color code issues.
Thanks,
-Mike