Nzbirc/v0

From tiberious.org

Commands

All commands are placed after the 'trigger' specified in your config file unless otherwise specified

  • add/enqueue nzbid, nzbid2... - Download the NZBs with the specified NZB IDs from www.newzbin.com, and enqueue it
  • add/enqueue searchquery - Download the first hit for the newzbin.com search query: can use {01-06} etc
  • info nzbid - Obtain information from newzbin.com on a post
  • search query - Search newzbin.com for posts corresponsing to the search query
  • url nzburl nzburl2... - Download the NZBs from the specified urls and enqueue them
  • tvrage query - [v0.7.5+] Obtain show/episode information from tvrage.com
  • ed filename - [v0.7.8+] Use a filename to determine information about it, and display in a format for easy newzbin.com report posting.

Hellanzb Commands

All these commands directly or indirectly relate to hellanzb's RPC commands

  • cancel - Cancel the current download
  • continue/unpause - Continue download after being paused
  • dequeue/del/remove nzbid nzbid2... - Remove the NZBs with the specified IDs from the queue
  • down nzbID [shift] - Move the NZB with the specified ID down in the queue. The optional second argument specifies the number of spaces to shift (Default: 1)
  • forceadd/addforce - add an id or query, and then force the files to the fromt of the queue
  • nextadd/addnext - add an id or query, and then put the nzb files next in the queue
  • force nzbid - Force hellanzb to begin downloading the NZB with the specified ID immediately, interrupting the current download
  • last/end nzbid - Move the NZB with the specified ID to the end of the queue
  • list [nzbid|search] - List the NZBs in the queue, specify an ID to see where that NZB is or specify a search critera to limit your results
  • rate/maxrate newrate - Set the maxrate of download, a value of 0 denotes no maximum rate
  • move nzbid index - Move the NZB with the specified ID to the specified index in the queue
  • next/front nzbid - Move the NZB with the specified ID to the beginning of the queue
  • pause - Pause downloading
  • shift nzbid by - Shift the NZB with the specified ID by the second argument, -ve number denotes down in the queue, +ve denotes up
  • shutdown - Shut hellanzb down
  • status - Return hellanzb's current status text
  • up nzbid [shift] - Move the Nzb with the specified ID up in the queue. The optional second argument specifies the number of spaces to shift by (Default: 1)

TV Scheduling

  • tv add show [hr [ts [url [priority]]]] - add a show to the autoscheduler:
hr: (0/1/2/3) 0: off, 1: redownload a highres version, 2: only download a highres version, 3: download highres - then redownload 720p version
ts: accept large (hdtv ts) files
url: use tvrage url to find the correct episode
priority: where to put the nzb in the queue (force/next/none)
  • tv list [show] - list all scheduled shows that match 'show'
  • tv del show - delete a show from the scheduler, 'show' has to match the showname exactly (to be fixed in later release)
  • tv now - display the shows that an episode airs in the next week.
  • tv history - [v0.7.5+] Display shows that have been downloaded.