I know what I'm asking is much and disruptive, but that's what an true innovative product offers, disruptions.
So my two ideas are:
1. Extend the NZB indexers and search engines with previews (cover and a streaming trailer) downloaded through SABnzbd
For some articles on the newsgroup, you often find a cover .jpg file and a short trailer or movie proof.
I want to be able to see this cover + trailer immediately WITHIN the search engine or indexer web page, I don't want to loose my time downloading the .nzb, monitor SABnzbd for completion, open the download dir, open the file, and then delete everything.
I can easily modify the search engine/indexer with GreaseMonkey or a firefox addon. What I can't do right now is retrieving from the SABnzbd API the files I instructed SABnzbd to download.
>> FEATURE REQUEST: Get from the SABnzbd API the completed files.
2. Include movie link + cover in the download folder, even when it is not available in the newsgroups !
Do you know the "What's that movie and why did I download it?" effect when you look at your SABnzbd download folder and you're unable to remember what the movie is about since you forgot the trailer ? I do.
So I want to be able to have, in the download folder, two additional files:
- A link to the movie description on the web (eg. IMDB...)
- The movie cover
I am able through e.g. Greasemonkey to transfer these information to SABnzbd, ideally within the .NZB file.
So now I would like SABnzbd to understand it.
The issue is that .NZB specs are pretty... simple. We need to enhance it to allow the .NZB files to store, within them, complete .jpg or .url files, that will be put in the SABnzbd download directory.
>> FEATURE REQUEST: Copies "inline files" (blobs) from the .NZB file to the download dir
This will require binary XML support and a new NZB specs. There is some binary XML features bundled in Python: http://stackoverflow.com/questions/2088 ... -in-python
I propose to use a new <blob> tag instead of <file> tag for .NZB inline files.
As you can understand, I'm more of a Greasemonkey coder than a Python coder, so I'm asking for your help to develop the sabnzbd-part features

