Normal
Download and install TortoiseSVN then checkout this SVNpath to a folder on your PC : https://svn.sourceforge.net/svnroot/mediaportal/trunk/TvEngine3/TVLibrarythen open TvLibrary.sln in VisualStudio and search in all files for the method : public bool Tune(IChannel channel)Then depending on what type of card (Analog, ATSC, DVBC, DVBS, DVBT, SS2) you try to tune, go to the appropriate file.And from there continue your search.. good look.
Download and install TortoiseSVN then checkout this SVNpath to a folder on your PC :
https://svn.sourceforge.net/svnroot/mediaportal/trunk/TvEngine3/TVLibrary
then open TvLibrary.sln in VisualStudio and search in all files for the method :
public bool Tune(IChannel channel)
Then depending on what type of card (Analog, ATSC, DVBC, DVBS, DVBT, SS2) you try to tune, go to the appropriate file.
And from there continue your search.. good look.