From f63c96b054bbc6d66753d356b03f57728d5a9c00 Mon Sep 17 00:00:00 2001 From: bullmoose20 <12549033+bullmoose20@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:11:05 -0400 Subject: [PATCH 1/3] Update unraid.md --- docs/kometa/install/unraid.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/kometa/install/unraid.md b/docs/kometa/install/unraid.md index 5c26508a7..fc9b67762 100644 --- a/docs/kometa/install/unraid.md +++ b/docs/kometa/install/unraid.md @@ -134,7 +134,7 @@ First, make a copy of the template: curl -fLvo config/config.yml https://raw.githubusercontent.com/Kometa-Team/Kometa/master/config/config.yml.template ``` -Now open the copy in an editor on the machine of your choice (Use Linux tab below for the Unraid Kometa `_>Console`): +Now open the copy in an editor on the machine of your choice (Use Linux tab below for the Unraid Kometa `>_Console`): {% include-markdown "./wt/wt-editor.md" @@ -146,7 +146,7 @@ Now open the copy in an editor on the machine of your choice (Use Linux tab belo #### Testing the config file -Save the file (Use Linux tab below for the Unraid Kometa `_>Console`): +Save the file (Use Linux tab below for the Unraid Kometa `>_Console`): {% include-markdown "./wt/wt-save.md" @@ -182,13 +182,13 @@ So let's run the script and see this happen: ### Setting up a collection file and creating a sample collection. -(Use Linux tab below for the Unraid Kometa `_>Console`): +(Use Linux tab below for the Unraid Kometa `>_Console`): {% include-markdown "./wt/wt-05-local-file.md" %} -Save the file (Use Linux tab below for the Unraid Kometa `_>Console`): +Save the file (Use Linux tab below for the Unraid Kometa `>_Console`): {% include-markdown "./wt/wt-save.md" @@ -210,7 +210,7 @@ Then run the script again: include-markdown "./wt/wt-07-overlay-add.md" %} -Save the file (Use Linux tab below for the Unraid Kometa `_>Console`): +Save the file (Use Linux tab below for the Unraid Kometa `>_Console`): {% include-markdown "./wt/wt-save.md" From b459d3523947a24052863eb3f522220b86959d95 Mon Sep 17 00:00:00 2001 From: bullmoose20 <12549033+bullmoose20@users.noreply.github.com.> Date: Tue, 18 Jun 2024 22:52:33 -0400 Subject: [PATCH 2/3] unraid updates --- docs/kometa/install/unraid.md | 20 +++++++++----------- docs/kometa/install/wt/wt-05-local-file.md | 8 ++++++++ docs/kometa/install/wt/wt-editor.md | 12 ++++++++++++ docs/kometa/install/wt/wt-save.md | 6 ++++++ 4 files changed, 35 insertions(+), 11 deletions(-) diff --git a/docs/kometa/install/unraid.md b/docs/kometa/install/unraid.md index fc9b67762..ab0be2b75 100644 --- a/docs/kometa/install/unraid.md +++ b/docs/kometa/install/unraid.md @@ -90,7 +90,7 @@ Config Error: config not found at //config ``` We need to have a file called `config.yml` in the correct directory for Kometa to start. Open up an unRAID terminal session by clicking on the terminal icon `>_` in the top right of unRAID. -=== ":fontawesome-brands-linux: Linux" +=== ":fontawesome-brands-linux: unRAID" [type this into your terminal] ``` @@ -110,9 +110,9 @@ The default config file contains a reference to a directory that will show an er We'll create it here so the error doesn't show up later. -=== ":fontawesome-brands-linux: Linux" +=== ":fontawesome-brands-linux: unRAID" - [type this into your terminal] + [type this into your Kometa >_Console] ``` mkdir config/assets ``` @@ -127,14 +127,14 @@ We'll create it here so the error doesn't show up later. First, make a copy of the template: -=== ":fontawesome-brands-linux: Linux" +=== ":fontawesome-brands-linux: unRAID" - Get a copy of the template to edit [type this into your terminal]: + Get a copy of the template to edit [type this into your Kometa >_Console]: ``` curl -fLvo config/config.yml https://raw.githubusercontent.com/Kometa-Team/Kometa/master/config/config.yml.template ``` -Now open the copy in an editor on the machine of your choice (Use Linux tab below for the Unraid Kometa `>_Console`): +Now open the copy in an editor on the machine of your choice: {% include-markdown "./wt/wt-editor.md" @@ -146,7 +146,7 @@ Now open the copy in an editor on the machine of your choice (Use Linux tab belo #### Testing the config file -Save the file (Use Linux tab below for the Unraid Kometa `>_Console`): +Save the file: {% include-markdown "./wt/wt-save.md" @@ -182,13 +182,11 @@ So let's run the script and see this happen: ### Setting up a collection file and creating a sample collection. -(Use Linux tab below for the Unraid Kometa `>_Console`): - {% include-markdown "./wt/wt-05-local-file.md" %} -Save the file (Use Linux tab below for the Unraid Kometa `>_Console`): +Save the file: {% include-markdown "./wt/wt-save.md" @@ -210,7 +208,7 @@ Then run the script again: include-markdown "./wt/wt-07-overlay-add.md" %} -Save the file (Use Linux tab below for the Unraid Kometa `>_Console`): +Save the file: {% include-markdown "./wt/wt-save.md" diff --git a/docs/kometa/install/wt/wt-05-local-file.md b/docs/kometa/install/wt/wt-05-local-file.md index 92a24cbd2..9d48e07a8 100644 --- a/docs/kometa/install/wt/wt-05-local-file.md +++ b/docs/kometa/install/wt/wt-05-local-file.md @@ -26,6 +26,14 @@ First, open the collection file [this will create the file if it doesn't already notepad "config\Movies.yml" ``` +=== ":fontawesome-brands-linux: unRAID" + + [type this into your Kometa >_Console] + + ``` + nano "config/Movies.yml" + ``` + In this file, add the following, exactly as it is shown here; remember that spacing is significant in YAML files: diff --git a/docs/kometa/install/wt/wt-editor.md b/docs/kometa/install/wt/wt-editor.md index ef3e4d83d..781ba897e 100644 --- a/docs/kometa/install/wt/wt-editor.md +++ b/docs/kometa/install/wt/wt-editor.md @@ -45,6 +45,18 @@ ``` I’m using `notepad` here simply because it’s built into Windows. You can use any other text editor you wish, provided it saves files as PLAIN TEXT. +=== ":fontawesome-brands-linux: unRAID" + + [type this into your Kometa >_Console] + + ``` + nano config/config.yml + ``` + + I’m using `nano` here mostly because it’s simpler than any other editor on Linux. + + + You can use any other text editor you wish, provided it saves files as PLAIN TEXT. `vi`, `emacs`, etc. From here on in, when this walkthrough says "open the config file", I mean this `nano` or `notepad` command. **Don't copy the template again**. diff --git a/docs/kometa/install/wt/wt-save.md b/docs/kometa/install/wt/wt-save.md index f2756834a..bffb24280 100644 --- a/docs/kometa/install/wt/wt-save.md +++ b/docs/kometa/install/wt/wt-save.md @@ -12,3 +12,9 @@ If you're using `notepad`, type control-`s` or choose `Save` from the `File` menu. + +=== ":fontawesome-brands-linux: unRAID" + + If you're using `nano`, type control-`x`, then `y`, then the enter key. + + From fae8580162c73ecce224f95526ebe9cbc513086f Mon Sep 17 00:00:00 2001 From: bullmoose20 <12549033+bullmoose20@users.noreply.github.com.> Date: Wed, 19 Jun 2024 06:29:30 -0400 Subject: [PATCH 3/3] more tweaks for clarity --- docs/kometa/install/unraid.md | 16 ++++++++-------- docs/kometa/install/wt/wt-05-local-file.md | 2 +- docs/kometa/install/wt/wt-editor.md | 2 +- docs/kometa/install/wt/wt-run-console.md | 5 +++++ 4 files changed, 15 insertions(+), 10 deletions(-) create mode 100644 docs/kometa/install/wt/wt-run-console.md diff --git a/docs/kometa/install/unraid.md b/docs/kometa/install/unraid.md index ab0be2b75..a0b4e6887 100644 --- a/docs/kometa/install/unraid.md +++ b/docs/kometa/install/unraid.md @@ -35,7 +35,7 @@ Anywhere you see something like this ``` -That’s a command you’re going to type or paste into your unRAID Kometa `>_Console` terminal (Linux). +That’s a command you’re going to type or paste into your unRAID Kometa `>_Console`. **IMPORTANT NOTES:** @@ -92,7 +92,7 @@ We need to have a file called `config.yml` in the correct directory for Kometa t === ":fontawesome-brands-linux: unRAID" - [type this into your terminal] + [type this into your unRAID terminal] ``` mkdir /mnt/user/appdata/Kometa/config touch /mnt/user/appdata/Kometa/config/config.yml @@ -112,7 +112,7 @@ We'll create it here so the error doesn't show up later. === ":fontawesome-brands-linux: unRAID" - [type this into your Kometa >_Console] + [type this into your Kometa `>_Console`] ``` mkdir config/assets ``` @@ -129,7 +129,7 @@ First, make a copy of the template: === ":fontawesome-brands-linux: unRAID" - Get a copy of the template to edit [type this into your Kometa >_Console]: + Get a copy of the template to edit [type this into your Kometa `>_Console`]: ``` curl -fLvo config/config.yml https://raw.githubusercontent.com/Kometa-Team/Kometa/master/config/config.yml.template ``` @@ -155,7 +155,7 @@ Save the file: Then run the script again: {% - include-markdown "./wt/wt-run-shell.md" + include-markdown "./wt/wt-run-console.md" %} {% @@ -173,7 +173,7 @@ So let's run the script and see this happen: {% - include-markdown "./wt/wt-run-shell.md" + include-markdown "./wt/wt-run-console.md" %} {% @@ -195,7 +195,7 @@ Save the file: Then run the script again: {% - include-markdown "./wt/wt-run-shell.md" + include-markdown "./wt/wt-run-console.md" %} {% @@ -217,7 +217,7 @@ Save the file: Then run the script again: {% - include-markdown "./wt/wt-run-shell.md" + include-markdown "./wt/wt-run-console.md" %} {% diff --git a/docs/kometa/install/wt/wt-05-local-file.md b/docs/kometa/install/wt/wt-05-local-file.md index 9d48e07a8..b00385cfc 100644 --- a/docs/kometa/install/wt/wt-05-local-file.md +++ b/docs/kometa/install/wt/wt-05-local-file.md @@ -28,7 +28,7 @@ First, open the collection file [this will create the file if it doesn't already === ":fontawesome-brands-linux: unRAID" - [type this into your Kometa >_Console] + [type this into your Kometa `>_Console`] ``` nano "config/Movies.yml" diff --git a/docs/kometa/install/wt/wt-editor.md b/docs/kometa/install/wt/wt-editor.md index 781ba897e..a44feeb9a 100644 --- a/docs/kometa/install/wt/wt-editor.md +++ b/docs/kometa/install/wt/wt-editor.md @@ -47,7 +47,7 @@ === ":fontawesome-brands-linux: unRAID" - [type this into your Kometa >_Console] + [type this into your Kometa `>_Console`] ``` nano config/config.yml diff --git a/docs/kometa/install/wt/wt-run-console.md b/docs/kometa/install/wt/wt-run-console.md new file mode 100644 index 000000000..f7178956b --- /dev/null +++ b/docs/kometa/install/wt/wt-run-console.md @@ -0,0 +1,5 @@ +[type this into your Kometa `>_Console`] + +```shell +python kometa.py -r +```