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.
- Extract the application to its own folder somewhere on your computer.
- Create a subfolder called icons_folder for the icons that will be downloaded.
- Create a batch file that calls the zap2xml executable
- 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]The items passed above:
- -u for username
- –p for password
- -d 4 for the number of days, in this case it is 4 days
- -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.