All the parameters are required for the Javascript method to work. The parameters are the following: <username> = duh! <type> = The output method. Either 'list' (<ul> and <li>) or 'div' (<div>) <limit> = amount of movies to show <sort_by> = Sort the movies by: rating,title,date <order> = 'asc' for ascending order, 'desc' for descending
The <ul>,<li> and <div> have classes so you can use CSS to spice them up
Any API for adding movies? I have a csv file with my DVDs, and I could easily enough cut out the first column and do something with it, if there was an easy way to do a mass upload.