Show Channel Logos and Upcoming Shows in Plex HDHR Viewer


Next, you will have to grab yourself a copy of zap2xml. This command line application will pull information, including some low resolution logos, for your channels in your area from the zap2it website and then generate the required xmltv.xml file HDHR Viewer uses to generate an upcoming shows listing.

zap2xml

  1. Extract the application to its own folder somewhere on your computer.
  2. Create a subfolder called icons_folder for the icons that will be downloaded.
  3. Create a batch file that calls the zap2xml executable
    1. If you are uncomfortable creating your own batch file, there is one listed in the Plex downloads section of our website.

An example batch file would look something like this:

[php]zap2xml -u youremail@thebestsiteintheworld.com -p password-d 4 -i icons_folder[/php]

Sample Batch File

The items passed above:

  1. -u for username
  2. p for password
  3. -d 4 for the number of days, in this case it is 4 days
  4. -i icons_folder to instruct zap2xml to download the channel icons to the icons_folder

Once the application has been run, you can copy the xmltv.xml file to your HDHR Viewer folder for Resources.  Although the paths vary from system to system, you can get a good idea where to find it later in this article.

About Joe D

I have always had a passion for everything computing. In early 2000, I decided to take my passion to the web. Thus, C.O.D. was born. Through the years we have made many great friends at C.O.D. and hope to continue our journey for years to come.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.