diff --git a/docs/Downloaders/Deluge/Deluge-Basic-Setup.md b/docs/Downloaders/Deluge/Deluge-Basic-Setup.md index d165d9715..5ed078998 100644 --- a/docs/Downloaders/Deluge/Deluge-Basic-Setup.md +++ b/docs/Downloaders/Deluge/Deluge-Basic-Setup.md @@ -1,18 +1,6 @@ # Deluge - Basic Setup -This basic example is based on the use of docker images - -!!! note "" - Keep in mind I've setup my paths so it works with hardlinks and you get instant moves. - -!!! attention "" - The default path setup recommended by some docker developers that encourages people to use mounts like `/movies`, `/tv` and `/downloads` is very suboptimal. It is the easiest way to get started. While easy to use, it has a major drawback. Mainly losing the ability to hardlink or instant move. - - But you're able to change this, by not using the pre-defined/recommended paths like: - - - `/downloads` => `/data/downloads` - - `/movies` => `/data/media/movies` - - `/tv` => `/data/media/tv`. +--8<-- "includes/downloaders/basic-setup.md" ------ diff --git a/docs/Downloaders/NZBGet/Basic-Setup.md b/docs/Downloaders/NZBGet/Basic-Setup.md index be45cc6fa..610094e78 100644 --- a/docs/Downloaders/NZBGet/Basic-Setup.md +++ b/docs/Downloaders/NZBGet/Basic-Setup.md @@ -1,20 +1,6 @@ # NZBGet - Basic Setup -This basic example is based on the use of docker images - -!!! tip "" - Keep in mind the path are setup so it works with hardlinks and instant moves. - - More info [HERE](/Hardlinks/Hardlinks-and-Instant-Moves/){:target="_blank" rel="noopener noreferrer"} - -!!! attention "" - The default path setup recommended by some docker developers that encourages people to use mounts like `/movies`, `/tv` and `/downloads` is very suboptimal. It is the easiest way to get started. While easy to use, it has a major drawback. Mainly losing the ability to hardlink or instant move. - - But you're able to change this, by not using the pre-defined/recommended paths like: - - - `/downloads` => `/data/downloads` - - `/movies` => `/data/media/movies` - - `/tv` => `/data/media/tv`. +--8<-- "includes/downloaders/basic-setup.md" ------ diff --git a/docs/Downloaders/SABnzbd/Basic-Setup.md b/docs/Downloaders/SABnzbd/Basic-Setup.md index aafd8ee7f..a2b5f2aa2 100644 --- a/docs/Downloaders/SABnzbd/Basic-Setup.md +++ b/docs/Downloaders/SABnzbd/Basic-Setup.md @@ -1,20 +1,6 @@ # SABnzbd - Basic Setup -This basic example is based on the use of docker images - -!!! tip "" - Keep in mind the path are setup so it works with hardlinks and instant moves. - - More info [HERE](/Hardlinks/Hardlinks-and-Instant-Moves/){:target="_blank" rel="noopener noreferrer"} - -!!! attention "" - The default path setup recommended by some docker developers that encourages people to use mounts like `/movies`, `/tv` and `/downloads` is very suboptimal. It is the easiest way to get started. While easy to use, it has a major drawback. Mainly losing the ability to hardlink or instant move. - - But you're able to change this, by not using the pre-defined/recommended paths like: - - - `/downloads` => `/data/downloads` - - `/movies` => `/data/media/movies` - - `/tv` => `/data/media/tv`. +--8<-- "includes/downloaders/basic-setup.md" ------ diff --git a/docs/Downloaders/qBittorrent/Basic-Setup.md b/docs/Downloaders/qBittorrent/Basic-Setup.md index 2a55eb96d..7d3238766 100644 --- a/docs/Downloaders/qBittorrent/Basic-Setup.md +++ b/docs/Downloaders/qBittorrent/Basic-Setup.md @@ -1,20 +1,6 @@ # qBittorrent - Basic Setup -This basic example is based on the use of docker images - -!!! tip "" - Keep in mind the path are setup so it works with hardlinks and instant moves. - - More info [HERE](/Hardlinks/Hardlinks-and-Instant-Moves/){:target="_blank" rel="noopener noreferrer"} - -!!! attention "" - The default path setup recommended by some docker developers that encourages people to use mounts like `/movies`, `/tv` and `/downloads` is very suboptimal. It is the easiest way to get started. While easy to use, it has a major drawback. Mainly losing the ability to hardlink or instant move. - - But you're able to change this, by not using the pre-defined/recommended paths like: - - - `/downloads` => `/data/downloads` - - `/movies` => `/data/media/movies` - - `/tv` => `/data/media/tv`. +--8<-- "includes/downloaders/basic-setup.md" ------ diff --git a/docs/Downloaders/ruTorrent/ruTorrent-Basic-Setup.md b/docs/Downloaders/ruTorrent/ruTorrent-Basic-Setup.md index 88e0c860d..8b4eab9df 100644 --- a/docs/Downloaders/ruTorrent/ruTorrent-Basic-Setup.md +++ b/docs/Downloaders/ruTorrent/ruTorrent-Basic-Setup.md @@ -1,18 +1,6 @@ # ruTorrent - Basic Setup -This basic example is based on the use of docker images - -!!! note "" - Keep in mind I've setup my paths so it works with hardlinks and you get instant moves. - -!!! attention "" - The default path setup recommended by some docker developers that encourages people to use mounts like `/movies`, `/tv` and `/downloads` is very suboptimal. It is the easiest way to get started. While easy to use, it has a major drawback. Mainly losing the ability to hardlink or instant move. - - But you're able to change this, by not using the pre-defined/recommended paths like: - - - `/downloads` => `/data/downloads` - - `/movies` => `/data/media/movies` - - `/tv` => `/data/media/tv`. +--8<-- "includes/downloaders/basic-setup.md" ------ diff --git a/includes/downloaders/basic-setup.md b/includes/downloaders/basic-setup.md new file mode 100644 index 000000000..12d2401d7 --- /dev/null +++ b/includes/downloaders/basic-setup.md @@ -0,0 +1,17 @@ +# + +This basic example is based on the use of docker images + +!!! tip "" + Keep in mind the path are setup so it works with hardlinks and instant moves. + + More info [HERE](/Hardlinks/Hardlinks-and-Instant-Moves/){:target="_blank" rel="noopener noreferrer"} + +!!! attention "" + The default path setup recommended by some docker developers that encourages people to use mounts like `/movies`, `/tv` and `/downloads` is very suboptimal. It is the easiest way to get started. While easy to use, it has a major drawback. Mainly losing the ability to hardlink or instant move. + + But you're able to change this, by not using the pre-defined/recommended paths like: + + - `/downloads` => `/data/downloads` + - `/movies` => `/data/media/movies` + - `/tv` => `/data/media/tv`.