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