A tool for adding anime to your anidb list.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
x3 1135f9df05
Remove TODO from readme
7 meses atrás
src Add 'myliststats' command 7 meses atrás
subm init 2 anos atrás
.gitignore init 2 anos atrás
.gitmodules init 2 anos atrás
Makefile Better field parsing 2 anos atrás
README.md Remove TODO from readme 7 meses atrás

README.md

Caniadd will add files to an AniDB list.

None of the already existing clients did exactly what I wanted, so here I am. Caniadd is still in developement, but is is already usable. That is, it implements logging in, encryption, ed2k hashing and adding files, basic ratelimit, keepalive, and file caching.

In the future I want to write an mpv plugin that will use the cached database from caniadd to automatically mark an episode watched on AniDB. That will be the peak comfy animu list management experience.

Install

You'll need to download the developement package for sqlite3. Caniadd also needs pthreads, but that's probably already there.

git clone --recurse-submodules https://git.lain.church/x3/caniadd
cd caniadd
make
./caniadd -h

Things to do:

  • NAT handling
  • Multi thread hashing
  • Read/write timeout in net
  • Decode escaping from server
  • Use a config file
  • Add newline escape to server
  • Add support for compression
  • Implement session saving between different invocations, and session destroying
  • Automatically remove found anime from wishlist
  • Make deleting from mylist possible, with
    • Name regexes,
    • If file is not found at a scan
  • Buffer up mylistadd api cmds when waiting for ratelimit
  • Handle C-c gracefully at any time
  • After some time passes between now and cache moddate and it's not watched, then query and update it
  • Update cache entry is modify is used
  • Pretty hashing with color and progress bars and the other fancy stuff
  • Keep track of files not in AniDB. Maybe with a NULL lid?
  • Write -h page, and maybe a man page too