Hi monks,

I wrote a small movie db webapp a few years ago (avimanager.sf.net). It has a few hundred users, a nice gui but a really embarrassing source code. I actually learned perl and cgi programming with this. Over 1 year ago I started a rewrite. The IMDb parser is the worlds most powerful one (uk, fr, de, com supported; gets everything, even actors birthdays, headshots etc.), the API is nice, the source code modular (though needs some work). The database schema is VERY flexible and the result of 4 years of feature requests. My time is very limited at the moment, but if someone is interested to join, I will clean up everything (source code, make all tests pass, writing better POD, ...). This lib is just too good to die (at least it is a cool specification for a *complete* rewrite-some parts are over 3 years old).

cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/avimanager login

cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/avimanager co -P aviman

In reply to OT: movie database project seeks developers by lima1

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.