[PVR] How do I submit patches for PVR Addons? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26) +---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136) +---- Thread: [PVR] How do I submit patches for PVR Addons? (/showthread.php?tid=92006) |
[PVR] How do I submit patches for PVR Addons? - rdoac - 2011-01-25 I have a few patches I need to do for VDR-VNSI to work with a Hauppauge HDPVR and pvrinput. Also ATSC/QAM256 needs a little tweaking as Comcast (the largest cable company in the US) uses some interesting (read non standard) settings. The problem with the HDPVR is that the audio is passed through from the cable box, therefore is signaled as AC-3 from ATSC, (ie, type 0x80), but this is excluded by the plugin. Code: diff -ur vdr-plugin-vnsiserver.patched-newgit/demuxer.h vdr-plugin-vnsiserver/demuxer.h I also needed to increase the timeout from 2s to 10seconds in PVRChannel.cpp as the HDPVR takes too long to start displaying a picture. - jmarshall - 2011-01-25 Best bet is to clone the appropriate repository and send pull requests. - opdenkamp - 2011-01-26 already responded in your other thread before I noticed this post. as jmarshall said, please send pull requests. |