Welcome to the Invelos forums. Please read the forum rules before posting.

Read access to our public forums is open to everyone. To post messages, a free registration is required.

If you have an Invelos account, sign in to post.

    Invelos Forums->DVD Profiler: Desktop Feature Requests Page: 1 2  Previous   Next
"Rated For:" Field
Author Message
DVD Profiler Unlimited RegistrantJimmyT
Registered: January 22, 2008
Posts: 48
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
I think it would be nice to have a "Rated For" field that could be displayed in the vicinity of the Rating itself on the General Info tab. Just a text field that can handle the reasons for a films Rating by the MPAA.
DVD Profiler Unlimited RegistrantMark Harrison
I like IMDB
Registered: March 13, 2007
Reputation: Great Rating
United States Posts: 3,321
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
That's a great idea and something I've always wished for.  It's only present on newer movies, but it would still be nice to capture it when we can since you can't really read it in cover scans.
Get the CSVExport and Database Query plug-ins here.
Create fake parent profiles to organize your collection.
DVD Profiler Unlimited RegistrantStar ContributorBehemot
Registered: Aug. 23, 2004
Registered: March 14, 2007
Norway Posts: 555
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Just make sure there's a checkbox for "Strong graphic bloody violence" for when the new Rambo movie hits DVD 
DVD Profiler Unlimited RegistrantStar Contributormdnitoil
Registered: March 14, 2007
United States Posts: 1,777
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
I was just thinking that it would be nice to know why a particular movie was rated a particular way.
DVD Profiler Desktop and Mobile RegistrantStar Contributorm.cellophane
tonight's the night...
Registered: March 13, 2007
Reputation: High Rating
United States Posts: 3,480
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
I don't really know what I'm doing with this kind of stuff, but I hacked and slashed from northbloke's post here and came up with:

Create an HTML window and replace the default code with this:
Quote:
<HTML>
<HEAD>

<SCRIPT TYPE="text/javascript">
<!--
<DP NAME="HEADER_VARS" Language="JavaScript" Comments="True" IncludeCast="False" IncludeCrew="False">
//-->
function showrated_for()
{
var check = DP_Notes.indexOf("<rated_for=");
if (check != -1) {
rated_for = DP_Notes.substring(check, DP_Notes.indexOf(">", check));
rated_for = rated_for.replace("<rated_for=","");
}
document.write("Rated " + "<DP NAME="RATING">" + " for " + rated_for)
}
</SCRIPT>

</HEAD>
<BODY onload="showrated_for()">

</BODY>
</HTML>


And then all you need to do is put in the notes of the profile this:

<rated_for=insert rating info here>

If the movie is rated R and you insert this into your notes:

<rated_for=violence, some disturbing images, thematic material and language.>

You will get a window that shows:

Rated R for violence, some disturbing images, thematic material and language.
...James

"People fake a lot of human interactions, but I feel like I fake them all, and I fake them very well. That’s my burden, I guess." ~ Dexter Morgan
DVD Profiler Unlimited RegistrantMark Harrison
I like IMDB
Registered: March 13, 2007
Reputation: Great Rating
United States Posts: 3,321
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
That's great James.  But I'd still like to see Ken handle this so we don't all have to do the work ourselves.  Still, that's a great place to start in case Ken never adds it.
Get the CSVExport and Database Query plug-ins here.
Create fake parent profiles to organize your collection.
DVD Profiler Unlimited RegistrantJimmyT
Registered: January 22, 2008
Posts: 48
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Yeah, I agree, thanks for the suggestion though.
Like I said, I'm no programmer or anything, but just a little text box.
That would be cool.
DVD Profiler Unlimited RegistrantStar ContributorDaddy DVD
Lost in Translation
Registered: March 14, 2007
Netherlands Posts: 2,366
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
Yes, it would be great if I could add these Dutch rating symbols.
Martin Zuidervliet

DVD Profiler Nederlands
DVD Profiler Unlimited RegistrantStar ContributorDaddy DVD
Lost in Translation
Registered: March 14, 2007
Netherlands Posts: 2,366
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
Could somebody write a HTML rating script for me (because I don't know how),
so I can choose these symbols within the notes?

AL

6

12

16

G

A

S

D

H

T

As the script of James above but then with something like:

IF <kijkwijzer=AL> THEN IMG SRC='$DPIMAGES.AL.gif'
IF <kijkwijzer=6> THEN IMG SRC='$DPIMAGES.6.gif'
IF <kijkwijzer=12> THEN IMG SRC='$DPIMAGES.12.gif'
IF <kijkwijzer=16> THEN IMG SRC='$DPIMAGES.16.gif'

IF <kijkwijzer=G> THEN IMG SRC='$DPIMAGES.Violence.gif'
IF <kijkwijzer=A> THEN IMG SRC='$DPIMAGES.Fear.gif'
IF <kijkwijzer=S> THEN IMG SRC='$DPIMAGES.Sex.gif'
IF <kijkwijzer=D> THEN IMG SRC='$DPIMAGES.Discrimination.gif'
IF <kijkwijzer=H> THEN IMG SRC='$DPIMAGES.Drugs.gif'
IF <kijkwijzer=T> THEN IMG SRC='$DPIMAGES.Profanity.gif'

I should be able to choose one of the four age ratings above and any or none of the classifications below.

For example:
"AL"
"6 G A"
"12 G A"
"16 G A S T"
Martin Zuidervliet

DVD Profiler Nederlands
 Last edited: by Daddy DVD
DVD Profiler Unlimited RegistrantMark Harrison
I like IMDB
Registered: March 13, 2007
Reputation: Great Rating
United States Posts: 3,321
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Quoting Martin_Zuidervliet:
Quote:
S



Ok, that one is just awesome.    

Are these real or something you use personally?
Get the CSVExport and Database Query plug-ins here.
Create fake parent profiles to organize your collection.
DVD Profiler Unlimited RegistrantStar ContributorDaddy DVD
Lost in Translation
Registered: March 14, 2007
Netherlands Posts: 2,366
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
Quoting Mark Harrison:
Quote:
Are these real or something you use personally?

They are real Dutch ratings. Just click on the link of my first post in this topic, place your mouse pointer above the symbol in the bar above and watch the feet move.
Martin Zuidervliet

DVD Profiler Nederlands
 Last edited: by Daddy DVD
DVD Profiler Desktop and Mobile Registrantkdh1949
Have Gun Will Travel
Registered: March 13, 2007
Reputation: High Rating
United States Posts: 2,394
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
The symbol you point out is clear in it's message, all right.

I understand the icons for everything but discrimination.  What is the icon supposed to be doing?

Also, I wonder what rating that 10-minute film that's raising such a ruckus (Anti-Islamic) would get?
Another Ken (not Ken Cole)
Badges? We ain't got no badges. We don't need no badges. I don't have to show you any stinking badges.
DVD Profiler user since June 15, 2001
DVD Profiler Unlimited RegistrantStar Contributor?
?
Registered: March 14, 2007
Posts: 3,830
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
Quoting kdh1949:
Quote:

I understand the icons for everything but discrimination.  What is the icon supposed to be doing?

The white guys excluding the black guy, Big guys excluding the little one, ...
Sources for one or more of the changes and/or additions were not submitted. Please include the sources for your changes in the contribution notes, especially for cast and crew additions.
 Last edited: by ?
DVD Profiler Desktop and Mobile RegistrantStar ContributorTheMadMartian
Alien with an attitude
Registered: March 13, 2007
Reputation: Highest Rating
United States Posts: 13,198
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
I understood all the icons...I think they are pretty cool, btw...but I didn't get the spider one.  Is that really a warning about bugs?  I am not quite sure what 'angst' means...I mean I know what 'angst' means, just not sure in this context. 
No dictator, no invader can hold an imprisoned population by force of arms forever.
There is no greater power in the universe than the need for freedom.
Against this power, governments and tyrants and armies cannot stand.
The Centauri learned this lesson once.
We will teach it to them again.
Though it take a thousand years, we will be free.
- Citizen G'Kar
DVD Profiler Desktop and Mobile Registrantkdh1949
Have Gun Will Travel
Registered: March 13, 2007
Reputation: High Rating
United States Posts: 2,394
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
Quoting Giga Wizard:
Quote:
Quoting kdh1949:
Quote:

I understand the icons for everything but discrimination.  What is the icon supposed to be doing?

The white guys excluding the black guy, Big guys excluding the little one, ...

Is the little guy crying?  Are tears the drops coming from the figure?
Another Ken (not Ken Cole)
Badges? We ain't got no badges. We don't need no badges. I don't have to show you any stinking badges.
DVD Profiler user since June 15, 2001
DVD Profiler Desktop and Mobile Registrantkdh1949
Have Gun Will Travel
Registered: March 13, 2007
Reputation: High Rating
United States Posts: 2,394
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
Quoting Unicus69:
Quote:
I understood all the icons...I think they are pretty cool, btw...but I didn't get the spider one.  Is that really a warning about bugs?  I am not quite sure what 'angst' means...I mean I know what 'angst' means, just not sure in this context. 

According to my handy/dandy translator website, "angst" translates as "fear."  I guess that is used for any scary movie, not just ones about bugs.
Another Ken (not Ken Cole)
Badges? We ain't got no badges. We don't need no badges. I don't have to show you any stinking badges.
DVD Profiler user since June 15, 2001
    Invelos Forums->DVD Profiler: Desktop Feature Requests Page: 1 2  Previous   Next