| |||||||
| Get Support Problems with the TV-Server or Client? Post them in here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal Member | 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 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" 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 Last edited by HappyTalk; 2007-01-10 at 22:02. |
| | |
| |
| | #2 (permalink) |
| Portal Member Join Date: Dec 2005 Location: IOW Age: 44
Posts: 484
Thanks: 13
Thanked 2 Times in 2 Posts
Country: | I would be keen on an easy way to do this too, I only have one pc and am forever installing/uninstalling tv engine 3 and 2. Not really an issue as don't use the machine for watching too much tv yet but will do once I get my new 40" TFT tv! |
| | |
| | #3 (permalink) |
| Portal Developer Join Date: Apr 2004 Location: The Netherlands Age: 36
Posts: 1,513
Thanks: 3
Thanked 119 Times in 44 Posts
Country: | Easiest way to switch between tv2/tv3? 1. install MP + tvserver +tvplugin now you run tv3 when you want to switch back to tv2 - stop tvservice - delete c:\program files\team mediaportal\mediaportal\plugins\tvplugin.dll |
| | |
| | #4 (permalink) |
| Portal Member Join Date: May 2005 Location: UK
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
| I was under the impression you had to remove the tv card from tv2 engine so tv3 engine can work, I would like to have tv2 engine fully setup, so i can do as frodo says to quickly flick between the two, as i use the pc full time for tv, and with tv3 engine at the moment, after about 30mins I see a flicker and then am unable to change any channels until restart, could a option be put into settings to quickly allow us to switch engines. ie disable/enable tv3 engine, this would be great |
| | |
| | #8 (permalink) |
| Portal Member | OK Maybe I did something wrong first time around but I am now easily flicking between diff versions of MP (0.2.2.0 & 0.2.2.0.svn v3 engine) Install mp0.2.2.0 and configure it all, when working make a copy of the MediaPortal folder renaming it MediaPortal.svn Install latest SVN to this folder, saying YES to making a backup to MediaPortal.bak copy restore.bat from MediaPortal.bak to MediaPortal & MediaPortal.svn folders Then install/config SQL/TV-Server/TV-Client (Client must install to MediaPortal.svn) folder You can now just run restore.bat from within either MediaPortal or MediaPortal.svn folder to run the mp in that folder. Also Disable TV Service for MP & Enable for MP.svn. Do this from Services (stop service and set to manual for MP, or set to automatic and start it for MP.svn) Last edited by HappyTalk; 2007-01-10 at 22:35. |
| | |
| | #9 (permalink) |
| Portal Member Join Date: Nov 2004
Posts: 148
Thanks: 0
Thanked 2 Times in 2 Posts
Country: | to stop or start service in command line use net stop <display name of service> net start <display name of service> if the display name of the service have space use "" like: net stop "display name" |
| | |
| | #10 (permalink) |
| Portal Member | Yer I did add that re command line from post before but removed it as if you reboot pc, service will restart and I figured people may try new tv server if probs, revert to old version then retry maybe a week or 2 later, so it might be better to have permanant disable/enable via services. I was gonna say you could just add relevant net start/stop and mediaportal.exe run command to end of batch files, then just always run MP via batch file, then no messing around at all. Maybe MP could use a commandline /register to forcibly re-reg what's in restore.bat. |
| | |
![]() |
| Bookmarks |
| Tags |
| advice, engine, flicking, req, testing or using, v2 or v3 |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HowTo easily flick between diff MP versions (inc v2,v3 tv engine) | HappyTalk | Tips and Tricks | 6 | 2007-02-06 13:58 |