Somebody take over "IMDBAge" script

in Ideas and script requests
Subscribe to Somebody take over "IMDBAge" script 9 posts, 7 voices



ekbworldwide Scriptwright
FirefoxWindows

IMDBAge
http://userscripts.org/scripts/show/1060

The script had quirks before - but now it's entirely broken and seems abandoned. See the "Discussions" tab.

 
sassan Scriptwright
FirefoxWindows

Would love someone to take over this one.

 
ozzii User
FirefoxWindows

you have this script:
http://userscripts.org/scripts/show/6602

Similar to IMDBAge. Not tested !!

 
Avindra V.G. Scriptwright
FirefoxWindows

Try mine: http://userscripts.org/scripts/show/30896

That other one seems like a killaton of code and not as cool as mine. :)

 
livin52 Scriptwright
FirefoxWindows

I have just taken this over and edited it. It works now. Find it here: http://userscripts.org/scripts/show/69853

 
Marti Scriptwright
FirefoxX11

ekbworldwide wrote:
The script had quirks before - but now it's entirely broken an seems abandoned. See the "Discussions" tab.
Has anyone tried emailing him directly from his homepage? It does appear to be abandoned but it's nice to make sure all avenues have been explored.

 
ekbworldwide Scriptwright
FirefoxWindows

Thanks for all the responses.

Comments about script/links.

____________________________

On actor's pages the script put the age after each film.

Robert Shaw (I)
http://www.imdb.com/name/nm0001727/

Like this

# Avalanche Express (1979, 52 years old) .... General Marenkov
# Force 10 from Navarone (1978, 51 years old) .... Mallory
# The Deep (1977, 50 years old) .... Romer Treece
# Black Sunday (1977, 50 years old) .... Kabakov
# Swashbuckler (1976, 49 years old) .... Ned Lynch

The script has a bit more info (year, blahblah x years old) - but I think (year, x years old) is all you need.

                //get them in a nice format
                if (filmage < 0) {
                        var agetxt = new String(
				age);
				// "in " +
				// Math.abs(filmage) + " year" +
				// (Math.abs(filmage) == 1 ? '' : 's') +
				// " will be " + age);
                }
                if (filmage == 0) {
                        var agetxt = new String(
                        	age);
                                // "this year while " + age);
                }
                if (filmage > 0) {
                        var agetxt = new String(
				age);
				// Math.abs(filmage) + " year" +
				// (Math.abs(filmage) == 1 ? '' : 's') +
				// " ago while " + age);
                }

____________________________

Jaws (1975)
http://www.imdb.com/title/tt0073195/

Jaws (1975) - Full cast and crew
http://www.imdb.com/title/tt0073195/fullcredits...

The IMDBAge script didn't put the ages for each actor on movie pages - it would be nice if this script put the ages there too.

If you aren't sure who is who - if the ages are there - it makes it easier to figure out.

____________________________

 
Marti Scriptwright
FirefoxX11

ekbworldwide wrote:
Comments about script/links.
I believe you all as usually the masses speak truthfully but you might also want to tick a vote that a script is broken in his issues tab indicating that it is broken and a quick comment as to what is broken or how it was derived. This helps with Greasefire and the admins here on USO.

For a shameless promo of one of my scripts you can install uso - Count Issues to actually show if a script has issues or not without actually having to view that page. :)

 
Thomas Stewart Scriptwright
X11

I've released an updated version that works again. In the future please just drop me an email saying its broken, userscript.org does not seem to notify me when there are issues. Also for something that I've been using and maintaining for 5+ years, I'm not likely to abandon it, esp as the last release was a few months ago. Please keep the bug reports coming. :-)

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel