RSS - Ian's Blog RSS - All content RSS - The Media Center Show Subscribe via iTunes  Subscribe with Zune Twitter Bookmark and Share
mControl for Windows Media Center

Storing or Recording Live TV to WHS

rated by 0 users
This post has 159 Replies | 15 Followers

Top 10 Contributor
Posts 1,345
Points 62,304
Blogger
Hey Alex that is good to know

TheDigitalLifeStyle.com the home of The Media Center Show! Microsoft MVP

Top 50 Contributor
Posts 14
Points 189

I had this working fine in CTP but now that I have installed RC1, and followed the script at the beginning of this thread, I can't get my Vista Media Center to see the Recorded TV files.  It sees the Photos, Music and Videos I have installed in the WHS fine, but not the Recorded TV.  I also placed some recorded tv files in the Public Folder and added that to the Watched Folders key in the VMC registry, but no luck.  Any thoughts?  Thanks.

TMG 

Top 150 Contributor
Posts 3
Points 63
TMG:

I had this working fine in CTP but now that I have installed RC1, and followed the script at the beginning of this thread, I can't get my Vista Media Center to see the Recorded TV files.  It sees the Photos, Music and Videos I have installed in the WHS fine, but not the Recorded TV.  I also placed some recorded tv files in the Public Folder and added that to the Watched Folders key in the VMC registry, but no luck.  Any thoughts?  Thanks.

TMG 

 

My post from the WHS forum

-

I finally got it working.
I still have to use the batch file in the startup folder.  Without it, the permissions are getting reset at every reboot.
I also had to add the SYSTEM to the batch file

-----
@ECHO OFF

net share "Recorded TV" /Delete

net share "Recorded TV"="D:\Shares\Recorded TV" /GRANT:Everyone,FULL

ECHO Y| cacls "D:\shares\Recorded TV" /G "Anonymous logon":F "Everyone":F "Administrators":F "CREATOR OWNER":F "SYSTEM":F

end
------

Someone else confirmed that it worked for them, so good luck! 

Top 50 Contributor
Posts 14
Points 189
Thanks.  I'll try it tonight and let you know if it works.
Top 50 Contributor
Posts 14
Points 189
Tried it and it still doesn't work..  I can see the \\Server\Photos, \\Server\Videos and \\Server\Music on VMC but not the \\Server\Recorded TV.  And, just for fun, I added a TV show to \\Server\Public and added that to Watched Folders in VMC but I can't see it either.  Anymore ideas?
Top 25 Contributor
Posts 51
Points 810
GoldMemeber

Richard Miller:
Ok give me about three weeks to setup another MCE PC, I will see if I can fix the recording refresh to multiple MCE problem.

Have you been able to setup another MCE machine yet? Still having this problem.

Top 10 Contributor
Posts 217
Points 3,346
Expert
Richard Miller:

The batch file is not needed in RC1 for recording or storing TV on WHS,    RC1 has fixed the problem :)

I had to reinstall WHS, the WHS do not install correctly it was showing the new RC1 build(6.0.1424.2) but it was only showing 10gigs on the C:\ drive and not the 20 gigs.
So after the new install I need the batch file for recorded TV to showup in the recorded TV on MCE 2005.
Sorry, but the Batch file is still needed for RC1 .
 

Richard Miller MCE MVP

Top 10 Contributor
Posts 217
Points 3,346
Expert
Alex:

Richard Miller:
Ok give me about three weeks to setup another MCE PC, I will see if I can fix the recording refresh to multiple MCE problem.

Have you been able to setup another MCE machine yet? Still having this problem.

I had to get a new motherboard I already have the Vista softwear,  just need to pick up a new HDD for Vista, I sould have it ready soon.

Richard Miller MCE MVP

Top 25 Contributor
Posts 51
Points 810
GoldMemeber
Richard Miller:
Alex:

Richard Miller:
Ok give me about three weeks to setup another MCE PC, I will see if I can fix the recording refresh to multiple MCE problem.

Have you been able to setup another MCE machine yet? Still having this problem.

I had to get a new motherboard I already have the Vista softwear,  just need to picking up a new HDD for Vista, I sould have it ready soon.

Ok, good luck.

Top 50 Contributor
Posts 14
Points 189

Richard,

I finally got it working again, BUT!  Here is the batch file I am using on the WHS which I got from you:

@ECHO OFF

net share "Recorded TV" /Delete

net share "Recorded TV"="D:\Shares\Recorded TV" /GRANT:Everyone,FULL

ECHO Y| cacls "D:\shares\Recorded TV" /G "Anonymous logon":F "Everyone":F "Administrators":F "CREATOR OWNER":F "SYSTEM":F

end

 

But, it only works if I go into the Sharing Tab on d:/dhares/Recorded TV and manually add "Anonymous Logon" to it also.  The batch file adds it to the Security Tab just fine.  Once it is in both places, My VMC sees it fine in Watched Folders per the regedit you provided earlier and it works!  Can you modify this batch file to included "Anonymous Logon" in the Shared Permissions location?  I am not a techie so please be kind!  Thanks for your help.

Ted

Top 10 Contributor
Posts 217
Points 3,346
Expert
TMG:

Richard,

I finally got it working again, BUT!  Here is the batch file I am using on the WHS which I got from you:

@ECHO OFF

net share "Recorded TV" /Delete

net share "Recorded TV"="D:\Shares\Recorded TV" /GRANT:Everyone,FULL

ECHO Y| cacls "D:\shares\Recorded TV" /G "Anonymous logon":F "Everyone":F "Administrators":F "CREATOR OWNER":F "SYSTEM":F

end

 

But, it only works if I go into the Sharing Tab on d:/dhares/Recorded TV and manually add "Anonymous Logon" to it also.  The batch file adds it to the Security Tab just fine.  Once it is in both places, My VMC sees it fine in Watched Folders per the regedit you provided earlier and it works!  Can you modify this batch file to included "Anonymous Logon" in the Shared Permissions location?  I am not a techie so please be kind!  Thanks for your help.

Ted

Ted I added the /GRANT:"Anonymous logon",FULL  below.

@ECHO OFF

net share "Recorded TV" /Delete

net share "Recorded TV"="D:\Shares\Recorded TV" /GRANT:Everyone,FULL  /GRANT:"Anonymous logon",FULL

ECHO Y| cacls "D:\shares\Recorded TV" /G "Anonymous logon":F "Everyone":F "Administrators":F "CREATOR OWNER":F

end

 

Richard Miller MCE MVP

Top 50 Contributor
Posts 14
Points 189

Thanks!  You are great.  I will try it later today and let you know what happens.  Because of other WHS issues, I might need to do a clean WHS install anyhow (agains x 3!).

Ted

Top 50 Contributor
Posts 14
Points 189

OK, I copied this to whs.bat, added it back to Startup and rebooted.  Now my Recorded TV folder says "Do Not Share" under the Sharing Tab.  When I change it manually to "Share this Folder" and select "Permnissions", it only shows "Everyone" as Read Only.  Under the Security Tab it shows the following, all with Full Priviliges:

Administrators (SERVER/Administratiors)
ANONYMOUS LOGON
CREATOR OWNER
Everyone
SYSTEM

 Do you think my WHS install is just messing with me???  WHat now?

Ted

Top 50 Contributor
Posts 14
Points 189
Nevermind, I rebooted WHS again and now it all shows up.  I'll test the VMC next.
Top 10 Contributor
Posts 217
Points 3,346
Expert

TMG:
Nevermind, I rebooted WHS again and now it all shows up.  I'll test the VMC next.

When testing the Vista PC, reboot Vista then test it.

Richard Miller MCE MVP

Page 4 of 11 (160 items) « First ... < Previous 2 3 4 5 6 Next > ... Last » | RSS
(c) Ian Dixon 2008