File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010services :
1111 androidtvbackground :
12- image : ghcr.io/rwoof /androidtvbackground:latest
12+ image : ghcr.io/adelatour11 /androidtvbackground:latest
1313 container_name : androidtvbackground
1414 network_mode : bridge
1515 user : 99:100
@@ -18,21 +18,22 @@ services:
1818 - /your/local/path/for/backgrounds:/backgrounds
1919 # Optional: Uncomment and edit the line below to enable copying generated backgrounds
2020 # to a custom folder after creation. This works only if POST_SCRIPT_SH=True is set.
21- # - /path/on/host/tvbackgrounds:/config/tvbackgrounds
2221 environment :
2322 PLEX : False
24- PLEXCOLOR : False
23+ PLEXCOLOR : True
24+ PLEXFRIEND : False
25+ PLEXFRIENDCOLOR : True
2526 JELLYFIN : False
2627 TMDB : False
27- TMDBCOLOR : False
28+ TMDBCOLOR : True
2829 RADARRSONARR : False
29- RADARRSONARRCOLOR : False
30+ RADARRSONARRCOLOR : True
3031 TRAKT : False
31- CRON : False
32+ CRON : " 0 0 * * * "
3233 # Note: If both POST_SCRIPT_PY and POST_SCRIPT_SH are set to True,
3334 # the Python script will run before the shell script.
3435 # Duplicate or conflicting code in both may cause errors or unexpected behavior.
3536 POST_SCRIPT_PY : False
36- POST_SCRIPT_SH : False
37+ POST_SCRIPT_SH : true
3738 BASEURL : ${BASEURL}
3839 TOKEN : ${TOKEN}
You can’t perform that action at this time.
0 commit comments