diff --git a/plex-image-cleanup.env b/plex-image-cleanup.env index ed10ec8..0e4f643 100644 --- a/plex-image-cleanup.env +++ b/plex-image-cleanup.env @@ -1,4 +1,4 @@ -PLEX_PATH="${SERV_CFG_ROOT}/plex/Library/Application Support/Plex Media Server" +PLEX_PATH=/plex MODE=remove SCHEDULE=08:00|weekly(sunday)|mode=clear,09:00|weekly(sunday)|mode=move,10:00|monthly(1)|mode=nothing;photo-transcoder=true PLEX_URL=http://127.0.0.1:32400 #Or real Plex IP @@ -12,6 +12,6 @@ USE_EXISTING=False PHOTO_TRANSCODER=True EMPTY_TRASH=True CLEAN_BUNDLES=True -OPTIMIZE_DB=False +OPTIMIZE_DB=True TRACE=False #Run with extra trace logs. LOG_REQUESTS=False #Run with every request and file action logged.