Skip to content

sleepsterz/docker-trackma

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frosty5689/trackma

Docker PullsDocker Stars

Usage

docker run -it \
  --name trackma \
  -v /path/to/your/trackma/config:/config \
  -e ACCOUNT_USERNAME=YOUR_TRACKER_USERNAME \
  -e ACCOUNT_PASSWORD=YOUR_TRACKER_PASSWORD \
  -e ACCOUNT_API=YOUR_TRACKER \
  -e TZ=YOUR_TIMEZONE \
  frosty5689/trackma

This will run Trackma in interactive mode, to keep it running in background use -id or --interactive --detach

Plex Example

docker run -id \
  --name trackma \
  -v /path/to/your/trackma/config:/config \
  -e ACCOUNT_USERNAME=trackma \
  -e ACCOUNT_PASSWORD=supersecretpassword \
  -e ACCOUNT_API=mal \
  -e TZ=YOUR_TIMEZONE \
  -e AUTOSEND_MINUTES=15 \
  -e AUTO_STATUS_CHANGE_IF_SCORE=false \
  -e TRACKER_TYPE=plex \
  -e PLEX_HOST=192.168.1.123 \
  -e PLEX_OBEY_UPDATE_WAIT_S=true \
  -e [email protected] \
  -e PLEX_PASSWD=supersecretpassword \
  -e PLEX_UUID=0cc4151e-fd06-11e7-8be5-0ed5f89f718b \
  frosty5689/trackma

This will run Trackma in detached mode and monitor Plex and update your MAL anime list automatically

Parameters

  • -v /config - Trackma config
  • -e ACCOUNT_USERNAME - Your username of the tracker you will be using
  • -e ACCOUNT_PASSWORD - Your password of the tracker you will be using
  • -e ACCOUNT_API - The abbreviation of the tracker you will be using (anilist|kitsu|mal|shikimori|vndb)
  • -e TZ - Timezone Trackma will run in
  • Trackma configurations can be overriden by setting container environment variables:
    • Simple set the configuration you want to configure using -e EXAMPLE=value uppercasing the configuration key
    • For example using -e SEARCHDIR="/mymedia/videos" will change the directory Trackma scans for video files
    • All configurable options are available and can be found here
    • For a detailed explanation of what most of them do see here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 55.5%
  • Dockerfile 32.1%
  • Shell 12.4%