Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
NZB
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|XML-based file format}} {{Infobox file format | name = NZB file format | icon = | screenshot = | caption = | extension = .nzb<ref>{{Cite web|url=https://www.cryer.co.uk/file-types/n/nzb.htm|title=.nzb file extension :: all about the .nzb file type|website=www.cryer.co.uk|accessdate=2020-01-24}}</ref> | mime = application/x-nzb | magic = | released = <!-- {{Start date|YYYY|mm|dd}} --> | standard = | open = yes | url = [https://sabnzbd.org/wiki/extra/nzb-spec NZB file specification]<ref>{{Cite web|url=http://docs.newzbin.com/index.php?pagename=NZBSpecification|archive-url=https://web.archive.org/web/20040423064641/http://docs.newzbin.com/index.php?pagename=NZBSpecification|url-status=dead|archive-date=2004-04-23|title=NBDocs - NZBSpecification|date=2004-04-23|accessdate=2020-01-24}}</ref> | logo = | type code = | uniform type = | owner = [[NewzBin]]<ref>{{Cite web|url=http://everything.explained.at/NZB/|archive-url=https://web.archive.org/web/20130209223600/http://everything.explained.at/NZB/|url-status=dead|archive-date=2013-02-09|title=NZB explained|date=2013-02-09|accessdate=2020-01-24}}</ref> | latest release version = 1.1 | latest release date = {{Start date and age|2009|11|10}} | genre = [[Newsreader (Usenet)|Usenet]] extender | container for = | contained by = | extended from = [[XML]] | extended to = }} '''NZB''' is an [[XML]]-based file format for retrieving posts from [[NNTP]] ([[Usenet]]) servers.<ref>{{Cite web|url=http://www.techsono.com/usenet/faq/nzb|title=NZB Files Explained in Plain English|accessdate=2020-01-24}}</ref> The format was conceived by the developers of the [[NewzBin|Newzbin.com]] [[Usenet]] Index.<ref>{{Cite web|url=https://www.nzb.fi/2005/08/nzb-01-released/|title=nzb 0.1 Released Β« nzb|accessdate=2020-01-24}}</ref><ref>{{Cite web|url=http://powerpost.free.fr/|title=Power-Post-2000-A&A|website=powerpost.free.fr|accessdate=2020-01-24|date=2004-03-21}}</ref> NZB is effective when used with search-capable websites.<ref>{{Cite web|url=https://www.binaries4all.com/nzb/|title=Tutorial: What is NZB? What are NZB files? |website=Binaries4all Usenet Tutorials|accessdate=2020-01-24}}</ref> These websites create NZB files out of what is needed to be downloaded.<ref>{{Cite web|url=http://www.wisegeek.com/what-is-an-nzb-file.htm|title=What is an NZB File? (with picture)|website=wiseGEEK|accessdate=2020-01-24}}</ref> Using this concept, headers would not be downloaded hence the NZB method is quicker and more bandwidth-efficient than traditional methods.<ref>{{Cite web|url=http://newsleecher.com/forum/viewtopic.php?t=2503|title=Select download folder when using NZB?|website=NewsLeecher Forums|accessdate=2020-01-24|date=2004-09-11}}</ref> Each Usenet message has a [[unique identifier]] called the "[[Message-ID]]".<ref>{{Cite web|url=https://www.binaries4all.nl/nzb/|title=Handleiding: Wat zijn NZB-bestanden? Wat is NZB?|website=binaries4all.nl|accessdate=2020-01-24}}</ref> When a large file is posted to a Usenet newsgroup, it is usually divided into multiple messages (called segments or parts) each having its own Message-ID.<ref>{{Cite web|url=http://docs.newzbin.com/index.php?pagename=WhatIsAnNZBFile|archive-url=https://web.archive.org/web/20040504002459/http://docs.newzbin.com/index.php?pagename=WhatIsAnNZBFile|url-status=dead|archive-date=2004-05-04|title=NBDocs - What Is An NZB File|date=2004-05-04|accessdate=2020-01-24}}</ref> An NZB-capable Usenet client will read all needed Message-IDs from the NZB file, download them and decode the messages back into a binary file (usually using [[yEnc]] or [[Uuencode]]).<ref>{{Cite web|url=https://sourceforge.net/projects/nzb/files/nzb/0.1/|title=nzb - Browse /nzb/0.1 |website=SourceForge.net|accessdate=2020-01-24}}</ref> == File format example == The following is an example of an NZB 1.1 file.<ref>{{Cite web|url=https://metacpan.org/pod/release/CHRISN/WWW-Newzbin-0.03/lib/WWW/Newzbin.pm|title=WWW::Newzbin - Interface to Newzbin.com's Usenet index|website=metacpan.org|accessdate=2020-01-24}}</ref> <syntaxhighlight lang="xml"> <?xml version="1.0" encoding="iso-8859-1" ?> <!DOCTYPE nzb PUBLIC "-//newzBin//DTD NZB 1.1//EN" "http://www.newzbin.com/DTD/nzb/nzb-1.1.dtd"> <nzb xmlns="http://www.newzbin.com/DTD/2003/nzb"> <head> <meta type="title">Your File!</meta> <meta type="tag">Example</meta> </head> <file poster="Joe Bloggs <bloggs@nowhere.example>;" date="1071674882" subject="Here's your file! abc-mr2a.r01 (1/2)"> <groups> <group>alt.binaries.newzbin</group> <group>alt.binaries.mojo</group> </groups> <segments> <segment bytes="102394" number="1">123456789abcdef@news.newzbin.example.com</segment> <segment bytes="4501" number="2">987654321fedbca@news.newzbin.example.com</segment> </segments> </file> </nzb> </syntaxhighlight> == See also == {{Portal|Internet}} * [[Comparison of Usenet newsreaders]] == References == {{Reflist}} ==External links== <!-- Do NOT add links to NZB search engines here; Wikipedia is not a link directory. You can submit them to DMOZ instead --> * [https://www.newsgroupservers.net/usenet-basics/usenet-nzb-files/ How to use Usenet NZB Files] * [https://sabnzbd.org/wiki/extra/nzb-spec NZB file specification] * [https://usenetreviewz.com/nzb-sites/ NZB sites directory] {{Usenetnav}} [[Category:Usenet]] [[Category:XML]] [[Category:Computer file formats]] {{network-software-stub}}
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Cite web
(
edit
)
Template:Infobox file format
(
edit
)
Template:Network-software-stub
(
edit
)
Template:Portal
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)
Template:Usenetnav
(
edit
)