Not signed in (Sign In)
Welcome, Guest

Did you know that there is a whole world of functionality you're not seeing? If you have an account, sign in now.

If you don't have an account, apply for one now.

Bottom of Page
Ajaxilicious API: API Updates
  1.  
1 to 3 of 3
Feb 16th 2006 edited
Now there is an API you can use for including your movie lists to your blogs or sites.

There are two ways to include your movie lists. With RSS or with JavaScript:

RSS
http://movies.ajaxilicious.be/rss/<username>

For example if i wanted my movies i would have used
http://movies.ajaxilicious.be/rss/remedix

If i wanted only the last 10 movies then i would have used
http://movies.ajaxilicious.be/rss/10/remedix

Note that you must enable the sharing option from your profile for this to work!

JS
http://movies.ajaxilicious.be/js/<username>/<type>/<limit>/<sort_by>/<order>

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

Example: (My Top 10 movies based on their rating)
<script language="JavaScript" src="http://movies.ajaxilicious.be/js/remedix/list/10/rating/desc" type="text/javascript"></script>

Note that you must enable the sharing option from your profile for this to work as well!
Feb 16th 2006 edited
I just added a thumbnail version of your movies.
You can view only the thumbs of your movies using the following file

http://movies.ajaxilicious.be/thumbs/<row>/<limit>/<username>

<row> = how many movie posters will be shown in each row
<limit> = max number of movie posters to show
<username> = figure it out.. (:

Example: (My last 20 movies i added showing 4 posters each row)
<script language="JavaScript" src="http://movies.ajaxilicious.be/thumbs/4/20/remedix" type="text/javascript"></script>
Mar 6th 2006
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.
  1.  
1 to 3 of 3
Top of PageBack to discussions