diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2cda542e6..abd99f592 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,7 +3,6 @@ name: Lint on: [push, pull_request] jobs: - editorconfig-checker: runs-on: ubuntu-latest steps: @@ -18,7 +17,7 @@ jobs: - uses: actions/checkout@v2.3.3 - name: markdownlint run: | - find ~+ ${github_workspace} -name '*.md' | xargs docker run --rm -v ${GITHUB_WORKSPACE}:${GITHUB_WORKSPACE} markdownlint/markdownlint -r ~MD013,~MD033,~MD034 + find ~+ ${github_workspace} -name '*.md' | xargs docker run --rm -v ${GITHUB_WORKSPACE}:${GITHUB_WORKSPACE} markdownlint/markdownlint -r ~MD013,~MD033,~MD034,~MD046 yamllint: runs-on: ubuntu-latest diff --git a/DONATE.md b/DONATE.md new file mode 100644 index 000000000..066696ea4 --- /dev/null +++ b/DONATE.md @@ -0,0 +1,13 @@ +# Donations + +[![paypal](https://raw.githubusercontent.com/TRaSH-/Tutorials-FAQ/master/images/coffee-paypal.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=P95QYT5662VLN"){:target="_blank"} + +![QR-code](https://raw.githubusercontent.com/TRaSH-/Tutorials-FAQ/master/images/QR-code-US.png) In $ (Dollars) + +![QR-code](https://raw.githubusercontent.com/TRaSH-/Tutorials-FAQ/master/images/QR-code-EU.png) In € (Euro's) + +BTC: 1NHah2JR6E5GYZrzX7mf1hJJrnVZTGhjbP + +![QR-code](https://raw.githubusercontent.com/TRaSH-/Tutorials-FAQ/master/images/QR-code-BTC.png) + +[**Use my VPN Referal link to get 50% off with TorGuard**](https://trash-.github.io/Tutorials-FAQ/Misc/How-to-setup-Torguard-for-port-forwarding/) \ No newline at end of file diff --git a/README.md b/README.md index 3dd52c179..d661c550f 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,3 @@ -# Here you will find a collection of Setup Guides, Tips and Scripts that I've made/collected. +# Here you will find a collection of Setup Guides, Tips and Scripts that I've made/collected -Mainly for Sonarr/Radarr/Bazarr. -Including what's related to it. - ------- - -The information I use for the tutorials/guides is information I gathered from different sources like there support forum, Reddit or Discord. -Provided by user input or from the develop team it self. -Most things I tested myself and tried to see if I could tune them a bit more to my needs and sometimes even for others. - -If you have suggestions, requests or just want to leave some feedback please use the `issues` tracker on the top. - ------- - -*Everything here you use on your own risk I won't be hold responsible if something happens to your collection!* - -## Like what I do and want to Support me - -[![paypal](images/coffee-paypal.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=P95QYT5662VLN"){:target="_blank"} - -![QR-code](images/QR-code-US.png) In $ (Dollars) - -![QR-code](images/QR-code-EU.png) In € (Euro's) - -BTC: 1NHah2JR6E5GYZrzX7mf1hJJrnVZTGhjbP - -![QR-code](images/QR-code-BTC.png) - -[**Use my VPN Referal link to get 50% off with TorGuard**](https://trash-.github.io/Tutorials-FAQ/Misc/How-to-setup-Torguard-for-port-forwarding/) +I have switched to mkdocks, sorry if I broke your links. The same content is available here: [trash-.github.io/Tutorials-FAQ](https://trash-.github.io/Tutorials-FAQ/) diff --git a/docs/Misc/How-to-setup-Torguard-for-port-forwarding.md b/docs/Misc/How-to-setup-Torguard-for-port-forwarding.md index 6a221228c..c7f8258a5 100644 --- a/docs/Misc/How-to-setup-Torguard-for-port-forwarding.md +++ b/docs/Misc/How-to-setup-Torguard-for-port-forwarding.md @@ -51,13 +51,13 @@ Then click on `Manage` and select `Request Port Forward`. ![request status](images/req_port_status.png) 1. That's the `IP` we found earlier. -2. Select `UDP`. -3. Select a `Port/Auth` I personally use `995|SHA1`. -4. Select the `Protocol` `TCP`. -5. I suggest to use a high `Port` number 10.000+ or a game port you don't use, don't use the default torrent ports 6881- 6889 +1. Select `UDP`. +1. Select a `Port/Auth` I personally use `995|SHA1`. +1. Select the `Protocol` `TCP`. +1. I suggest to use a high `Port` number 10.000+ or a game port you don't use, don't use the default torrent ports 6881- 6889 (This is also the port you will use in your torrent client). -6. Click on the `+` sign and do the same with the `UDP` `Protocol`. -7. Then click on `Submit Request`. +1. Click on the `+` sign and do the same with the `UDP` `Protocol`. +1. Then click on `Submit Request`. ![submit request](images/port_submit.png) @@ -74,14 +74,14 @@ Go to [My Account > Tools > OpenVPN Config Generator](https://torguard.net/tgcon ![info](images/info.png) 1. Choose the OS you want to use the .ovpn for. -2. Choose `Custom`. -3. Put in the `IP` we got earlier and used for the port forwarding. -4. Choose `UDP`. -5. Choose `995|SHA1` or what you selected during the port forwarding. -6. Choose `AES-128-GCM`. -7. Choose `2.4 and above`. -8. Check `Require TLS 1.2` -9. Click on `Generate Config` +1. Choose `Custom`. +1. Put in the `IP` we got earlier and used for the port forwarding. +1. Choose `UDP`. +1. Choose `995|SHA1` or what you selected during the port forwarding. +1. Choose `AES-128-GCM`. +1. Choose `2.4 and above`. +1. Check `Require TLS 1.2` +1. Click on `Generate Config` Now you will download a .ovpn file with a random number. This .ovpn file you place in the openvpn folder of your VPN torrent client. diff --git a/docs/Misc/x265-4k.md b/docs/Misc/x265-4k.md index ee5f03924..f18b0eec6 100644 --- a/docs/Misc/x265-4k.md +++ b/docs/Misc/x265-4k.md @@ -25,7 +25,7 @@ Luckily someone else on Discord described it nice and correctly in my opinion. [4k, transcoding, and you - aka the rules of 4k - a FAQ](https://forums.plex.tv/t/plex-4k-transcoding-and-you-aka-the-rules-of-4k-a-faq/378203){:target="_blank"} - Plex.tv 1. Don’t bother transcoding 4k -2. If you cannot direct play 4k, then perhaps you should not even be collecting 4k. -3. If you don’t have the storage space for a copy of both 4k and 1080/720, then perhaps you should not even be collecting 4k. -4. To avoid transcoding for remote and non-4k clients, keep your 4k content in separate plex libraries. -5. This may of course mean that you keep a 4k copy and a 1080/720 copy, but if you are collecting 4k content then you should not be worried about storage space, should you? +1. If you cannot direct play 4k, then perhaps you should not even be collecting 4k. +1. If you don’t have the storage space for a copy of both 4k and 1080/720, then perhaps you should not even be collecting 4k. +1. To avoid transcoding for remote and non-4k clients, keep your 4k content in separate plex libraries. +1. This may of course mean that you keep a 4k copy and a 1080/720 copy, but if you are collecting 4k content then you should not be worried about storage space, should you? diff --git a/docs/Radarr/V2/Remote-Path-Mappings-explained-for-Radarr.md b/docs/Radarr/V2/Remote-Path-Mappings-explained-for-Radarr.md index bdc168315..622821de1 100644 --- a/docs/Radarr/V2/Remote-Path-Mappings-explained-for-Radarr.md +++ b/docs/Radarr/V2/Remote-Path-Mappings-explained-for-Radarr.md @@ -28,8 +28,8 @@ A screen will popup with the following options. ![Add Mapping](images/mapping.png) 1. `Host` => This is the hostname or IP you set in your download client settings. -2. `Remote Path` => The download path that you've set in your download client. -3. `Local Path` => The path Sonarr/Radarr needs to access the same path. +1. `Remote Path` => The download path that you've set in your download client. +1. `Local Path` => The path Sonarr/Radarr needs to access the same path. ??? example "Examples" diff --git a/docs/Radarr/V3/Collection-of-Custom-Formats-for-RadarrV3.md b/docs/Radarr/V3/Collection-of-Custom-Formats-for-RadarrV3.md index 7e031219f..75f48537c 100644 --- a/docs/Radarr/V3/Collection-of-Custom-Formats-for-RadarrV3.md +++ b/docs/Radarr/V3/Collection-of-Custom-Formats-for-RadarrV3.md @@ -304,9 +304,9 @@ x265 is a *free software library* and *application* for encoding video streams i [4k, transcoding, and you - aka the rules of 4k - a FAQ](https://forums.plex.tv/t/plex-4k-transcoding-and-you-aka-the-rules-of-4k-a-faq/378203) - Plex.tv 1. Don’t bother transcoding 4k -2. If you cannot direct play 4k, then perhaps you should not even be collecting 4k. -3. If you don’t have the storage space for a copy of both 4k and 1080/720, then perhaps you should not even be collecting 4k. -4. To avoid transcoding for remote and non-4k clients, keep your 4k content in separate plex libraries. +1. If you cannot direct play 4k, then perhaps you should not even be collecting 4k. +1. If you don’t have the storage space for a copy of both 4k and 1080/720, then perhaps you should not even be collecting 4k. +1. To avoid transcoding for remote and non-4k clients, keep your 4k content in separate plex libraries. ??? example "json" diff --git a/docs/Radarr/V3/How-to-importexport-Custom-Formats-and-truly-make-use-of-it.md b/docs/Radarr/V3/How-to-importexport-Custom-Formats-and-truly-make-use-of-it.md index 8d2ee492e..2a9928e89 100644 --- a/docs/Radarr/V3/How-to-importexport-Custom-Formats-and-truly-make-use-of-it.md +++ b/docs/Radarr/V3/How-to-importexport-Custom-Formats-and-truly-make-use-of-it.md @@ -63,11 +63,11 @@ After this we scroll all the way back up ![select format](images/select_format.png) 1. Profile name -2. If you want that Radarr will upgrade till the quality set in (3.) -3. Upgrade till the selected Quality -4. The `Minimum Custom Format Score` allowed to download -5. Keep upgrading Custom Format till this score is reached -6. Your preferred language profile for your Releases +1. If you want that Radarr will upgrade till the quality set in (3.) +1. Upgrade till the selected Quality +1. The `Minimum Custom Format Score` allowed to download +1. Keep upgrading Custom Format till this score is reached +1. Your preferred language profile for your Releases Being we set `BR-DISK` to `-1000` the chance that it will reach the `Minimum Custom Format Score` set in (4.) is really small. diff --git a/docs/Sonarr/V3/Remote-Path-Mappings-explained-for-Sonarr.md b/docs/Sonarr/V3/Remote-Path-Mappings-explained-for-Sonarr.md index e3023b165..b7e156362 100644 --- a/docs/Sonarr/V3/Remote-Path-Mappings-explained-for-Sonarr.md +++ b/docs/Sonarr/V3/Remote-Path-Mappings-explained-for-Sonarr.md @@ -32,8 +32,8 @@ A screen will popup with the following options. ![add mapping](images/mapping.png) 1. `Host` => This is the hostname or IP you set in your download client settings. -2. `Remote Path` => The download path that you've set in your download client. -3. `Local Path` => The path Sonarr needs to access the same path. +1. `Remote Path` => The download path that you've set in your download client. +1. `Local Path` => The path Sonarr needs to access the same path. ------ diff --git a/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx.md index 26de55bba..432c4336a 100644 --- a/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx.md @@ -210,7 +210,7 @@ Luckily someone else on Discord described it nice and correctly in my opinion. [4k, transcoding, and you - aka the rules of 4k - a FAQ](https://forums.plex.tv/t/plex-4k-transcoding-and-you-aka-the-rules-of-4k-a-faq/378203) - Plex.tv 1. Don’t bother transcoding 4k -2. If you cannot direct play 4k, then perhaps you should not even be collecting 4k. -3. If you don’t have the storage space for a copy of both 4k and 1080/720, then perhaps you should not even be collecting 4k. -4. To avoid transcoding for remote and non-4k clients, keep your 4k content in separate plex libraries. -5. This may of course mean that you keep a 4k copy and a 1080/720 copy, but if you are collecting 4k content then you should not be worried about storage space, should you? +1. If you cannot direct play 4k, then perhaps you should not even be collecting 4k. +1. If you don’t have the storage space for a copy of both 4k and 1080/720, then perhaps you should not even be collecting 4k. +1. To avoid transcoding for remote and non-4k clients, keep your 4k content in separate plex libraries. +1. This may of course mean that you keep a 4k copy and a 1080/720 copy, but if you are collecting 4k content then you should not be worried about storage space, should you? diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 000000000..21e8bc8ea --- /dev/null +++ b/docs/index.md @@ -0,0 +1,30 @@ +# TRaSH-Guides + +Mainly for Sonarr/Radarr/Bazarr. +Including what's related to it. + +------ + +The information I use for the tutorials/guides is information I gathered from different sources like there support forum, Reddit or Discord. +Provided by user input or from the develop team it self. +Most things I tested myself and tried to see if I could tune them a bit more to my needs and sometimes even for others. + +If you have suggestions, requests or just want to leave some feedback please use the `issues` tracker on the top. + +------ + +Everything here you use on your own risk I won't be hold responsible if something happens to your collection! + +??? abstract "Like what I do and want to Support me?" + + [![paypal](https://raw.githubusercontent.com/TRaSH-/Tutorials-FAQ/master/images/coffee-paypal.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=P95QYT5662VLN"){:target="_blank"} + + ![QR-code](https://raw.githubusercontent.com/TRaSH-/Tutorials-FAQ/master/images/QR-code-US.png) In $ (Dollars) + + ![QR-code](https://raw.githubusercontent.com/TRaSH-/Tutorials-FAQ/master/images/QR-code-EU.png) In € (Euro's) + + BTC: 1NHah2JR6E5GYZrzX7mf1hJJrnVZTGhjbP + + ![QR-code](https://raw.githubusercontent.com/TRaSH-/Tutorials-FAQ/master/images/QR-code-BTC.png) + + [**Use my VPN Referal link to get 50% off with TorGuard**](https://trash-.github.io/Tutorials-FAQ/Misc/How-to-setup-Torguard-for-port-forwarding/)