This PHP written application will automatically download NZB's from FTDWorld.net
Features:
- 1 search filter (Like: AppleTV or QoQ)
- 1 extra filter (For something like 1080p, if you only want 1080p)
- Retry download
- Download anyway (if you want that 720p release when you had the filter 1080p on)
- Color coated releases to see which were downloaded and which weren't
- Connection status
- Send NZB through SABnzbd API
- SABnzbd status checks
- Boxcar notifications
I'm looking for a little inspiration for even more features it might need to become totally awesome.
Install:
1. Download the zip with the latest release from Github
2. Get yourself a webserver, e.g. Uniform Microserver (< 10 MiB)
3. With Uniform Microserver you have to enable SQLite_PDO in the php.ini in order to make it work
4. Open your browser
https://github.com/SMARoovers/Firepuck
Firepuck - Finding content for you
Firepuck - Finding content for you
Last edited by eXisTa on May 10th, 2013, 12:59 pm, edited 7 times in total.
Re: FTD World NZB Downloader
Could someone help me out getting the NZB -> Sabnzbd API working?
Re: FTD World NZB Downloader
This CURL command will send a file to the API:
curl http://localhost:8080/sabnzbd/api -F apikey=APIKEY -F mode=addfile -v -F "name=@d:\my\file.nzb" -F "cat=tv"
When you use curl in verbose mode it will show you how data is exchanged.
curl http://localhost:8080/sabnzbd/api -F apikey=APIKEY -F mode=addfile -v -F "name=@d:\my\file.nzb" -F "cat=tv"
When you use curl in verbose mode it will show you how data is exchanged.
Re: FTD World NZB Downloader
The command looks like a linux command.
I'm looking for the way to approach this with Curl for PHP.
Update: I've got it working now!
I'm looking for the way to approach this with Curl for PHP.
Update: I've got it working now!
Re: Firepuck - Finding content for you
I've added a lot of new features since the latest commit, have fun! (https://github.com/SMARoovers/Firepuck/commits/master)