Sign inSign up

frosty5689/plexanisync

By frosty5689

Updated over 5 years ago

Image
0

3.7K

frosty5689/plexanisync repository overview

frosty5689/docker-plexanisync

A docker version based on Alpine of PlexAniSync based on RickDB's docker

Docker PullsDocker Stars

Usage

Generic x64 systems (AMD / Intel)

docker create \
  --name=plexanisync \
  -v /path/to/your/plexanisync/config:/config \
  -e PLEX_SECTION=Anime \
  -e PLEX_URL=http://127.0.0.1:32400 \
  -e PLEX_TOKEN=SomePlexToken \
  -e ANI_USERNAME=SomeUser \
  -e ANI_TOKEN=SomeToken \
  -e INTERVAL=3600 \
  frosty5689/plexanisync:latest \
Volumes
  • /config - mount this to host if you want to modify configs that aren't available in the ENV var
Environment Variables
IDDefaultRequiredNote
PLEX_SECTIONAnimeThe library where your anime resides
PLEX_URLlocalhostThe address to your Plex Media Server, for example: http://127.0.0.1:32400
PLEX_TOKEN-Follow this guide
ANI_USERNAME-Your AniList.co username
ANI_TOKEN-Get it here
INTERVAL3600The time in between syncs
CUSTOM_MAPPINGS-⬜️Specifiy local file or URL to a text file containing content for a custom_mappings.ini file
PLEX_EPISODE_COUNT_PRIORITY-⬜️Plex episode watched count will take priority over AniList (default = False)
SKIP_LIST_UPDATE-⬜️If set to True it will NOT update your AniList which is useful if you want to do a test run to check if everything lines up properly. (default = False)

Buy me a coffee

If you appreciate what I do and would like to show some support, buy me a coffee :)

Buy Me A Coffee

Tag summary

Content type

Image

Digest

Size

25 MB

Last updated

over 5 years ago

docker pull frosty5689/plexanisync