[mythtv-users] parental controls based on video folder

Martin Ginkel martin.ginkel at googlemail.com
Wed Dec 19 08:18:21 UTC 2012


2012/12/17 Zach C <uid000 at gmail.com>:
> Is it possible to set parental controls based on the folder a given video is in?
>
> For example i'd like to have one access level for
> /path/to/videos/family and another one for /path/to/videos/grown-ups.

I have something like this implemented based on Mysql.

The Idea is that whenever something is added or updated in the video
table, you fire off a trigger which
updates the parental settings according to the path.
In contrast to the cron script, this acts immediately at insert time
(when you press update in the videos menu).

I can post the script when I'm back home.

          Martin


More information about the mythtv-users mailing list