Home Computer Audio Asylum

Music servers and other computer based digital audio technologies.

RE: Thanks to seger, Ryelands, and cics . . .

You are getting some good advice here - now this compromise occurred to me and you might like to try it:

Use JRiver in Vista without cMP in one partition so you can use wasapi playback, and set up cMP on a separate partition with XP. In the Vista system, you can set up batch files, devised by cics, to run JRiver and shut down explorer at the same time automatically. I was doing this with Winamp before cMP came along, and found that the sound quality was improved, about at the same level as the "XP-mode" of cMP. I've taken the liberty of adapting the .bat files for J River and copying them as text below. You could try this on your current computer first.

1. download process203 from http://www.beyondlogic.org/consulting/processutil/processutil.htm Unzip into your system directory (e.g. C:\)
2. make a new text document in the same directory and copy the first set of instructions (below)into it. Save the file as "MC13.bat"
3. make another new text document on your desktop and copy the second set of instructions into it. Save it as "JRiverMC13.bat"
4. Double-clicking on the "JRiverMC13.bat" file on your desktop runs Media Center and shuts down Explorer - when you close Media Center, the desktop reappears. You can prepare your playlist in advance by opening Media Center normally, drag & drop files, close, and then run the .bat file.

I just used these files on a Vista system and it worked properly. Good luck! Take this as a tiny initiation into the trials of cMP implementation!

Note: the root directory (e.g. C:\) must be correct in the instructions - if your system directory is different, such as E:\ or another letter, then first edit the instructions - all instances of C: would have to change to E:

You should also do as much optimization of the operating system as possible, and in particular:
a. Detune Windows Explorer UI.
Control Panel > Folder Options > View TAB > Uncheck as many items as you can. In Vista I would keep "Hide protected operating system files", "Remember each folders view settings", "Show drive letters", "Use Sharing Wizard"
b. Right-click on Start > Properties > Start Menu TAB > Customize >
Advanced TAB > Uncheck and Disable as many 'Start menu items' as you can do without - keep Run, Control Panel and My Computer, unless you have desktop shortcuts for them.


MC13.bat instructions:

@echo off
rem #1 Start Media Center 13 in RealTime
start /wait /RealTime c:\progra~1\"J River"\"Media Center 13"\"Media Center 13.exe"
rem #2 Resume Windows, Restore affinities & priorities, and Start UI
start /b /wait c:\process.exe -r winlogon.exe
start /b /wait c:\process.exe -r smss.exe
rem start /b /wait c:\process.exe -r hdsp32.exe
start /b /wait c:\process.exe -p smss.exe AboveNormal
start /b /wait c:\process.exe -p winlogon.exe High
start /b /wait c:\process.exe -p system Normal
start /b /wait c:\process.exe -p csrss.exe High
start /b /wait c:\process.exe -p services.exe Normal
start /b /wait c:\process.exe -p svchost.exe Normal
start /b /wait c:\process.exe -p lsass.exe Normal
start /b /wait c:\process.exe -a smss.exe 11
start /b /wait c:\process.exe -a winlogon.exe 11
start /b /wait c:\process.exe -a system 11
start /b /wait c:\process.exe -a csrss.exe 11
start /b /wait c:\process.exe -a services.exe 11
start /b /wait c:\process.exe -a svchost.exe 11
start /b /wait c:\process.exe -a lsass.exe 11
start /b /wait c:\process.exe -a cmd.exe 11
start /b c:\windows\explorer.exe
exit


JRiverMC13.bat instructions:

@echo off
rem #1 Kill UI
start /b /wait c:\process.exe -k explorer.exe
rem #2 Suspend Windows
start /b /wait c:\process.exe -p smss.exe Low
start /b /wait c:\process.exe -p winlogon.exe Low
start /b /wait c:\process.exe -a smss.exe 01
start /b /wait c:\process.exe -a winlogon.exe 01
start /b /wait c:\process.exe -s smss.exe
start /b /wait c:\process.exe -s winlogon.exe
rem start /b /wait c:\process.exe -s hdsp32.exe
rem #3 Start Media Center 13
start /b /wait c:\process.exe -a cmd.exe 01
start /Low /min c:\MC13.bat
rem #4 Adjust priorities, eg. High, RealTime, AboveNormal, BelowNormal, Low;
rem # and Set Affinities
start /b /wait c:\process.exe -p system Normal
start /b /wait c:\process.exe -p csrss.exe Low
start /b /wait c:\process.exe -p services.exe Low
start /b /wait c:\process.exe -p svchost.exe Low
start /b /wait c:\process.exe -p lsass.exe Low
start /b /wait c:\process.exe -a system 10
start /b /wait c:\process.exe -a csrss.exe 11
start /b /wait c:\process.exe -a services.exe 10
start /b /wait c:\process.exe -a svchost.exe 01
start /b /wait c:\process.exe -a lsass.exe 01
start /b /wait c:\process.exe -a Media Center 13.exe 11
rem #5 Start Task Manager (remove ‘rem ’ prefix of next 2 lines) or Process Explorer
rem start /b c:\WINDOWS\system32\taskmgr.exe
rem start /b /wait c:\process.exe -p taskmgr.exe Normal
rem start /b c:\progra~1\proces~1\procexp.exe /p:n
exit



This post is made possible by the generous support of people like you and our sponsors:
  K&K Audio / Lundahl Transformers   [ K&K Audio / Lundahl Transformers Forum ]


Follow Ups Full Thread
Follow Ups
  • RE: Thanks to seger, Ryelands, and cics . . . - seger 04:05:57 04/02/09 (0)

FAQ

Post a Message!

Forgot Password?
Moniker (Username):
Password (Optional):
  Remember my Moniker & Password  (What's this?)    Eat Me
E-Mail (Optional):
Subject:
Message:   (Posts are subject to Content Rules)
Optional Link URL:
Optional Link Title:
Optional Image URL:
Upload Image:
E-mail Replies:  Automagically notify you when someone responds.