Download for testing purposes:
http://ps3ms-parental-control-plugin.googlecode.com/files/pms-setup-windows-1.20.412ra1.exe (Windows)
http://ps3ms-parental-control-plugin.googlecode.com/files/pms-generic-linux-unix-1.20.412ra1.tgz
You can see it in action http://www.youtube.com/watch?v=eDc_83GY83Y
You can add parental control to each movie (RealFile) by creating an INI-file with the same filename and extension "ini". If you want to lock a complete folder, put a file called "folder.ini" in this folder. Modify and put the following content to the INI-file.
This is a proof of concept version! Parameters could be changed.
- Code: Select all
; The [content] section describes the movie
; "title" overwrites the filename (you never need to rename the files)
; "description" is very optional
[content]
title="Demo (PEGI-12)"
description="Demo for PEGI-12 rating"
; The [parental control] section describes the movie rating
; You can use different standards with their valid values
; SPCL: Sony Parental Control Level 1 to 11
; PEGI: 3,7,12,16,18
; FSK: 0,6,12,16,18
; MPAA: G,PG,PG-13,R,NC-17
; "icon" sets the thumbnail icon group
[parental control]
MPAA=PG-13
PEGI=12
FSK=12
icon=PEGI
; The [lock] section will lock the movie until you entered the valid code
; This section is independent of [parental control]
; Only if you set a "code" the movie will be locked
; You can give an alternative "title" to display
; "icon" overwrites the [parental control] "icon" group + value
; The code may not contain double digits e.g. 11 or 22 ...
[lock]
title="Locked PEGI-12 Title (nothing for kids)"
code=359
icon=red
The [content] section describes the movie.
title overwrites the filename (you never need to rename the files). Multiple files with the same title are possible.
description is very optional.
The [parental control] section describes the movie rating.
You can use different standards with their valid values.
SPCL: Sony Parental Control Level 1 to 11
PEGI: 3,7,12,16,18
FSK: 0,6,12,16,18
MPAA: G,PG,PG-13,R,NC-17
icon sets the thumbnail icon group and overwrites the common thumbnail settings.
The [lock] section will lock the movie until you entered the valid code.
This section is independent of [parental control]. Only if you set a code the movie will be locked.
You can give an alternative title to display.
icon overwrites the [parental control] icon group + value combination and sets a colored padlock.
e.g. icon=red
Following colors are available: black,blue,gray,green,orange,pink,red,violet
The code may not contain double digits e.g. 11 or 22 ... because the digit input "bounces".
The shortest INI-file to lock a movie is:
- Code: Select all
[lock]
code=123
Known bugs and limitations:
- It is (currently) only possible to set the unlock-code per server (not per renderer)
- There are no icons for MPAA and Sony Parental Control Level
- There are no size and duration in the PS3 movie information dialog, because this information cannot be refreshed