Open multi-site list manager for Unix-like systems. (ex-wMAL) http://z411.github.com/trackma
10K+
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
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 \
frosty5689/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
-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-e EXAMPLE=value uppercasing the configuration key-e SEARCHDIR="/mymedia/videos" will change the directory Trackma scans for video filesIf you appreciate what I do and would like to show some support, buy me a coffee :)
Content type
Image
Digest
Size
19.4 MB
Last updated
over 5 years ago
docker pull frosty5689/trackma