Media tracker

Activities

Database

How to read the database

If the left border is green, that means the media is completed (fully released). Note that this information is not in real-time.

If the activity log is a green square, that means that we are done with the media; if it is red, that means we dropped it; if it is blue, that means it is active.

Activities with unknown date will be set to 2026-01-01.

Filter


Add

The length of the media

A feature-length film can be categorized as a "Single" entry, but when it has multiple volumes, it should be classified as a "Series."

For collection, it is best to decompose it into multiple entries unless the collection is on-going.

The current status of the media

"Finished" means that the media as been completed and there is no expected continuation.

The default shelf is "None," aka planning.

Please check the connection status and make sure there is no conflict with the database. The version you see here will overide the version on the server.

Activity log

This is the last FINISHED place

V: volume, S: season, C: chapter
We need to keep track of this even for completed read just in case there is a new chapter. Entries that has activities but not in any shelf means we are planning to follow it. If it is on the dropped shelf, that means there is no plan to continue.

Your current status with the media

Active: you are actively following and getting the newest version
Done: you have reached the (foreseeable) ending
Drop: you have stop following it even though you haven't reached the end
If this field is empty: there is an intention to follow it OR you have reached the limit of the authors, but the media is not completed

Sync database

Note with Git

This will run git pull, so you may need to resolve any conflicts. This may update the server, so it is a good idea to restart the server.

Because this will attempt to run git commit, if there is nothing new in the database, the command will fail.

git pull && git add database.json && git commit -m "Sync database" && git push