Page 1 of 1

Firepuck - Finding content for you

Posted: April 7th, 2013, 8:27 am
by eXisTa
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

Image

Re: FTD World NZB Downloader

Posted: April 9th, 2013, 4:16 pm
by eXisTa
Could someone help me out getting the NZB -> Sabnzbd API working?

Re: FTD World NZB Downloader

Posted: April 10th, 2013, 12:58 pm
by shypike
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.

Re: FTD World NZB Downloader

Posted: April 10th, 2013, 1:46 pm
by eXisTa
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!

Re: Firepuck - Finding content for you

Posted: May 9th, 2013, 7:41 am
by eXisTa
I've added a lot of new features since the latest commit, have fun! (https://github.com/SMARoovers/Firepuck/commits/master)