Hi there I used to run a few different versions of mediaportal (0.2.0.4, 0.2.1.0, svn) all in seperate folders, running the following batch file in the folder of the version I wished to flick to first:-
restore.bat
However when I installed the latest svn+tv engine3 I was only able to revert to v0.2.2.0 by fully reinstalling MP it into it's original folder, this restore.bat didn't seem to work any longer.
What I'd like to do is to be able to flick between 3 folders each containing diff MP's
...\mp.204
...\mp.220
...\mp.svn (flick between tv engine 2 & 3)
Using a similar batch file. That way I can use 204 tried and tested during normal viewing time (dont wanna upset folk), while testing 220 out of hours as it seems a little bit less solid (I Think, not sure yet, but had some bad recordings + weird 500ms slowing video bits + freezes) + also comparing this to latest SVN with v2 Tv engine (so if I report bugs I can verify they're fixed), + flicking to tv engine v3 on the same svn install to test that also. Can some 'supergeek' please advise the best approach to doing this, thx.
PS- Ideally if mediaportal could take a command line option /register to force it to do all required registration prior to running for that version it would make flicking between diff versions a lot easier as I would just ALWAYS run with /register option. It would add minimal overhead as the bootime is quite long for MP anyway.
I guess if I could run the svn with /tv2 or /tv3 then testing that would be easier but I figure I'd need to uninstall/reinstall tv cards on MP config to flick between them. Maybe I should have 2 svn's one with v2 engine & one with v3 engine, though that would require installing svn twice.
T.I.A
restore.bat
Code:
regsvr32.exe /u /s "%~dp0CLDump.ax"
regsvr32.exe /u /s "%~dp0MpgMux.ax"
regsvr32.exe /u /s "%~dp0MPReader.ax"
regsvr32.exe /u /s "%~dp0MPTS.ax"
regsvr32.exe /u /s "%~dp0MPSA.ax"
regsvr32.exe /u /s "%~dp0shoutcastsource.ax"
regsvr32.exe /u /s "%~dp0TSFileSource.ax"
regsvr32.exe /u /s "%~dp0MpegSplitter.ax"
regsvr32.exe /u /s "%~dp0MPTSWriter.ax"
regsvr32.exe /u /s "%~dp0cdxareader.ax"
regsvr32.exe /s "%~dp0CLDump.ax"
regsvr32.exe /s "%~dp0MpgMux.ax"
regsvr32.exe /s "%~dp0MPReader.ax"
regsvr32.exe /s "%~dp0MPTS.ax"
regsvr32.exe /s "%~dp0MPSA.ax"
regsvr32.exe /s "%~dp0shoutcastsource.ax"
regsvr32.exe /s "%~dp0TSFileSource.ax"
regsvr32.exe /s "%~dp0MpegSplitter.ax"
regsvr32.exe /s "%~dp0MPTSWriter.ax"
regsvr32.exe /s "%~dp0cdxareader.ax"
However when I installed the latest svn+tv engine3 I was only able to revert to v0.2.2.0 by fully reinstalling MP it into it's original folder, this restore.bat didn't seem to work any longer.
What I'd like to do is to be able to flick between 3 folders each containing diff MP's
...\mp.204
...\mp.220
...\mp.svn (flick between tv engine 2 & 3)
Using a similar batch file. That way I can use 204 tried and tested during normal viewing time (dont wanna upset folk), while testing 220 out of hours as it seems a little bit less solid (I Think, not sure yet, but had some bad recordings + weird 500ms slowing video bits + freezes) + also comparing this to latest SVN with v2 Tv engine (so if I report bugs I can verify they're fixed), + flicking to tv engine v3 on the same svn install to test that also. Can some 'supergeek' please advise the best approach to doing this, thx.
PS- Ideally if mediaportal could take a command line option /register to force it to do all required registration prior to running for that version it would make flicking between diff versions a lot easier as I would just ALWAYS run with /register option. It would add minimal overhead as the bootime is quite long for MP anyway.
I guess if I could run the svn with /tv2 or /tv3 then testing that would be easier but I figure I'd need to uninstall/reinstall tv cards on MP config to flick between them. Maybe I should have 2 svn's one with v2 engine & one with v3 engine, though that would require installing svn twice.
T.I.A
England