// get ID of windowplugin belonging to this setup
public int GetWindowId()
{
return 5678;
}
// get ID of windowplugin belonging to this setup
public int GetWindowId()
{
return 0;
}
0oseven said:Hi
Just been attempting to download MediaPortal sources as per instructions under "How to write a plugin for MediaPortal"
Have installed WinCvs with Python and copied all info into boxes _ Copied and pasted from web the address for CVSROOT so that should be correct.
When I click ok I get following message in WinCvs
cvs -d server;username=anonymous;hostname=cvs.sourceforge.net:/cvsroot/mediaportal checkout -P -- mediaportal (in directory C:\mediaportal)
THEN
***** CVS exited normally with code 1 *****
So appears to complete download except when I open the C/mediaportal folder there is nothing in it
Any suggestions what is happening here ?
Thanks Mike
[