diff --git a/media-servarr/readme.md b/media-servarr/readme.md index d17a446..166a08f 100644 --- a/media-servarr/readme.md +++ b/media-servarr/readme.md @@ -5,11 +5,11 @@ This is a fully automated media-server system. Once you setup everything, all yo The components included in this system are: - autoscan - bazarr -- deleterr - deluge - jackett - jellyfin - lidarr +- maintainerr - overseerr - plex - prowlarr @@ -50,11 +50,11 @@ lake |__starr # this is where all the apps store their configs and database |__autoscan |__bazarr - |__deleterr |__deluge |__jackett |__jellyfin |__lidarr + |__maintainerr |__overseer |__plexmediaserver |__prowlarr @@ -75,7 +75,7 @@ lake - Run it using ```docker compose up -d``` - Go through the web-ui of all the apps and do all the settings and connections like connecting overseerr to radarr and sonarr, and connecting prowlarr to radarr, sonarr, lidarr, etc. - Go to Plex and/or Jellyfin web-ui and set up all your media folders. Like Movies = /media/movies. -- Since autoscan and deleterr do not have a webui, they have to be configured using config files. Copy the config files for autoscan and deleterr (optional) and make changes to it as per your needs and save them. +- Since autoscan does not have a webui, it has to be configured using config files. Copy the config files for autoscan and make changes to it as per your needs and save them. - Restart the entire stack by going into the directory with the compose.yml file and entering ```docker compose up -d --force-recreate``` ## How to use @@ -83,3 +83,5 @@ lake Once you setup and install everything and do all the configs and connections right, you can go to ```ovs.example.com``` to request a movie/show and everything else should be done automagically in the backend, and the media will be available on your plex/jellyfin to enjoy! For everything else other than movies/shows, you have to visit the respective app to request for the media you want. + +To setup automatic media cleanup, like auto delete movies/shows that haven't been watched for over a year, you can setup maintainerr, which is already included in this stack, by visiting ```maintainerr.example.com```