This started off as a thread, and then turned into a feature request:
------------ thread ------------------
I want to make Talk about Movies a forum, and add this as a sub forum, (but I don't know how, so in the meantime, ITT I want to maintain a list of the movies we have available at PMC. The idea is to make it easier on us when we're looking for new movies to augment our collection. We could create a sub forum for people to add suggestions of movies we should acquire for to make the collection more robust/awesomer/badasser/complete. (this is another example of why a wiki style thread would be useful)

I decided to maintain this list in excel instead of html...
----------- end thread / begin idea ------------
Matt, maybe you can maintain this list in the DB, and create a separate page (linked in the Usefuls section--members only of course) that contains two AJAX/Silverlight tables. One is the current list of PMC movies that members could add/update. The second table would allow people to add suggestions. I guess you could store it all in one table in the DB, and even present it in one table too. There'd be a status column that could be set to {Available, Acquiring, Suggested}. If you want, I can put together the silverlight table and upload it to the server. To host SL controls you just need to be able to browse to the control, and you have to add some MIME types. If you create the table in the db and the ws to access the data, I can create the control to access and present it. The schema would be as follows:
Column NameTypeLength
Titlestring50
Descriptionstring100
Genrestring25
Formatstring15
XboxPlayablebitN/A
StatusintN/A
Would the silverlight tables be viewable from a non-MS OS?

You can do what you want, all kinds of crazy add/delete functionality, with some simple AJAX.

Also, I think you could utilize some internets to get all the movie information automagically. I've got this site's complete list on my site as well a php script to populate the DB, however, you could utilize some cross site queries to get info once a movie is added.
yeah I was planning on using IMDB's web services to get more data about the movie. I might just link to the IMDB page if the movie title is found. I haven't used their ws's before, but hopefully it's pretty straigtforward. If I can't get it to work I'll try out that link.
i dont know what you mean by WS

edit: web service, got it
btdub, Silverlight is already supported on Macs, and Moonlight is available for Linux. Of course that is a port of SL 1, but I'm planning on using SL 3, which was just released recently, so who knows when the port will be available.

I know it can be done with AJAX, but I've been wanted to do something with Silverlight, even if it is pretty basic.

That does suck that it wouldn't work on the Media server, which is where it would be most useful. Oh well.