Merge branch 'fix-media-path-jellyfin' into 'master'
Small path change to be consistent with similar steps previously seen in the guide See merge request rogs/yams.media!13
This commit is contained in:
commit
46a764d370
@ -41,7 +41,7 @@ In "Select Path", choose the `/data/tvshows` folder and click "Ok"
|
||||
|
||||
[](/pics/emby-5.png)
|
||||
|
||||
**Docker Magic Note:** 🎩 Don't worry if this path looks weird! The `/data/tvshows/` folder exists inside the docker environment and maps to your server's `/mediafolder/tv/` folder. It's all connected behind the scenes!
|
||||
**Docker Magic Note:** 🎩 Don't worry if this path looks weird! The `/data/tvshows/` folder exists inside the docker environment and maps to your server's `/mediafolder/media/tvshows/` folder. It's all connected behind the scenes!
|
||||
|
||||
You'll see your newly added folder in the modal:
|
||||
|
||||
@ -69,7 +69,7 @@ Choose the `/data/movies` folder and click "Ok"
|
||||
|
||||
[](/pics/emby-10.png)
|
||||
|
||||
**More Docker Magic:** ✨ Just like before, `/data/movies/` is actually mapping to your server's `/mediafolder/movies/` folder. Docker is doing its thing!
|
||||
**More Docker Magic:** ✨ Just like before, `/data/movies/` is actually mapping to your server's `/mediafolder/media/movies/` folder. Docker is doing its thing!
|
||||
|
||||
Your folder should show up in the modal:
|
||||
|
||||
|
@ -40,7 +40,7 @@ In "Select Path", choose the `/data/tvshows` folder and click "Ok"
|
||||
|
||||
[](/pics/jellyfin-5.png)
|
||||
|
||||
**Magic Container Note:** 🎩 The `/data/tvshows/` folder isn't actually on your filesystem - it's a special path inside the docker environment that maps to your server's `/mediafolder/tv/` folder!
|
||||
**Magic Container Note:** 🎩 The `/data/tvshows/` folder isn't actually on your filesystem - it's a special path inside the docker environment that maps to your server's `/mediafolder/media/tvshows/` folder!
|
||||
|
||||
You should see your new folder all ready to go in the modal:
|
||||
|
||||
@ -68,7 +68,7 @@ Choose the `/data/movies` folder and click "Ok"
|
||||
|
||||
[](/pics/jellyfin-10.png)
|
||||
|
||||
**More Container Magic:** 🎩✨ Just like before, `/data/movies/` is a special docker path that maps to your server's `/mediafolder/movies/` folder!
|
||||
**More Container Magic:** 🎩✨ Just like before, `/data/movies/` is a special docker path that maps to your server's `/mediafolder/media/movies/` folder!
|
||||
|
||||
You should see your movies folder ready to go:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user