(snip from the bottom in case readers don’t make it that far: Does anyone know of a site like listology.com that doesn’t require moderation on creation/editing of lists?)
After spending quite a bit of time with Greasemonkey the other night, I have decided that one of the extremely fanciful projects I’ve been thinking about embarking upon to extend the functionality of Netflix is actually within my grasp. I’ve now figured out how everything I’d need to do works—all that’s really left to do is to implement all the bits together.
My idea is inspired by a comment Becky over at NetflixFan left on a post I made regarding the 500 item queue limitation.
She says that she stores her overflow in a list on listology.com and just moves things over from there as needed, but that it is completely non-automated.
This got me thinking of several possibilities:
1) it’d be pretty trivial to implement a script that does the following when you click the ‘add to queue’ button: check how many items are currently in your queue — if the queue is full, add the movie to the listology.com list you’ve already set up to hold your overflow, otherwise just add it to your Netflix queue as normal.
2) either the same script or another could then add things from your listology queue to your Netflix queue automagically each time you load your netflix queue page. If your Netflix queue has dropped below 500—say to 498—the top 2 items in your listology.com queue would then be copied into your queue without needing to do anything.
This opens up an even more valuable possiblity though:
If the script had a preference for how many things you wanted to keep in your netflix queue—say 10 or so—anything you add to your queue above and beyond that amount would then be in a “3rd party” location. The value in this is, if you suddenly decided you’d like to try out Wal-mart, Blockbuster, GreenCine, NicheFlix or any other service you would then only need to install the correct script to have your queue imported into whichever service you wanted to use, little by little. This would save a crapload of time, and might encourage people to give the competition a try, eliminating the “lock in” factor.
Finally we have my 3rd idea:
3) it would be pretty trivial to have the contents of your listology queue displayed right under your actual Netflix queue, meaning you would never even need bother going to listology.com. Having them sortable like the actual Netflix queue would be much less trivial, but is entirely doable.
So by wrapping all these things together you’d get both an effective transparent work-around for the 500 item limit on your queue plus a completely transparent way of keeping your queue in a place where you could get it to other rental services seamlessly.
The only problem? Listology.com requires moderation on lists created by new members. This means that I have created a list, but am currently unable to even view the list, let alone interface to it via Greasemonkey. Hopefully each change to that list won’t require moderation as well. This will only really work if things can be changed realtime.
Does anyone know of a site like listology.com that doesn’t require moderation that I could use for this? All that is required is that you can get the entire contents of a list from one url. Having a url that you can use to simply add an item to the end of the list would be an added bonus, saving me the hassle of doing that bit in code like I’d have to with listology.com.