diff --git a/menu/pgbox/endbanner.sh b/menu/pgbox/endbanner.sh index 49263df9..82dd5666 100644 --- a/menu/pgbox/endbanner.sh +++ b/menu/pgbox/endbanner.sh @@ -100,3 +100,17 @@ EOF EOF fi + +if [ "$program" == "plex" ]; then + tee <<-EOF +━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +💬 Manual Configuration Required +━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ + +we prefer using plex_autoscan, unlike other alternatives, +that does not put a lot of pressure on the API of your Google Account. + +━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ + +EOF +fi