summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-12 18:07:14 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-12 18:07:14 -0300
commit84d46c917b5aad77c19d780002535af60387462d (patch)
tree21f5e9cf6790700c7682c2835d9094ea71fc70ef
parent84101e515dfcef53510906349b94c110fbd0e805 (diff)
Added Emby config
-rw-r--r--content/config/emby.md122
-rw-r--r--static/pics/emby-1.pngbin0 -> 33307 bytes
-rw-r--r--static/pics/emby-10.pngbin0 -> 58165 bytes
-rw-r--r--static/pics/emby-11.pngbin0 -> 8612 bytes
-rw-r--r--static/pics/emby-12.pngbin0 -> 56460 bytes
-rw-r--r--static/pics/emby-13.pngbin0 -> 36148 bytes
-rw-r--r--static/pics/emby-14.pngbin0 -> 10556 bytes
-rw-r--r--static/pics/emby-15.pngbin0 -> 32946 bytes
-rw-r--r--static/pics/emby-16.pngbin0 -> 29343 bytes
-rw-r--r--static/pics/emby-17.pngbin0 -> 30156 bytes
-rw-r--r--static/pics/emby-18.pngbin0 -> 36347 bytes
-rw-r--r--static/pics/emby-19.pngbin0 -> 19423 bytes
-rw-r--r--static/pics/emby-2.pngbin0 -> 52231 bytes
-rw-r--r--static/pics/emby-20.pngbin0 -> 27149 bytes
-rw-r--r--static/pics/emby-21.pngbin0 -> 24813 bytes
-rw-r--r--static/pics/emby-3.pngbin0 -> 17502 bytes
-rw-r--r--static/pics/emby-4.pngbin0 -> 28213 bytes
-rw-r--r--static/pics/emby-5.pngbin0 -> 58359 bytes
-rw-r--r--static/pics/emby-6.pngbin0 -> 9498 bytes
-rw-r--r--static/pics/emby-7.pngbin0 -> 55938 bytes
-rw-r--r--static/pics/emby-8.pngbin0 -> 27861 bytes
-rw-r--r--static/pics/emby-9.pngbin0 -> 28395 bytes
22 files changed, 119 insertions, 3 deletions
diff --git a/content/config/emby.md b/content/config/emby.md
index a37c4a1..65fb122 100644
--- a/content/config/emby.md
+++ b/content/config/emby.md
@@ -3,8 +3,124 @@ title: "Emby"
date: 2023-01-10T19:07:29-03:00
draft: false
weight: 6
+summary: Emby brings together your personal videos, music, photos, and live television. Emby Server automatically converts and streams your personal media on the fly to play on any device.
+
---
-Lorem markdownum aequalis strigis. Saetigeri iubeas, vultu huic alvum nondum
-de obside ut laniavit arbor palmis, cum quin. Rupes vetat videndo, armigerae
-crimen habet Priamum nec.
+# What is Emby?
+
+From their [website](https://emby.media/about.html)
+
+> Emby brings together your personal videos, music, photos, and live television. (...) Emby Server automatically converts and streams your personal media on the fly to play on any device.
+
+On YAMS, Emby is one of the most important parts: Emby is going to be your "Netflix", "Hulu" or "Amazon Prime". This means you'll be able to stream your TV shows and movies to any device using Emby.
+
+## Initial configuration
+
+In your browser, go to [http://{your-ip-address}:8096/]() and you'll see Emby's setup page.
+
+Choose your display language and click on "Next".
+
+[![emby-1](/pics/emby-1.png)](/pics/emby-1.png)
+
+Now, create your first user. When you are done, click on "Next".
+
+[![emby-2](/pics/emby-2.png)](/pics/emby-2.png)
+
+Next, on the "Setup Media Libraries" page, click on "New Library".
+
+[![emby-3](/pics/emby-3.png)](/pics/emby-3.png)
+
+### Setting the "TV Shows" library
+
+On the "New Library" modal, select "TV shows" as your Content type and click on the big ➕ sign next to "Folders".
+
+[![emby-4](/pics/emby-4.png)](/pics/emby-4.png)
+
+In "Select Path", select the folder `/data/tvshows` and click on "Ok"
+
+[![emby-5](/pics/emby-5.png)](/pics/emby-5.png)
+
+**Note:** This is NOT on your filesystem! The `/data/tvshows/` folder exists inside the `docker` environment and maps to your server `/mediafolder/tv/` folder!
+
+
+You should see your recently added folder in the "New Library" modal.
+
+[![emby-6](/pics/emby-6.png)](/pics/emby-6.png)
+
+Finally, set your metadata language to your favorite language. All the default settings that follow are fine, but you can change them if you want.
+
+Your "New Library" screen should look like this:
+
+[![emby-7](/pics/emby-7.png)](/pics/emby-7.png)
+
+If you are okay with the settings, click on "Ok". Your library should be added now!
+
+[![emby-8](/pics/emby-8.png)](/pics/emby-8.png)
+
+
+### Setting the "Movies" library
+
+Open the "New Library modal" again.
+
+On the "New Library" modal, select "Movies" as your Content type and click on the big ➕ sign next to "Folders".
+
+[![emby-9](/pics/emby-9.png)](/pics/emby-9.png)
+
+In "Select Path", select the folder `/data/movies` and click on "Ok"
+
+[![emby-10](/pics/emby-10.png)](/pics/emby-10.png)
+
+**Note:** This is NOT on your filesystem! The `/data/movies/` folder exists inside the `docker` environment and maps to your server `/mediafolder/movies/` folder!
+
+
+You should see your recently added folder in the "New Library" modal.
+
+[![emby-11](/pics/emby-11.png)](/pics/emby-11.png)
+
+Finally, set your metadata language to your favorite language. All the default settings that follow are fine, but you can change them if you want.
+
+Your "New Library" screen should look like this:
+
+[![emby-12](/pics/emby-12.png)](/pics/emby-12.png)
+
+If you are okay with the settings, click on "Ok". Your library should be added now!
+
+[![emby-13](/pics/emby-13.png)](/pics/emby-13.png)
+
+To finish, click on the "Next" button.
+
+[![emby-14](/pics/emby-14.png)](/pics/emby-14.png)
+
+### Continuing the setup
+
+On the "Preferred Metadata Language" page, you can choose the language and country of your metadata. Choose your preferred language and country and click "Next".
+
+[![emby-15](/pics/emby-15.png)](/pics/emby-15.png)
+
+Next, on the "Configure Remote Access" page, disable "Enable automatic port mapping" and click on "Next".
+
+[![emby-16](/pics/emby-16.png)](/pics/emby-16.png)
+
+Accept the terms of service and click on "Next".
+
+[![emby-17](/pics/emby-17.png)](/pics/emby-17.png)
+
+And you are finally done! Click on "Finish" to go to your Emby dashboard.
+[![emby-18](/pics/emby-18.png)](/pics/emby-18.png)
+
+### Logging in to Emby
+
+On the "Please Sign In" screen, select your user and login with the username/password you set on the [Initial configuration](#initial-configuration) step.
+
+[![emby-19](/pics/emby-19.png)](/pics/emby-19.png)
+
+[![emby-20](/pics/emby-20.png)](/pics/emby-20.png)
+
+And there it is! Your Emby home page, up and running!
+
+[![emby-21](/pics/emby-21.png)](/pics/emby-21.png)
+
+## That's all!
+
+YAMS is fully up and running! Now, let's add some content. Move on to [Running everything together](/config/running-everything-together).
diff --git a/static/pics/emby-1.png b/static/pics/emby-1.png
new file mode 100644
index 0000000..02f8aad
--- /dev/null
+++ b/static/pics/emby-1.png
Binary files differ
diff --git a/static/pics/emby-10.png b/static/pics/emby-10.png
new file mode 100644
index 0000000..3b57d59
--- /dev/null
+++ b/static/pics/emby-10.png
Binary files differ
diff --git a/static/pics/emby-11.png b/static/pics/emby-11.png
new file mode 100644
index 0000000..b3725a3
--- /dev/null
+++ b/static/pics/emby-11.png
Binary files differ
diff --git a/static/pics/emby-12.png b/static/pics/emby-12.png
new file mode 100644
index 0000000..2174696
--- /dev/null
+++ b/static/pics/emby-12.png
Binary files differ
diff --git a/static/pics/emby-13.png b/static/pics/emby-13.png
new file mode 100644
index 0000000..bc82829
--- /dev/null
+++ b/static/pics/emby-13.png
Binary files differ
diff --git a/static/pics/emby-14.png b/static/pics/emby-14.png
new file mode 100644
index 0000000..a49a148
--- /dev/null
+++ b/static/pics/emby-14.png
Binary files differ
diff --git a/static/pics/emby-15.png b/static/pics/emby-15.png
new file mode 100644
index 0000000..d4539c5
--- /dev/null
+++ b/static/pics/emby-15.png
Binary files differ
diff --git a/static/pics/emby-16.png b/static/pics/emby-16.png
new file mode 100644
index 0000000..a81754a
--- /dev/null
+++ b/static/pics/emby-16.png
Binary files differ
diff --git a/static/pics/emby-17.png b/static/pics/emby-17.png
new file mode 100644
index 0000000..4837e62
--- /dev/null
+++ b/static/pics/emby-17.png
Binary files differ
diff --git a/static/pics/emby-18.png b/static/pics/emby-18.png
new file mode 100644
index 0000000..59125a7
--- /dev/null
+++ b/static/pics/emby-18.png
Binary files differ
diff --git a/static/pics/emby-19.png b/static/pics/emby-19.png
new file mode 100644
index 0000000..b0a783f
--- /dev/null
+++ b/static/pics/emby-19.png
Binary files differ
diff --git a/static/pics/emby-2.png b/static/pics/emby-2.png
new file mode 100644
index 0000000..0bc0346
--- /dev/null
+++ b/static/pics/emby-2.png
Binary files differ
diff --git a/static/pics/emby-20.png b/static/pics/emby-20.png
new file mode 100644
index 0000000..8f61be6
--- /dev/null
+++ b/static/pics/emby-20.png
Binary files differ
diff --git a/static/pics/emby-21.png b/static/pics/emby-21.png
new file mode 100644
index 0000000..f92916c
--- /dev/null
+++ b/static/pics/emby-21.png
Binary files differ
diff --git a/static/pics/emby-3.png b/static/pics/emby-3.png
new file mode 100644
index 0000000..e8eb7b5
--- /dev/null
+++ b/static/pics/emby-3.png
Binary files differ
diff --git a/static/pics/emby-4.png b/static/pics/emby-4.png
new file mode 100644
index 0000000..916e235
--- /dev/null
+++ b/static/pics/emby-4.png
Binary files differ
diff --git a/static/pics/emby-5.png b/static/pics/emby-5.png
new file mode 100644
index 0000000..d463539
--- /dev/null
+++ b/static/pics/emby-5.png
Binary files differ
diff --git a/static/pics/emby-6.png b/static/pics/emby-6.png
new file mode 100644
index 0000000..b70740b
--- /dev/null
+++ b/static/pics/emby-6.png
Binary files differ
diff --git a/static/pics/emby-7.png b/static/pics/emby-7.png
new file mode 100644
index 0000000..7455cfd
--- /dev/null
+++ b/static/pics/emby-7.png
Binary files differ
diff --git a/static/pics/emby-8.png b/static/pics/emby-8.png
new file mode 100644
index 0000000..35b4d96
--- /dev/null
+++ b/static/pics/emby-8.png
Binary files differ
diff --git a/static/pics/emby-9.png b/static/pics/emby-9.png
new file mode 100644
index 0000000..3a707f0
--- /dev/null
+++ b/static/pics/emby-9.png
Binary files differ