diff --git a/Hardlinks/How-to-setup-for/Docker/index.html b/Hardlinks/How-to-setup-for/Docker/index.html index 501de98c0..c6af5b38d 100644 --- a/Hardlinks/How-to-setup-for/Docker/index.html +++ b/Hardlinks/How-to-setup-for/Docker/index.html @@ -2617,7 +2617,7 @@ You may choose to rely on DockSTARTer for various changes to your Docker system
For this example we're going to make use of a share called data
.
The data
folder has sub-folders for torrents
and usenet
and each of these have sub-folders for tv
, movie
, books
and music
downloads to keep things neat. The media
folder has nicely named TV
, Movies
, Books
and Music
sub-folders, this is your library and what you’d pass to Plex, Emby or JellyFin.
In this examples I'm using lower case on all folder on purpose, being Linux is case sensitive.
- +data
├── torrents
│ ├── books
@@ -2655,7 +2655,7 @@ You may choose to rely on DockSTARTer for various changes to your Docker system
Torrent clients
qBittorrent, Deluge, ruTorrent
The reason why we use /data/torrents
for the torrent client is because it only needs access to the torrent files. In the torrent software settings, you’ll need to reconfigure paths and you can sort into sub-folders like /data/torrents/{tv|movies|music}
.
-
+
data
└── torrents
├── books
@@ -2670,7 +2670,7 @@ You may choose to rely on DockSTARTer for various changes to your Docker system
Usenet clients
NZBGet or SABnzbd
The reason why we use /data/usenet
for the usenet client is because it only needs access to the usenet files. In the usenet software settings, you’ll need to reconfigure paths and you can sort into sub-folders like /data/usenet/complete/{tv|movies|music}
.
-
+
data
└── usenet
├── incomplete
@@ -2687,7 +2687,7 @@ You may choose to rely on DockSTARTer for various changes to your Docker system
The Starr Apps
Sonarr, Radarr, Readarr and Lidarr
Sonarr, Radarr, Readarr and Lidarr gets access to everything using /data
because the download folder(s) and media folder will look like and be one file system. Hardlinks will work and moves will be atomic, instead of copy + delete.
-
+
data
├── torrents
│ ├── books
@@ -2714,7 +2714,7 @@ You may choose to rely on DockSTARTer for various changes to your Docker system
Media Server
Plex, Emby, JellyFin and Bazarr
Plex, Emby, JellyFin and Bazarr only needs access to your media library using /data/media
, which can have any number of sub folders like Movies, Kids Movies, TV, Documentary TV and/or Music as sub folders.
-
+
data
└── media
├── movies
diff --git a/Hardlinks/How-to-setup-for/Native/index.html b/Hardlinks/How-to-setup-for/Native/index.html
index 329559734..7e793822f 100644
--- a/Hardlinks/How-to-setup-for/Native/index.html
+++ b/Hardlinks/How-to-setup-for/Native/index.html
@@ -2553,7 +2553,7 @@
For this example we're going to make use of a share called data
.
The data
folder has sub-folders for torrents
and usenet
and each of these have sub-folders for tv
, movie
, books
and music
downloads to keep things neat. The media
folder has nicely named TV
, Movies
, Books
and Music
sub-folders, this is your library and what you’d pass to Plex, Emby or JellyFin.
In this examples I'm using lower case on all folder on purpose, being Linux is case sensitive.
-
+
data
├── torrents
│ ├── books
@@ -2583,7 +2583,7 @@
Torrent clients
qBittorrent, Deluge, ruTorrent
The reason why we use /data/torrents
for the torrent client is because it only needs access to the torrent files. In the torrent software settings, you’ll need to reconfigure paths and you can sort into sub-folders like /data/torrents/{tv|movies|music}
.
-
+
data
└── torrents
├── books
@@ -2596,7 +2596,7 @@
Usenet clients
NZBGet or SABnzbd
The reason why we use /data/usenet
for the usenet client is because it only needs access to the usenet files. In the usenet software settings, you’ll need to reconfigure paths and you can sort into sub-folders like /data/usenet/complete/{tv|movies|music}
.
-
+
data
└── usenet
├── incomplete
@@ -2611,7 +2611,7 @@
The Starr Apps
Sonarr, Radarr, Readarr and Lidarr
Sonarr, Radarr, Readarr and Lidarr gets access to everything using /data
because the download folder(s) and media folder will look like and be one file system. Hardlinks will work and moves will be atomic, instead of copy + delete.
-
+
data
├── torrents
│ ├── books
@@ -2636,7 +2636,7 @@
Media Server
Plex, Emby, JellyFin and Bazarr
Plex, Emby, JellyFin and Bazarr only needs access to your media library using /data/media
, which can have any number of sub folders like Movies, Kids Movies, TV, Documentary TV and/or Music as sub folders.
-
+
data
└── media
├── movies
diff --git a/Hardlinks/How-to-setup-for/Synology/index.html b/Hardlinks/How-to-setup-for/Synology/index.html
index eb1ebd675..b653116c7 100644
--- a/Hardlinks/How-to-setup-for/Synology/index.html
+++ b/Hardlinks/How-to-setup-for/Synology/index.html
@@ -3062,7 +3062,7 @@ Remember these values for later use.
Torrent clients
qBittorrent, Deluge, ruTorrent
The reason why we use /data/torrents
for the torrent client is because it only needs access to the torrent files. In the torrent software settings, you’ll need to reconfigure paths and you can sort into sub-folders like /data/torrents/{tv|movies|music}
.
-
+
data
└── torrents
├── books
@@ -3077,7 +3077,7 @@ Remember these values for later use.
Usenet clients
NZBGet or SABnzbd
The reason why we use /data/usenet
for the usenet client is because it only needs access to the usenet files. In the usenet software settings, you’ll need to reconfigure paths and you can sort into sub-folders like /data/usenet/complete/{tv|movies|music}
.
-
+
data
└── usenet
├── incomplete
@@ -3094,7 +3094,7 @@ Remember these values for later use.
The Starr Apps
Sonarr, Radarr, Readarr and Lidarr
Sonarr, Radarr, Readarr and Lidarr gets access to everything using /data
because the download folder(s) and media folder will look like and be one file system. Hardlinks will work and moves will be atomic, instead of copy + delete.
-
+
data
├── torrents
│ ├── books
@@ -3121,7 +3121,7 @@ Remember these values for later use.
Media Server
Plex, Emby, JellyFin and Bazarr
Plex, Emby, JellyFin and Bazarr only needs access to your media library using /data/media
, which can have any number of sub folders like Movies, Kids Movies, TV, Documentary TV and/or Music as sub folders.
-
+
data
└── media
├── movies
diff --git a/requirements.txt b/requirements.txt
index 5b884e979..c5cdaad7d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,5 +5,5 @@ mkdocs-macros-plugin==1.0.2
mkdocs-material==9.1.21
mkdocs-minify-plugin==0.7.1
mkdocs-redirects==1.2.1
-mkdocs-include-markdown-plugin==4.0.4
+mkdocs-include-markdown-plugin==6.0.0
mkdocs-markdownextradata-plugin==0.2.5
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index f139de0f9..59bc5db6d 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,492 +2,492 @@
https://trash-guides.info/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/thnx/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Bazarr/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Bazarr/After-install-configuration/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Bazarr/Setup-Guide/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Bazarr/Tips/Bazarr-suggested-scoring/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Bazarr/scripts/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Downloaders/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Downloaders/Deluge/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Downloaders/Deluge/Basic-Setup/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Downloaders/Deluge/Port-Forwarding/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Downloaders/Deluge/Tips/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Downloaders/Deluge/Using-Labels/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Downloaders/NZBGet/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Downloaders/NZBGet/Basic-Setup/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Downloaders/NZBGet/Paths-and-Categories/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Downloaders/NZBGet/scripts/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Downloaders/SABnzbd/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Downloaders/SABnzbd/Basic-Setup/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Downloaders/SABnzbd/Paths-and-Categories/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Downloaders/SABnzbd/scripts/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Downloaders/qBittorrent/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Downloaders/qBittorrent/3rd-party-tools/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Downloaders/qBittorrent/Basic-Setup/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Downloaders/qBittorrent/How-to-add-categories/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Downloaders/qBittorrent/Paths/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Downloaders/qBittorrent/Port-forwarding/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Downloaders/ruTorrent/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Downloaders/ruTorrent/ruTorrent-Basic-Setup/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Guide-Sync/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Hardlinks/Check-if-hardlinks-are-working/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Hardlinks/Examples/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Hardlinks/Hardlinks-and-Instant-Moves/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Hardlinks/Replace-copies-with-hardlinks/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Hardlinks/How-to-setup-for/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Hardlinks/How-to-setup-for/Docker/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Hardlinks/How-to-setup-for/Dockstarter/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Hardlinks/How-to-setup-for/Native/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Hardlinks/How-to-setup-for/Synology/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Hardlinks/How-to-setup-for/TrueNAS-Core/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Hardlinks/How-to-setup-for/Unraid/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Misc/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Misc/How-to-setup-Torguard-for-port-forwarding/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Misc/how-to-provide-a-docker-compose/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Misc/x265-4k/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Plex/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Plex/Tips/4k-transcoding/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Plex/Tips/Optimal-plex-client-settings/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Plex/Tips/Plex-media-server/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Plex/profiles/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Prowlarr/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Prowlarr/prowlarr-setup-flaresolverr/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Prowlarr/prowlarr-setup-limited-api/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Prowlarr/prowlarr-setup-proxy/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Radarr/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Radarr/Radarr-Quality-Settings-File-Size/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Radarr/Radarr-collection-of-custom-formats/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Radarr/Radarr-how-to-update-custom-formats/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Radarr/Radarr-import-custom-formats/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Radarr/Radarr-recommended-naming-scheme/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Radarr/Radarr-remote-path-mapping/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Radarr/radarr-setup-quality-profiles-anime/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Radarr/radarr-setup-quality-profiles-french-en/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Radarr/radarr-setup-quality-profiles-french-fr/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Radarr/radarr-setup-quality-profiles/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Radarr/Tips/How-to-setup-language-custom-formats/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Radarr/Tips/Merge-quality/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Radarr/Tips/Radarr-rename-your-folders/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Radarr/Tips/Radarr-show-unknown-movie-items/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Radarr/Tips/Sync-2-radarr-sonarr/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Recyclarr/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Recyclarr/recyclarr-configs-sqp/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Recyclarr/recyclarr-configs/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/SQP/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/SQP/1-4k/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/SQP/1/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/SQP/2/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/SQP/3/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/SQP/4/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/SQP/5/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Sonarr/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Sonarr/Sonarr-Quality-Settings-File-Size/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Sonarr/Sonarr-Release-Profile-RegEx-Anime/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Sonarr/Sonarr-Release-Profile-RegEx/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Sonarr/Sonarr-recommended-naming-scheme/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Sonarr/Sonarr-remote-path-mapping/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Sonarr/sonarr-collection-of-custom-formats/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Sonarr/sonarr-how-to-update-custom-formats/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Sonarr/sonarr-import-custom-formats/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles-anime/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles-french-en/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles-french-fr/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Sonarr/Tips/How-to-setup-language-custom-formats/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Sonarr/Tips/Merge-quality/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/Sonarr/Tips/Sync-2-radarr-sonarr/
- 2023-08-27
+ 2023-08-30
daily
https://trash-guides.info/recyclarr-configs/
- 2023-08-27
+ 2023-08-30
daily
\ No newline at end of file
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index e35379f37..feb989ecf 100644
Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ