Skip to content

Albatrosicks/docker-trackma

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

albatrosicks/trackma

Docker

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 \
  albatrosicks/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 PLEX_USER=your_plex_user_name \
  -e PLEX_PASSWD=supersecretpassword \
  -e PLEX_UUID=0cc4151e-fd06-11e7-8be5-0ed5f89f718b \
  albatrosicks/trackma

This will run Trackma in detached mode and monitor Plex and update your MAL anime list automatically. It is important to use your Plex username to login instead of email or you may encounter this bug described here

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 not all options may be available depending on the version of Trackma you choose to use
    • For a detailed explanation of what most of them do see here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 59.7%
  • Python 15.9%
  • CSS 12.5%
  • HTML 10.4%
  • Dockerfile 1.3%
  • Shell 0.2%