From 40d327023c1018577622c15561de3e90d92a5dc4 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Tue, 13 Sep 2022 06:11:06 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5be086d..15e7ce7 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,14 @@ * `abra app deploy ` For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech). + + +## Adding Media + +You can mount a folder of your choice to jellyfin by editing this line after running `abra app config ${your jelllyfin url}` + +``` +EXTRA_VOLUME=/home/aadil/media:/media/ # replace /home/aadil/media with folder of your choice +``` + +Then during the jellyfin setup wizard use this folder as the path for your jellyfin library. \ No newline at end of file