Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 2, 2020 12:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/d0984b0546ce80c284de3155d1229500 to your computer and use it in GitHub Desktop.
Save r-ryantm/d0984b0546ce80c284de3155d1229500 to your computer and use it in GitHub Desktop.
/nix/store/f86ji4bw337mag4gmfbqd7pxjalhpmdk-sabnzbd-3.0.0
├── ABOUT.txt
├── appveyor.yml
├── bin
│   └── sabnzbd
├── COPYRIGHT.txt
├── email
│   ├── badfetch-en.tmpl
│   ├── email-en.tmpl
│   └── rss-en.tmpl
├── GPL2.txt
├── GPL3.txt
├── icons
│   ├── logo-arrow_gray.svg
│   ├── logo-arrow_green.svg
│   ├── logo-arrow.svg
│   ├── nzb.ico
│   ├── sabnzbd16_32green.ico
│   ├── sabnzbd16_32.ico
│   ├── sabnzbd16_32paused.ico
│   ├── sabnzbd.ico
│   ├── sabnzbd_osx_clicked.tiff
│   ├── sabnzbd_osx_idle.tiff
│   └── sabnzbd_osx_pause.tiff
├── INSTALL.txt
├── interfaces
│   ├── Config
│   │   ├── README.txt
│   │   └── templates
│   │   ├── config_cat.tmpl
│   │   ├── config_folders.tmpl
│   │   ├── config_general.tmpl
│   │   ├── config_notify.tmpl
│   │   ├── config_rss.tmpl
│   │   ├── config_scheduling.tmpl
│   │   ├── config_server.tmpl
│   │   ├── config_sorting.tmpl
│   │   ├── config_special.tmpl
│   │   ├── config_switches.tmpl
│   │   ├── config.tmpl
│   │   ├── _inc_footer_uc.tmpl
│   │   ├── _inc_header_uc.tmpl
│   │   ├── login
│   │   │   └── main.tmpl
│   │   ├── main.tmpl
│   │   └── staticcfg
│   │   ├── bootstrap
│   │   │   ├── css
│   │   │   │   └── bootstrap.min.css
│   │   │   ├── fonts
│   │   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   │   └── glyphicons-halflings-regular.ttf
│   │   │   └── js
│   │   │   └── bootstrap.min.js
│   │   ├── css
│   │   │   ├── chartist.min.css
│   │   │   ├── login.css
│   │   │   └── style.css
│   │   ├── ico
│   │   │   ├── android-192x192.png
│   │   │   ├── apple-touch-icon-120x120-precomposed.png
│   │   │   ├── apple-touch-icon-152x152-precomposed.png
│   │   │   ├── apple-touch-icon-180x180-precomposed.png
│   │   │   ├── apple-touch-icon-76x76-precomposed.png
│   │   │   ├── favicon.ico
│   │   │   ├── faviconpaused.ico
│   │   │   └── safari-pinned-tab.svg
│   │   ├── images
│   │   │   ├── logo-arrow.svg
│   │   │   ├── logo-full.svg
│   │   │   └── logo-small.svg
│   │   └── js
│   │   ├── chartist.min.js
│   │   ├── filesize.min.js
│   │   ├── jquery-3.5.1.min.js
│   │   ├── jquery.tablesort.min.js
│   │   ├── jquery-ui.min.js
│   │   └── script.js
│   ├── Glitter
│   │   ├── licenses
│   │   │   ├── LICENSE-Apache.txt
│   │   │   ├── LICENSE-CC.txt
│   │   │   └── LICENSE-MIT.txt
│   │   └── templates
│   │   ├── history.tmpl
│   │   ├── include_history.tmpl
│   │   ├── include_menu.tmpl
│   │   ├── include_messages.tmpl
│   │   ├── include_overlays.tmpl
│   │   ├── include_queue.tmpl
│   │   ├── main.tmpl
│   │   ├── nzo.tmpl
│   │   ├── queue.tmpl
│   │   ├── static
│   │   │   ├── bootstrap
│   │   │   │   ├── css
│   │   │   │   │   └── bootstrap.min.css
│   │   │   │   ├── fonts
│   │   │   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   │   │   └── glyphicons-halflings-regular.ttf
│   │   │   │   └── js
│   │   │   │   └── bootstrap.min.js
│   │   │   ├── javascripts
│   │   │   │   ├── date.min.js
│   │   │   │   ├── glitter.basic.js
│   │   │   │   ├── glitter.filelist.pagination.js
│   │   │   │   ├── glitter.history.js
│   │   │   │   ├── glitter.js
│   │   │   │   ├── glitter.main.js
│   │   │   │   ├── glitter.queue.js
│   │   │   │   ├── jquery-3.5.1.min.js
│   │   │   │   ├── jquery.peity.min.js
│   │   │   │   ├── jquery-ui.min.js
│   │   │   │   ├── knockout-3.5.1.min.js
│   │   │   │   ├── knockout-extensions.js
│   │   │   │   ├── moment-2.26.0.min.js
│   │   │   │   └── momentjs_locale
│   │   │   │   ├── da.js
│   │   │   │   ├── de.js
│   │   │   │   ├── es.js
│   │   │   │   ├── fi.js
│   │   │   │   ├── fr.js
│   │   │   │   ├── he.js
│   │   │   │   ├── nb.js
│   │   │   │   ├── nl.js
│   │   │   │   ├── pl.js
│   │   │   │   ├── pt-br.js
│   │   │   │   ├── ro.js
│   │   │   │   ├── ru.js
│   │   │   │   ├── sr.js
│   │   │   │   ├── sv.js
│   │   │   │   └── zh-cn.js
│   │   │   └── stylesheets
│   │   │   ├── colorschemes
│   │   │   │   ├── Default.css
│   │   │   │   └── Night.css
│   │   │   ├── glitter.css
│   │   │   └── glitter.mobile.css
│   │   └── status.tmpl
│   ├── Plush
│   │   ├── licenses
│   │   │   ├── LICENSE-BSD.txt
│   │   │   ├── LICENSE-CC.txt
│   │   │   ├── LICENSE-GPL3.txt
│   │   │   ├── LICENSE-GPL.txt
│   │   │   ├── LICENSE-LGPL.txt
│   │   │   ├── LICENSE-MIT.txt
│   │   │   └── LICENSE-WebToolkit.txt
│   │   ├── README.txt
│   │   └── templates
│   │   ├── history.tmpl
│   │   ├── _inc_footer.tmpl
│   │   ├── _inc_header.tmpl
│   │   ├── _inc_modals.tmpl
│   │   ├── main.tmpl
│   │   ├── nzo.tmpl
│   │   ├── queue.tmpl
│   │   ├── static
│   │   │   ├── javascripts
│   │   │   │   ├── config.js
│   │   │   │   ├── lib.js
│   │   │   │   └── plush.js
│   │   │   └── stylesheets
│   │   │   ├── colorschemes
│   │   │   │   └── gold
│   │   │   │   ├── gold.css
│   │   │   │   ├── images
│   │   │   │   │   ├── colorbox-border.png
│   │   │   │   │   ├── colorbox-controls.png
│   │   │   │   │   ├── loading-bar.gif
│   │   │   │   │   ├── loading-spinner.gif
│   │   │   │   │   ├── nav
│   │   │   │   │   │   ├── addnzb-grey.png
│   │   │   │   │   │   ├── addnzb.png
│   │   │   │   │   │   ├── config.png
│   │   │   │   │   │   ├── connections-grey.png
│   │   │   │   │   │   ├── connections.png
│   │   │   │   │   │   ├── downloads-grey.png
│   │   │   │   │   │   ├── downloads.png
│   │   │   │   │   │   ├── help-grey.png
│   │   │   │   │   │   ├── help.png
│   │   │   │   │   │   ├── options.png
│   │   │   │   │   │   ├── refresh-grey.png
│   │   │   │   │   │   ├── refresh.png
│   │   │   │   │   │   ├── rss-grey.png
│   │   │   │   │   │   └── rss.png
│   │   │   │   │   ├── sound16.png
│   │   │   │   │   ├── sprite-config.png
│   │   │   │   │   ├── sprite-main.png
│   │   │   │   │   ├── sprite-tilex.png
│   │   │   │   │   ├── sprite-tiley.png
│   │   │   │   │   ├── thumbdown20.png
│   │   │   │   │   ├── thumbup20.png
│   │   │   │   │   └── vision16.png
│   │   │   │   └── images-split.tar.gz
│   │   │   ├── jqueryui
│   │   │   │   └── overcast
│   │   │   │   ├── images
│   │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   │   ├── ui-bg_flat_0_eeeeee_40x100.png
│   │   │   │   │   ├── ui-bg_flat_55_c0402a_40x100.png
│   │   │   │   │   ├── ui-bg_flat_55_eeeeee_40x100.png
│   │   │   │   │   ├── ui-bg_glass_100_f8f8f8_1x400.png
│   │   │   │   │   ├── ui-bg_glass_35_dddddd_1x400.png
│   │   │   │   │   ├── ui-bg_glass_60_eeeeee_1x400.png
│   │   │   │   │   ├── ui-bg_inset-hard_75_999999_1x100.png
│   │   │   │   │   ├── ui-bg_inset-soft_50_c9c9c9_1x100.png
│   │   │   │   │   ├── ui-icons_3383bb_256x240.png
│   │   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │   │   │   ├── ui-icons_70b2e1_256x240.png
│   │   │   │   │   ├── ui-icons_999999_256x240.png
│   │   │   │   │   └── ui-icons_fbc856_256x240.png
│   │   │   │   └── jquery-ui-1.8.15.custom.css
│   │   │   └── rateit
│   │   │   ├── delete.gif
│   │   │   ├── rateit.css
│   │   │   └── star.gif
│   │   └── status.tmpl
│   └── wizard
│   ├── inc_bottom.tmpl
│   ├── inc_top.tmpl
│   ├── index.html
│   ├── one.html
│   ├── README.TXT
│   ├── static
│   │   ├── javascript
│   │   │   └── checkserver.js
│   │   └── style.css
│   └── two.html
├── ISSUES.txt
├── licenses
│   ├── License-kronos.txt
│   ├── License-pybonjour.txt
│   ├── License-pynewsleecher.txt
│   ├── License-PythonParts.txt
│   ├── License-Python.txt
│   ├── License-rarfile.txt
│   └── License-systrayicon.txt
├── LICENSE.txt
├── linux
│   └── sabnzbd@.service
├── osx
│   ├── 7zip
│   │   ├── 7za
│   │   └── License.txt
│   ├── par2
│   │   ├── LICENSE
│   │   └── par2-sl64
│   └── unrar
│   ├── license.txt
│   └── unrar
├── PKG-INFO
├── po
│   ├── email
│   │   ├── da.po
│   │   ├── de.po
│   │   ├── en.po
│   │   ├── es.po
│   │   ├── fi.po
│   │   ├── fr.po
│   │   ├── he.po
│   │   ├── nb.po
│   │   ├── nl.po
│   │   ├── pl.po
│   │   ├── pt_BR.po
│   │   ├── ro.po
│   │   ├── ru.po
│   │   ├── SABemail.pot
│   │   ├── sr.po
│   │   ├── sv.po
│   │   └── zh_CN.po
│   ├── main
│   │   ├── da.po
│   │   ├── de.po
│   │   ├── en.po
│   │   ├── es.po
│   │   ├── fi.po
│   │   ├── fr.po
│   │   ├── he.po
│   │   ├── nb.po
│   │   ├── nl.po
│   │   ├── pl.po
│   │   ├── pt_BR.po
│   │   ├── ro.po
│   │   ├── ru.po
│   │   ├── SABnzbd.pot
│   │   ├── sr.po
│   │   ├── sv.po
│   │   └── zh_CN.po
│   └── nsis
│   ├── da.po
│   ├── de.po
│   ├── en.po
│   ├── es.po
│   ├── fi.po
│   ├── fr.po
│   ├── he.po
│   ├── nb.po
│   ├── nl.po
│   ├── pl.po
│   ├── pt_BR.po
│   ├── ro.po
│   ├── ru.po
│   ├── SABnsis.pot
│   ├── sr.po
│   ├── sv.po
│   └── zh_CN.po
├── portable.cmd
├── README.md
├── README.mkd
├── requirements.txt
├── sabnzbd
│   ├── api.py
│   ├── articlecache.py
│   ├── assembler.py
│   ├── bpsmeter.py
│   ├── cfg.py
│   ├── config.py
│   ├── constants.py
│   ├── database.py
│   ├── decoder.py
│   ├── decorators.py
│   ├── directunpacker.py
│   ├── dirscanner.py
│   ├── downloader.py
│   ├── emailer.py
│   ├── encoding.py
│   ├── filesystem.py
│   ├── getipaddress.py
│   ├── __init__.py
│   ├── interface.py
│   ├── lang.py
│   ├── misc.py
│   ├── newsunpack.py
│   ├── newswrapper.py
│   ├── notifier.py
│   ├── nzbparser.py
│   ├── nzbqueue.py
│   ├── nzbstuff.py
│   ├── osxmenu.py
│   ├── panic.py
│   ├── par2file.py
│   ├── postproc.py
│   ├── powersup.py
│   ├── rating.py
│   ├── rss.py
│   ├── sabtraylinux.py
│   ├── sabtray.py
│   ├── scheduler.py
│   ├── skintext.py
│   ├── sorting.py
│   ├── urlgrabber.py
│   ├── utils
│   │   ├── apireg.py
│   │   ├── certgen.py
│   │   ├── checkdir.py
│   │   ├── diskspeed.py
│   │   ├── getperformance.py
│   │   ├── happyeyeballs.py
│   │   ├── __init__.py
│   │   ├── internetspeed.py
│   │   ├── kronos.py
│   │   ├── pathbrowser.py
│   │   ├── pybonjour.py
│   │   ├── pystone.py
│   │   ├── rarfile.py
│   │   ├── rarvolinfo.py
│   │   ├── servertests.py
│   │   ├── sleepless.py
│   │   └── systrayiconthread.py
│   ├── version.py
│   └── zconfig.py
├── SABnzbd.py
├── scripts
│   ├── Deobfuscate.py
│   ├── Sample-PostProc.cmd
│   ├── Sample-PostProc.py
│   └── Sample-PostProc.sh
├── snap
│   └── snapcraft.yaml
├── tests
│   ├── conftest.py
│   ├── data
│   │   ├── basic_rar5
│   │   │   └── testfile.rar
│   │   ├── good_sfv_unicode.sfv
│   │   ├── obfuscated_but_no_rar
│   │   │   ├── 39cec468-cebc-411d-8494-ccb0c5b2158e
│   │   │   ├── 5b331515-eb3b-495c-a9b6-76983dc02998
│   │   │   ├── 71287e2e-988a-4f8b-8fb2-5b1a23d1e89b
│   │   │   ├── 7fc582cf-b0c2-4c13-a7f0-6edff299a4d5
│   │   │   ├── 884f0030-b10f-40db-b9b7-ea757acd93d0
│   │   │   └── bf641bb5-d0d2-4914-8418-fb13d5c3a685
│   │   ├── obfuscated_single_rar_set
│   │   │   ├── 0f32e539-81a6-4549-9695-50603ba11f14
│   │   │   ├── 92cc040f-819d-400b-aa66-f2de205b06bb
│   │   │   ├── 9ca69bfe-907a-4693-b1af-a149e65f098d
│   │   │   ├── b0bec2e0-67ab-4440-b654-b1847ba9c1c1
│   │   │   ├── b6b06ef8-0af5-41fe-8901-f6e5d810f5e9
│   │   │   ├── cf4281a2-01a4-4399-bf57-066a73cd9b74
│   │   │   └── f40bf22a-fe69-4b41-ab4c-5ef728a6e162
│   │   ├── obfuscated_two_rar_sets
│   │   │   ├── 1f34e542-0a5a-4a7e-81d3-9726c24bb3fd
│   │   │   ├── 3b7d77bc-b95d-45b9-bb25-22b156d4ffef
│   │   │   ├── 3d2d4cc9-529c-4a7b-91a0-67e3e0ddb2b8
│   │   │   ├── 686e730b-87c6-42ff-af52-3d6a32d449fc
│   │   │   ├── 6bc6ba71-f563-4b85-af93-1f04e36671e7
│   │   │   ├── 70629f48-11bd-4b1e-b1ee-2b1c902d6069
│   │   │   ├── 790f7aa9-0e93-43f9-ad05-81394f02072b
│   │   │   ├── 79e1de93-f1ed-4ec8-ad69-484038a8d626
│   │   │   ├── 8aab6897-3810-47fb-aa69-8bf36ee70081
│   │   │   ├── aaffd55d-5282-4497-a52e-894181dd7531
│   │   │   ├── c2bfeeb1-a0b6-47d2-be35-50328927c1ae
│   │   │   ├── c92aa713-1eac-405e-8b64-448485eefe45
│   │   │   ├── d266818f-83f9-45af-a6dd-44e7194a66dc
│   │   │   ├── e819d66d-ccb1-409d-8794-51205742fb1d
│   │   │   ├── f5b9482f-dff3-433e-ac55-ed48fc8fc02f
│   │   │   └── f62c18e6-56fb-4758-b499-edac3988fc6a
│   │   ├── one_line.sfv
│   │   ├── only_comments.sfv
│   │   ├── random.bin
│   │   ├── sabnzbd.basic.ini
│   │   ├── test_7zip
│   │   │   └── testfile.7z
│   │   ├── test_passworded{{secret}}
│   │   │   └── passworded-file.rar
│   │   ├── test_win_unicode
│   │   │   ├── frènch_german_demö.rar
│   │   │   ├── frènch_german_demö.rar.par2
│   │   │   └── frènch_german_demö.rar.vol0+1.PAR2
│   │   ├── test_zip
│   │   │   └── testfile.zip
│   │   └── unicode_rar
│   │   ├── 我喜欢编程.par2
│   │   ├── 我喜欢编程.part1.rar
│   │   ├── 我喜欢编程.part2.rar
│   │   ├── 我喜欢编程.part3.rar
│   │   ├── 我喜欢编程.part4.rar
│   │   ├── 我喜欢编程.part5.rar
│   │   ├── 我喜欢编程.part6.rar
│   │   ├── 我喜欢编程.part7.rar
│   │   ├── 我喜欢编程.vol00+01.par2
│   │   ├── 我喜欢编程.vol01+02.par2
│   │   ├── 我喜欢编程.vol03+04.par2
│   │   └── 我喜欢编程.vol07+01.par2
│   ├── __init__.py
│   ├── requirements.txt
│   ├── sabnews.py
│   ├── test_config.py
│   ├── test_encoding.py
│   ├── test_filesystem.py
│   ├── test_functional_config.py
│   ├── test_functional_downloads.py
│   ├── test_functional_misc.py
│   ├── test_getipaddress.py
│   ├── testhelper.py
│   ├── test_misc.py
│   ├── test_newsunpack.py
│   ├── test_postproc.py
│   ├── test_rss.py
│   ├── test_urlgrabber.py
│   ├── test_utils
│   │   ├── __init__.py
│   │   ├── test_cert_gen.py
│   │   ├── test_diskspeed.py
│   │   ├── test_happyeyeballs.py
│   │   ├── test_internetspeed.py
│   │   ├── test_pystone.py
│   │   └── test_sleepless.py
│   └── test_win_utils.py
├── tools
│   ├── extract_pot.py
│   ├── make_mo.py
│   ├── msgfmt.py
│   └── pygettext.py
└── win
├── 7zip
│   ├── 7za.exe
│   └── license.txt
├── multipar
│   ├── GPL2.txt
│   ├── par2j64.exe
│   ├── par2j.exe
│   └── README_MultiPar.txt
└── unrar
├── license.txt
├── UnRAR.exe
└── x64
├── license.txt
└── UnRAR.exe
77 directories, 414 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment