Home
Blogs
Forums
Files


Welcome to The Green Button          Sign in | Join | Help

Playing recorded tv or recording live tv to WHS.

Last post 12-21-2008, 1:34 PM by Roaders. 81 replies.
Page 4 of 6 (82 items)   « First ... < Previous 2 3 4 5 6 Next >
Sort Posts: Previous Next
  •  02-27-2008, 3:14 PM 246815 in reply to 246732

    Re: Problems setting this up - need help please!

    It was unchecked.  Still not working.


    PC (HTPC): Vista x64 • AMD X2 4800+ • 2GB DDR400 • eVGA 7800 GT • 250GB HDD
    SERVER: WHS • CM Stacker 810 • 3.4TB Storage • 300+DVDs • 19,000+ MP3s
  •  02-27-2008, 3:38 PM 246819 in reply to 246815

    Re: Problems setting this up - need help please!

    sh1ft3rDtCom:

    It was unchecked.  Still not working.

    Thanks for the screenshots they help :)

    You still have other Permission in the recorded TV folder(your folder "RecTV").
    It needs to have only have “Anonymous logon” and “Everyone”.

    Run this batch file for WHS below, You have changed the name of you "Recorded TV" folder to "RecTV" so here is the correct batch file for your TV folder.

     Copy and Paste and save as WHS.bat in Notepad.

    @ECHO OFF
    net share "RecTV" /Delete
    net share "RecTV"="D:\Shares\RecTV" /GRANT:Everyone,FULL
    ECHO Y| cacls "D:\shares\RecTV" /G "Anonymous logon":F "Everyone":F
    end

     


    Richard Miller Media Center MVP 2006
  •  04-03-2008, 11:50 PM 254819 in reply to 246819

    Re: Problems setting this up - need help please!

    I am able to make it work, thank you very much.

    I have one problem, though, Vista Media Center do not display thumbnail preview for several shows that are located in my Windows Home Server. I was able to delete show that are located in WHS, so I know it is not a permission issue.

    Is there any extra step to show thumnail preview?

    Thanks!

  •  04-04-2008, 9:21 AM 254940 in reply to 254819

    Re: Problems setting this up - need help please!

    erwien:
    I am able to make it work, thank you very much.

    I have one problem, though, Vista Media Center do not display thumbnail preview for several shows that are located in my Windows Home Server. I was able to delete show that are located in WHS, so I know it is not a permission issue.

    Is there any extra step to show thumnail preview?

    Thanks!

    No extra step needed to show thumbnail preview, the thumbnail artwork will come back in time.


    Richard Miller Media Center MVP 2006
  •  04-27-2008, 6:15 PM 259277 in reply to 254940

    Need Help -- Not Sure Where to Start

    Hello:  I followed the instructions on this to the letter and can't get this to work.  I've triple checked everything and I'm officially stumped.  I was wondering if anyone had any advice on where I could look to troubleshoot this.  Any ideas?  Any advice would be greatly appeciated.  My step up is a MCE 2005 with two tuners recording to the local C: drive.  I also have a WHS and the two PCs are connected via ethernet.  The hope would be that the WHS could keep an archive of shows, I'm fine with recording live directly to the MCE. 

    Thanks in advance for any suggestions. 

  •  05-29-2008, 12:48 AM 265625 in reply to 259277

    Help

    Hi

    I attempted this last night and had mixed results:

    1)Media center 1 - I was able to view recorded tv on the WHS  with thumbnails however when I come to watch them the playback is very choppy. 

    2)Media center 2- When changing the registry for this machine I can change the location to record  tv but I can not see a key for the watched folder. 

    Any thoughts would be appreciated.

    Thanks

    Duncan

  •  05-30-2008, 9:07 AM 265863 in reply to 265625

    Re: Help

    I have this working great but with a couple of tweaks.  First, I use the fllowing BAT file in WHS when it reboots/starts:

    @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

    end

    Then, I have to go into Recorded TV/Sharing and Add Anonymous User with full Permissions.

    Next, I go into Recorded TV/Security and delete Administrators and Creator Owner

    That works for me.  I wish I had a BAT file that would do all the steps but I haven't been able to accomplish that yet.

    Ted

     


    _________________________________________
    Vista Ult x86 | ASUS M2N-SLI Del | AMD 64 X2 5200+ | 4gb RAM + 4gb RB | MSI 8600GT | 3x HVR1800 | LC13-S | JVC 56" | PD 8.0 | FFDShow | 180.24 | VGP-XL1B | Harmony880 |80,750,750gb | WHS | FIOS
  •  05-30-2008, 9:21 AM 265864 in reply to 265863

    Re: Help

    TMG01:

    I have this working great but with a couple of tweaks.  First, I use the fllowing BAT file in WHS when it reboots/starts:

    @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

    end

    Then, I have to go into Recorded TV/Sharing and Add Anonymous User with full Permissions.

    Next, I go into Recorded TV/Security and delete Administrators and Creator Owner

    That works for me.  I wish I had a BAT file that would do all the steps but I haven't been able to accomplish that yet.

    Ted

    Ted: just use this bat file below without "Administrators and Creator Owner"

    @ECHO OFF
    ECHO Y| cacls "D:\shares\Recorded TV" /G "Anonymous logon":F "Everyone":F
    net share "Recorded TV" /Delete
    net share "Recorded TV"="D:\Shares\Recorded TV" /GRANT:Everyone,FULL
    end


    Richard Miller Media Center MVP 2006
  •  05-30-2008, 9:26 AM 265867 in reply to 265864

    Re: Help

    Thanks.  That worked to get rid of Administrators and Creator owner but it doesn't add Anonymous Logon under Sharing.

    Ted


    _________________________________________
    Vista Ult x86 | ASUS M2N-SLI Del | AMD 64 X2 5200+ | 4gb RAM + 4gb RB | MSI 8600GT | 3x HVR1800 | LC13-S | JVC 56" | PD 8.0 | FFDShow | 180.24 | VGP-XL1B | Harmony880 |80,750,750gb | WHS | FIOS
  •  05-30-2008, 9:28 AM 265869 in reply to 265867

    Re: Help

    Well, let me reboot the Server and try it again clean.
    _________________________________________
    Vista Ult x86 | ASUS M2N-SLI Del | AMD 64 X2 5200+ | 4gb RAM + 4gb RB | MSI 8600GT | 3x HVR1800 | LC13-S | JVC 56" | PD 8.0 | FFDShow | 180.24 | VGP-XL1B | Harmony880 |80,750,750gb | WHS | FIOS
  •  05-30-2008, 9:38 AM 265871 in reply to 265869

    Re: Help

    No, same thing.  No "Anonymous Logon" under Sharing>Permissions.
    _________________________________________
    Vista Ult x86 | ASUS M2N-SLI Del | AMD 64 X2 5200+ | 4gb RAM + 4gb RB | MSI 8600GT | 3x HVR1800 | LC13-S | JVC 56" | PD 8.0 | FFDShow | 180.24 | VGP-XL1B | Harmony880 |80,750,750gb | WHS | FIOS
  •  05-30-2008, 9:54 AM 265873 in reply to 265871

    Re: Help

    TMG01:
    No, same thing.  No "Anonymous Logon" under Sharing>Permissions.

    Sorry try this 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
    end


    Richard Miller Media Center MVP 2006
  •  05-30-2008, 10:00 AM 265875 in reply to 265873

    Re: Help

    It Worked!  I'll check it later to make sure the VMCs still see the WHS and let you know.  Thanks again Richard.
    _________________________________________
    Vista Ult x86 | ASUS M2N-SLI Del | AMD 64 X2 5200+ | 4gb RAM + 4gb RB | MSI 8600GT | 3x HVR1800 | LC13-S | JVC 56" | PD 8.0 | FFDShow | 180.24 | VGP-XL1B | Harmony880 |80,750,750gb | WHS | FIOS
  •  05-30-2008, 11:21 AM 265887 in reply to 265875

    Re: Help

    Well, I don't understand.  Your BAT file shows the same results as my manual approach under Sharing & Security.  But it doesn't work.  When I go back and do my original BAT file and then the two tweaks, Recorded TV shows up instantaneously on the two VMCs downstairs.  Yest, they look the same under Sharin & Security on WHS.
    _________________________________________
    Vista Ult x86 | ASUS M2N-SLI Del | AMD 64 X2 5200+ | 4gb RAM + 4gb RB | MSI 8600GT | 3x HVR1800 | LC13-S | JVC 56" | PD 8.0 | FFDShow | 180.24 | VGP-XL1B | Harmony880 |80,750,750gb | WHS | FIOS
  •  05-30-2008, 11:54 AM 265889 in reply to 265887

    Re: Help

    On WHS "Recorded TV" folder go to the Security tab then Advanced (lower right). clear the "Inherit from parent the permission entries that apply to child objects.Include these with entries explicitly defined here" make sure that check box is uncheck.
    Richard Miller Media Center MVP 2006
Page 4 of 6 (82 items)   « First ... < Previous 2 3 4 5 6 Next >
View as RSS news feed in XML
About TGB | Advertise | Link To Us | Donate | Terms Of Use | Privacy Policy
© 2003-2007 The Green Button, Inc. - All Rights Reserved