I really don’t like reading movie reviews before actually seeing them. For this reason, i found a new nanocrowd.com service quite useful. It claims to provide very specific movie recommendations based on opinions of anonymous masses. Although it’s accounts are unfortunately still in private beta, we can test recommendations based on one movie.
Long time i’ve been thinking about downloading movies, without actually downloading them. Finding out nanocrowd convinced me to do this. Of course i’ve used phpQuery’s WebBrowser plugin. Scenario is as follows:
- Connect to torrentz.net
- Fill search box and submit
- Filter results
- Print results and ask which to download
- Get result sites and find supported one
- Download to local filesystem
- Optionally, send via SSH to another machine
To be practically usefull, script supports following filters:
–min-size
–max-size
–min-peers
So to get a 1st matching movie in most common cases would be
echo 1 | torrent-download.php “Movie Name” –min-peers=50 –max-size=1500 –min-size=500
Now almost every decent torrent downloading app supports autoloding torrent files found in specified directory. As for today, only thing you need to do is to type movie name. Like i’ve mentioned before, nanocrowd is still not open to registration. When it will be, i will post an update (or maybe someone have a free invitation ?). Anyway, don’t use this code to download illegal movies…