NZBqueuer: Mac app for opening NZBs

Got a program that plays well with SABnzbd? Share it here!
Post Reply
qwerty967
Jr. Member
Jr. Member
Posts: 57
Joined: February 27th, 2008, 5:46 am

NZBqueuer: Mac app for opening NZBs

Post by qwerty967 »

Note: NZBqueuer doesn't work with SABnzbd 0.4.9 or later. Just get SABnzbdX. It's better.

Download NZBqueuer 1.1

NZBqueuer is a Mac app that allows you to add NZBs to your SABnzbd queue by double-clicking on them or dragging them to the dock icon. It also works for zip and rar files.

NZBqueuer uses the API instead of a blackhole directory, which means it will work for remote SABnzbd installations. Give the Dashboard widget a whirl too.

Configuration
If you are not using the default settings and need to configure the hostname, port, username, and/or password, customize the following XML and save as .NZBqueuer.plist in your home directory (~/.NZBqueuer.plist).

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
 "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>host</key><string>localhost</string>
	<key>port</key><string>8080</string>
	<key>user</key><string></string>
	<key>pass</key><string></string>
</dict>
</plist>
Last edited by qwerty967 on April 26th, 2009, 1:28 pm, edited 1 time in total.
rAf
Moderator
Moderator
Posts: 546
Joined: April 28th, 2008, 2:35 pm
Location: France
Contact:

Re: NZBqueuer: Mac app for opening NZBs

Post by rAf »

This is the icns file used in osx app build.

http://osx.boiboite.net/downloads/sabnzbdplus.icns

Hope it helps,

rAf
stanpete
Jr. Member
Jr. Member
Posts: 95
Joined: February 2nd, 2008, 11:35 am

Re: NZBqueuer: Mac app for opening NZBs

Post by stanpete »

Thanks for this.

Just one question for the original devs - wouldn't it be easy to add such a function the the main app ?

st
rAf
Moderator
Moderator
Posts: 546
Joined: April 28th, 2008, 2:35 pm
Location: France
Contact:

Re: NZBqueuer: Mac app for opening NZBs

Post by rAf »

Why not..., i'm the team member in charge of osx app. If you want, we can work together to add this feature.
I'm using sabnzbdgui http://www.pwsoftwareproductions.nl/sit ... sabnzbdgui (apparently down) which integrate this feature and others...
rAf
Moderator
Moderator
Posts: 546
Joined: April 28th, 2008, 2:35 pm
Location: France
Contact:

Re: NZBqueuer: Mac app for opening NZBs

Post by rAf »

http://osx.boiboite.net/downloads/SABnzbdGUI.zip

It's not the official dmg just a copy i have...
qwerty967
Jr. Member
Jr. Member
Posts: 57
Joined: February 27th, 2008, 5:46 am

Re: NZBqueuer: Mac app for opening NZBs

Post by qwerty967 »

Thanks for the links to the icons guys. I was looking for someone to make a custom icon because my photoshop skills are so bad, but I'll just stick with the sab icon for now.

I would love for this feature to be integrated into the main application. That would negate the need for me to use NZBqueuer, but I'll leave it up for people who don't use local installations of SABnzbd.

Anyone can take a look at the source. It's a 16-line python script, compiled with Platypus, that calls curl to upload files through the api. It's located in NZBqueuer.app/Contents/Resources/script.
lazyman
Newbie
Newbie
Posts: 22
Joined: October 14th, 2008, 12:09 am

Re: NZBqueuer: Mac app for opening NZBs

Post by lazyman »

rAf wrote: Why not..., i'm the team member in charge of osx app. If you want, we can work together to add this feature.
I'm using sabnzbdgui http://www.pwsoftwareproductions.nl/sit ... sabnzbdgui (apparently down) which integrate this feature and others...
Is there a universal version of that app? Some of us are still rocking the PPC on the desktops.  ;D
stanpete
Jr. Member
Jr. Member
Posts: 95
Joined: February 2nd, 2008, 11:35 am

Re: NZBqueuer: Mac app for opening NZBs

Post by stanpete »

Unfortunately not.
If I remember correctly it doesn't even run on Tiger.

But running it from source isn't that bad - at least the program is worth the trouble ;-)

st
User avatar
interfacelift
Jr. Member
Jr. Member
Posts: 75
Joined: June 19th, 2008, 12:58 am
Location: Coruscant

Re: NZBqueuer: Mac app for opening NZBs

Post by interfacelift »

NZBqueuer doesn't seem to be working on my MacBook Pro :( It bounces once in the dock and then immediately quits. In my console log I see "10/27/08 6:53:55 AM NZBqueuer[547] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'."

The exact same issue occurs on my iMac as well (which is the machine running SABnzbd).

I also set up the .NZBqueuer file in my home directory, but that hasn't made a difference.
qwerty967
Jr. Member
Jr. Member
Posts: 57
Joined: February 27th, 2008, 5:46 am

Re: NZBqueuer: Mac app for opening NZBs

Post by qwerty967 »

interfacelift wrote: NZBqueuer doesn't seem to be working on my MacBook Pro :( It bounces once in the dock and then immediately quits. In my console log I see "10/27/08 6:53:55 AM NZBqueuer[547] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'."
That's what happens on my computer too.  ;) Launching the app by itself won't do anything. You must drag files onto NZBqueuer's icon. Or have the default handler for NZBs be NZBqueuer and double-click/Command-O the NZBs.

The settings files has to be named .NZBqueuer.plist
qwerty967
Jr. Member
Jr. Member
Posts: 57
Joined: February 27th, 2008, 5:46 am

Re: NZBqueuer: Mac app for opening NZBs

Post by qwerty967 »

New version: NZBqueuer 1.1

Changes:
Visual feedback
Compatible with Python 3.0 (hopefully)
User avatar
interfacelift
Jr. Member
Jr. Member
Posts: 75
Joined: June 19th, 2008, 12:58 am
Location: Coruscant

Re: NZBqueuer: Mac app for opening NZBs

Post by interfacelift »

Ah, I see. It works perfectly.

And thanks for the v1.1 update for people like me that don't read. ;-)
Brockmann
Newbie
Newbie
Posts: 1
Joined: August 21st, 2008, 8:06 am

Re: NZBqueuer: Mac app for opening NZBs

Post by Brockmann »

GREAT!!
Any News?
I would pay 10$ for this app.  ;)
qwerty967
Jr. Member
Jr. Member
Posts: 57
Joined: February 27th, 2008, 5:46 am

Re: NZBqueuer: Mac app for opening NZBs

Post by qwerty967 »

This app doesn't work with SABnzbd 0.4.9 or later. I don't intend to release a version that does. Just use SABnzbdX. It's better.
Post Reply