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>