Store your anime lists locally.
Find a file
2024-04-16 16:15:47 +02:00
images Add image for the readme 2024-04-09 19:42:59 +02:00
src Fix 'Lists' label's color 2024-04-16 16:15:47 +02:00
.gitignore Reupload 2024-04-09 18:46:06 +02:00
CMakeLists.txt Reupload 2024-04-09 18:46:06 +02:00
LICENSE Reupload 2024-04-09 18:46:06 +02:00
README.md Add image in README.md 2024-04-09 20:51:12 +02:00

Lali

Lali is a simple anime lists manager that stores your lists locally, but with the ability to use online services (e.g AniList) as source for adding animes to your local lists.

Lali

Lali is an acronym for Local Anime Lists

Features

  • Your anime lists are stored on your computer, no connection needed.
  • Search animes online (through API like AniList).
  • Add animes to your lists directly from a search.
  • [EXPERIMENTAL] Import your list directly from AniList.

Build

It has only been tested on Linux.

Requirements

  • g++
  • cmake
  • make
  • Qt6

Build Steps

Open a terminal in the project directory and run:

mkdir build && cd build
cmake ..
make

Then run (still from the build directory)

./src/lali

Configuration

The lists are saved in /home/$USER/.local/share/lali/save.json
The images are saved in /home/$USER/.cache/lali

This is currently not possible to change these paths for now.

License

GPLv3 (see the file "LICENSE" at the root)

Notes

This is currently a personnal project for learning purpose (C++/Qt/QML), I really want to finish it and do something nice, it might not be useful for everyone and not stable.