Firepuck - Finding content for you

Got a program that plays well with SABnzbd? Share it here!
Post Reply
User avatar
eXisTa
Release Testers
Release Testers
Posts: 20
Joined: July 3rd, 2009, 3:07 am
Contact:

Firepuck - Finding content for you

Post 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
Last edited by eXisTa on May 10th, 2013, 12:59 pm, edited 7 times in total.
User avatar
eXisTa
Release Testers
Release Testers
Posts: 20
Joined: July 3rd, 2009, 3:07 am
Contact:

Re: FTD World NZB Downloader

Post by eXisTa »

Could someone help me out getting the NZB -> Sabnzbd API working?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: FTD World NZB Downloader

Post 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.
User avatar
eXisTa
Release Testers
Release Testers
Posts: 20
Joined: July 3rd, 2009, 3:07 am
Contact:

Re: FTD World NZB Downloader

Post 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!
User avatar
eXisTa
Release Testers
Release Testers
Posts: 20
Joined: July 3rd, 2009, 3:07 am
Contact:

Re: Firepuck - Finding content for you

Post by eXisTa »

I've added a lot of new features since the latest commit, have fun! (https://github.com/SMARoovers/Firepuck/commits/master)
Post Reply