One question: do I have to compile Directshowfilters also or it sufficient to compile Mediaportal and TvEngine3?
Hi,
when I install such a self compiled MP Release, will I be able to update RC2 over it? Or will it behave like an SVN Testversion and I'll have to reinstall MP-RC2 from scratch when it will be released?
THX
ARE2
If that doesn't work you can always just edit the AssemblyInfo.cs file in the TV-plugin. For ~ 1 year I have been running my own modified version of the TV-plugin, and for me I always get the same problem - it is as if the Assemblyinfo for MediaPortal (not TV-plugin) isn't updated in SVN. So, I edit it manually every time. Just change it to:
Code:[assembly: AssemblyVersion("1.0.5.*")] [assembly: AssemblyFileVersion("1.0.5.0")]
(last two lines)
I faced the same problem. I think you have checkout each directory from SVN separately, as it is described in manual and as I also did it. But the build script requires that the "root" directory is checked out, because there it gets the SVN version from. So just checkout the whole "https://mediaportal.svn.sourceforge.net/svnroot/mediaportal/trunk" into the x:/svnroot/mediaportal/trunk directory.
Hi ARE2
sourceforge is not in sync. use this:
MediaPortalDevelopment/MediaPortalSVN - MediaPortal Manual Documentation