Skip to content

tamentis/nzbsort

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

nzbsort - unix-style nzb sorter

Sort your NZB files alphabetically before downloading them. This will allow you to stream/uncompress the files in the right order and possibly pipe the output to a media player.

This tool was designed to be simple and work with stdin/stdout. Here are a few examples, all doing the same thing:

$ nzbsort < original.nzb > output.nzb
$ nzbsort original.nzb > output.nzb
$ cat original.nzb | nzbsort > output.nzb

The output XML is ugly but hey, it's XML, news reader don't give a shit.

About

Small Python tool to sort an NZB file by subject (files) alphabetically. This comes in handy if you want to pipe the files in order as they come.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages