AnColle is a GUI tool for keeping track of your anime and video game music collection. It allows you to track any products or franchises found at VGMdb. It uses the web API found at http://vgmdb.info/ to interface with VGMdb.
- Navigate with the mouse
- On the Product Tracker:
- Add a product from the Product Tracker tab by clicking the "+" node, or by pressing
A
- Remove a product from the Product Tracker by right-clicking it and selecting
Remove Product
- Add a product from the Product Tracker tab by clicking the "+" node, or by pressing
- When viewing a product's albums (Album View):
Left-Click
an album to toggle collected statusShift + Left-Click
an album to toggle wished statusCtrl + Left-Click
to open album detailsMiddle-Click
an album to open album details in the backgroundRight-Click
an album for a context menu
- On any tab but the Product Tracker:
Ctrl + W
to close the current tab
- Visibility of hidden items can be toggled with
View -> Show hidden items
The product tracker, populated:
Viewing a product's albums:
Viewing an album's details:
More screenshots | Demo video (mp4)
This project requires JDK 8 and JavaFX, and is built using the Ant build tool. From the project directory, running ant
should build the project to an executable JAR which will be placed in the dist/
directory.
Zipped release builds can be found in the builds/
directory.
Error: Could not find or load main class
occurs when your Java does not have JavaFX bundled with it (which is the case
for OpenJDK8). Install the JavaFX package for your platform to fix this issue.
This software bundles a binary of the json-simple library v1.1.1 for Java, which is licenced under the Apache 2.0 licence.