SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Customizations > SageMC Custom Interface
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageMC Custom Interface This forum is for discussing the user-created SageMC custom interface for SageTV.

Reply
 
Thread Tools Search this Thread Display Modes
  #21  
Old 04-12-2007, 12:44 PM
wirecreative wirecreative is offline
Sage Advanced User
 
Join Date: Mar 2006
Posts: 105
Follow-up

Hey, so is this a part of Version 6?

I only had 6 installed for a few hours last weekend, but had some problems so I had to roll-back, but I'm going to try it again this weekend.

How does this parental control work? I'd love for it to be folder-based.

Would a protected folder also then not show thumbnails?
Reply With Quote
  #22  
Old 04-12-2007, 03:01 PM
dvd_maniac's Avatar
dvd_maniac dvd_maniac is offline
Sage Icon
 
Join Date: Mar 2004
Location: New England
Posts: 1,899
As a temporary fix I put all the videos that i do not want the kids to watch onto an external Hard Drive and keep it off until Me or my wife want to watch something on it. The videos still show up on the menu but gives an error when trying to play them.

Would definitely be nice to see something added to address this internally though.
__________________
If this doesn't work right, Then:
"I'm going to blow up the Earth!"
Reply With Quote
  #23  
Old 04-12-2007, 03:37 PM
bcjenkins bcjenkins is offline
SageTVaholic
 
Join Date: Jan 2006
Posts: 3,764
You can do this in SageMC, which is largely why I use it. I would prefer an add-on for the default stv though.

B
Reply With Quote
  #24  
Old 04-13-2007, 03:27 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
V6.1 allows 'real' parental controls on imported videos if you use the poperties file metadata feature added in 6.1.4 to specify the rating. (see the v6.1.4 release thread for a list of valid property names)

This is independant of the STV used (provided your STV supports parental controls)

For each video you want protected, you create a <videofilename>.properties file containing the line:
Code:
Rated=<rating>
where rating is one of the parental protected ratings (eg TV14, R, PG, etc)
Then reimport the file (remove/re-add library, or change file name or parent folder name and rescan).

eg:
Code:
my_naughty_vid.avi
my_naughty_vid.avi.properties (containing 'Rated=R')
When the file is reimported you can see using detailed info in my webserver that it has a parental rating, and when played, you will prompted for the parental code.

Caveats:
  • Advisories don't seem to be supported in the properties file....
  • The video file names will still be seen and be found in search results but not playable (just like late-night movies on TV).

Plus points:
  • The parental controls will still work if the user browses media files to the file in question and attempts to play it
  • so long as the properties file stays with the media file, the parental controls will be updated when/if you move the file.
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki

Last edited by nielm; 04-13-2007 at 06:14 AM.
Reply With Quote
  #25  
Old 04-13-2007, 05:50 AM
dvd_maniac's Avatar
dvd_maniac dvd_maniac is offline
Sage Icon
 
Join Date: Mar 2004
Location: New England
Posts: 1,899
Thanx Nielm,
This works flawlessly...
__________________
If this doesn't work right, Then:
"I'm going to blow up the Earth!"
Reply With Quote
  #26  
Old 04-13-2007, 10:19 PM
ChePazzo ChePazzo is offline
Sage Aficionado
 
Join Date: Oct 2004
Posts: 287
Is there a way to put all of the info into a single file? or a way to batch create the files? I'm just thinking for 100's of movies, creating 100's of files would be cumbersome. I also guess there's no way to use the Sage GUI to create any of the .properties files?

Even so, it's still a useful feature and I can't wait to play with it.

Quote:
Originally Posted by nielm View Post
V6.1 allows 'real' parental controls on imported videos if you use the poperties file metadata feature added in 6.1.4 to specify the rating. (see the v6.1.4 release thread for a list of valid property names)

This is independant of the STV used (provided your STV supports parental controls)

For each video you want protected, you create a <videofilename>.properties file containing the line:
Code:
Rated=<rating>
where rating is one of the parental protected ratings (eg TV14, R, PG, etc)
Then reimport the file (remove/re-add library, or change file name or parent folder name and rescan).

eg:
Code:
my_naughty_vid.avi
my_naughty_vid.avi.properties (containing 'Rated=R')
When the file is reimported you can see using detailed info in my webserver that it has a parental rating, and when played, you will prompted for the parental code.

Caveats:
  • Advisories don't seem to be supported in the properties file....
  • The video file names will still be seen and be found in search results but not playable (just like late-night movies on TV).

Plus points:
  • The parental controls will still work if the user browses media files to the file in question and attempts to play it
  • so long as the properties file stays with the media file, the parental controls will be updated when/if you move the file.
Reply With Quote
  #27  
Old 04-14-2007, 01:45 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
Quote:
Originally Posted by ChePazzo View Post
Is there a way to put all of the info into a single file?
no - it has to be per-file
Quote:
or a way to batch create the files?
no, but it would be trivial for someone to create a Dos batch or WScript file to iterate thro a directory structure and create a simple .properties file containing just the rating.
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki
Reply With Quote
  #28  
Old 04-15-2007, 07:11 AM
bcjenkins bcjenkins is offline
SageTVaholic
 
Join Date: Jan 2006
Posts: 3,764
This does not seem to be working for ripped DVDs. Bummer

FTR

videoframe/pc_restrict=Rape,Graphic Language,TVM,Graphic Violence,NC-17,R,PG-13,Nudity,Strong Sexual Content,NR,Brief Nudity,AO,

Last edited by bcjenkins; 04-15-2007 at 08:06 AM. Reason: retraction
Reply With Quote
  #29  
Old 04-15-2007, 01:57 PM
JREkiwi's Avatar
JREkiwi JREkiwi is offline
Sage Icon
 
Join Date: Jan 2005
Location: Auckland, New Zealand
Posts: 2,132
Quote:
Originally Posted by ChePazzo View Post
I also guess there's no way to use the Sage GUI to create any of the .properties files?
<shameless plug> There is an import for the creation of .my and .properties files. Thread over here.

The test version 2.1.0 provides creation of properties files, import of info (including MPAA rating) from IMDB and editing of existing wiz.bin info.</shameless plug>

John
Reply With Quote
  #30  
Old 04-22-2007, 01:08 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
Quote:
Originally Posted by bcjenkins View Post
This does not seem to be working for ripped DVDs. Bummer
Narflex mentioned to me that this will be fixed in a future release...
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki
Reply With Quote
  #31  
Old 04-22-2007, 04:27 AM
bcjenkins bcjenkins is offline
SageTVaholic
 
Join Date: Jan 2006
Posts: 3,764
Quote:
Originally Posted by nielm View Post
Narflex mentioned to me that this will be fixed in a future release...
Yeah, I got that back from George at support. I did find a work around though. If I use your IMDB plugin along with John's .my file creator, I can import the info into the wiz.bin and the controls take affect.

B
Reply With Quote
  #32  
Old 05-25-2007, 10:39 PM
eobiont eobiont is offline
Sage Advanced User
 
Join Date: Aug 2004
Location: Denver
Posts: 130
uoy could have jere's dirmon monitor the video linrary abd call a batch file to create the properties files, still it would be best if you coukd protect whole folder in the same way/

Let's say you have a folder called "fluffy bunnies" and then you drop a bunch of risque files in there. You sould be able to make a properties file at the same level and name as the folder and that would prevent access to the entire folder. The sage user would only see the folder name, and would be required to enter the password to browse the folder and sub folders. Seems like a pretty simple implementation, that lots of people would take advantage of.

I don't like at all how any placeshifter user can browse my whole hard drive.
Reply With Quote
  #33  
Old 05-26-2007, 03:44 AM
bcjenkins bcjenkins is offline
SageTVaholic
 
Join Date: Jan 2006
Posts: 3,764
For me it is not "Fluffy Bunnies" more "Blood and Guts" Presumably you can prevent a PS user from browsing the directory by removing the SageTV user's rights to list directory contents with NTFS permissions.

B
Reply With Quote
  #34  
Old 12-08-2007, 10:52 PM
jchong jchong is offline
Sage User
 
Join Date: Dec 2007
Location: Toronto, Ontario, Canada
Posts: 45
Quote:
Originally Posted by eobiont View Post
...You sould be able to make a properties file at the same level and name as the folder and that would prevent access to the entire folder. The sage user would only see the folder name, and would be required to enter the password to browse the folder and sub folders. Seems like a pretty simple implementation, that lots of people would take advantage of...
Does this actually work? I wasn't able to get it to work
Reply With Quote
  #35  
Old 12-13-2007, 05:45 PM
edbmdave edbmdave is offline
Sage Aficionado
 
Join Date: Apr 2004
Location: Dallas
Posts: 365
Quote:
Originally Posted by flachbar View Post
Yep, that's exactly what will be addressed in the next version


Dirk
Did this ever get implemented? If so how does it work.
Reply With Quote
  #36  
Old 03-02-2008, 11:30 PM
Stuntman's Avatar
Stuntman Stuntman is offline
Sage Fanatic
 
Join Date: Dec 2003
Location: Hemet, CA - USA
Posts: 784
I'm looking for this too.. need to be able to password protect just 'some' of the DVD's I've ripped..
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 02:59 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.