Moved: NZBGet to Downloaders

pull/222/head
TRaSH 3 years ago
parent 31729c865e
commit 5bf5049538

@ -4,7 +4,7 @@ nav:
- Sonarr
- Bazarr
- Notifiarr
- NZBGet
- Downloaders
- Plex
- Misc
- Hardlinks

@ -0,0 +1,7 @@
nav:
- Home: index.md
- NZBGet
- SABnzbd
- qBittorrent
- Deluge
- ruTorrent

@ -0,0 +1 @@
# Deluge Placeholder

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 55 KiB

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

@ -7,7 +7,7 @@ Cleans the NZB name by removing the retagged stuff (-Obfuscated, -postbox, etc).
??? example "Script"
```python
[[% filter indent(width=4) %]][[% include 'NZBGet/scripts/Clean/Clean.py' %]][[% endfilter %]]
[[% filter indent(width=4) %]][[% include 'Downloaders/NZBGet/scripts/Clean/Clean.py' %]][[% endfilter %]]
```
## [HashRenamer](HashRenamer/README.md)
@ -17,7 +17,7 @@ Renames hashed media files to match the source NZB.
??? example "Script"
```python
[[% filter indent(width=4) %]][[% include 'NZBGet/scripts/HashRenamer/HashRenamer.py' %]][[% endfilter %]]
[[% filter indent(width=4) %]][[% include 'Downloaders/NZBGet/scripts/HashRenamer/HashRenamer.py' %]][[% endfilter %]]
```
## [WtFnZb-Renamer](WtFnZb-Renamer/README.md)
@ -27,5 +27,5 @@ This extensions extracts obfuscated filenames from .nzb files
??? example "Script"
```python
[[% filter indent(width=4) %]][[% include 'NZBGet/scripts/WtFnZb-Renamer/WtFnZb-Renamer.py' %]][[% endfilter %]]
[[% filter indent(width=4) %]][[% include 'Downloaders/NZBGet/scripts/WtFnZb-Renamer/WtFnZb-Renamer.py' %]][[% endfilter %]]
```

@ -0,0 +1 @@
# SABnzbd Placeholder

@ -0,0 +1,27 @@
# Download Clients
Here you will find Guides for several Download Clients.
## Usenet Clients
### NZBGet
![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fnzbget%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5)
### SABnzbd
![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fsabnzbd%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5)
## Torrent Clients
### qBittorrent
![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fqbittorrent%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5)
### Deluge
![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fdeluge%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5)
### ruTorrent
![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fruotrrent%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5)

@ -0,0 +1 @@
# qBittorrent Placeholder

@ -0,0 +1 @@
# ruTorrent Placeholder

@ -60,6 +60,8 @@ plugins:
Misc/Discord-Notifier-Basic-Setup.md: Notifiarr/Quick-Start.md
Misc/Discord-Notifiarr-Setup.md: Notifiarr/Quick-Start.md
Misc/how-to-set-up-hardlinks-and-atomic-moves.md: Hardlinks/Hardlinks-and-Instant-Moves.md
NZBGet/How-to-setup-NZBGet.md: Downloaders/NZBGet/How-to-setup-NZBGet.md
NZBGet/scripts/index.md: Downloaders/NZBGet/scripts/index.md
hardlinks.md: Hardlinks/Hardlinks-and-Instant-Moves.md
hardlink.md: Hardlinks/Hardlinks-and-Instant-Moves.md
check-hardlinks.md: Hardlinks/Check-if-hardlinks-are-working.md

Loading…
Cancel
Save