Here's a developer build that fixes a few issues in XGuide (source and binary attached). No news from the official maintainers so I'll keep sharing my fixes.
1) The white background is gone and genre color coding works
2) Aspect ratio of channel icon in record popup fixed
3) The schedule menu works for current watchable shows
Since the XGuide uses the zapinterface, make sure your PostUpdateEPG.bat updates the zapdb.mdb with a command like:
zapimport.exe > zapimport.log
Don't know if I lost this PostUpdateEPG command by installing other plugins but somehow I didn't have it even though I installed the XRecord suite. Look at the size and timestamp on your zapdb.mdb. It should be a couple Mb and be dated right after your last EPG update. See details about installing ZapTools
Once the zapdb.mdb contains valid EPG data, make sure you put metadata="true" in skin-horiz.xml if you were using the workaround of setting metadata to false. Save your old plugins and copy the new dll's to your plugin directory. The FastFindPlugin.dll needs to be in the gbpvr main directory as well as in the plugin directory for some reason.
To add/remove/change colors, edit the skin-schedule.xml file.
This is just a developer build I wanted to share because it works for me and I love this great plugin. Please wait for an official release from the authors of this plugin if you don't like beta versions. As soon as an official release is available on the wiki, I'll remove my attachement.
I'd love to hear some feedback if anyone tries it.
2006-05-10
Made the up and down arrow keys work in the schedule menu for current programs. It only used to work for future non-watchable programs. The "Watch" button was confusing the code that was relying on hard coded menu offsets making it impossible to reach the schedule button in the schedule popup menu.
1) The white background is gone and genre color coding works
2) Aspect ratio of channel icon in record popup fixed
3) The schedule menu works for current watchable shows
Since the XGuide uses the zapinterface, make sure your PostUpdateEPG.bat updates the zapdb.mdb with a command like:
zapimport.exe > zapimport.log
Don't know if I lost this PostUpdateEPG command by installing other plugins but somehow I didn't have it even though I installed the XRecord suite. Look at the size and timestamp on your zapdb.mdb. It should be a couple Mb and be dated right after your last EPG update. See details about installing ZapTools
Once the zapdb.mdb contains valid EPG data, make sure you put metadata="true" in skin-horiz.xml if you were using the workaround of setting metadata to false. Save your old plugins and copy the new dll's to your plugin directory. The FastFindPlugin.dll needs to be in the gbpvr main directory as well as in the plugin directory for some reason.
To add/remove/change colors, edit the skin-schedule.xml file.
This is just a developer build I wanted to share because it works for me and I love this great plugin. Please wait for an official release from the authors of this plugin if you don't like beta versions. As soon as an official release is available on the wiki, I'll remove my attachement.
I'd love to hear some feedback if anyone tries it.
2006-05-10
Made the up and down arrow keys work in the schedule menu for current programs. It only used to work for future non-watchable programs. The "Watch" button was confusing the code that was relying on hard coded menu offsets making it impossible to reach the schedule button in the schedule popup menu.