Maintain a (local) database for anime files.
Contains scripts to hash and sort anime files,
as well as looking up files in AniDB utilizing the yumemi
Python module.
This project is licensed under the terms of the MIT license. These third-party files are included:
pyselect.py
: Copyright 2013 Matthew Behrens, under the terms of the MIT license.sorttable.js
: Copyright 2007 Stuart Langridge, under the terms of the X11/MIT license.
See also LICENSE.md
- Python 3 (>=3.6)
- yumemi Python module (optional, for interacting with AniDB)
- SQL database
- PostgreSQL works, and is recommended
- SQLite3 works, but does not support the
numeric
collation, editanime.py
:ep = Column(String(collation="numeric"))
=>ep = Column(String)
Copy weltschmerz.cfg.example
to weltschmerz.cfg
and adjust as necessary.
It is recommended to import your MyList first, as that will populate the Anime, Episode, and File tables.
- Request an
xml-plain-full
export of your MyList at AniDB - MyList Export - Download export file
- Extract the export file:
tar xf <mylist_export>.tgz
- Parse the export and populate the local database:
./parse_mylist_export.py --mylist-xml-files anime/a*.xml
./filehasher.py --folders /anime/by-id/00/00/01/ /anime/by-id/00/00/02/
Lookup the local files in AniDB and add them to your MyList, if they are present in AniDB.
./anidb.py --source-basedir /anime/by-id --debug --online
Interactively deduplicate local files, as well as set the modified time of duplicate files to the oldest one.
./remove_dupes.py --preferred-directory-pattern /anime/by-id
Sort/Move files, this will put the files into folders according to their anime ids (padded to 6 digits) from AniDB.
e.g. files for Seikai no Monshou (anime id 1) will be put in <target_basedir>/by-id/00/00/01
.
./move_files.py --source-basedir /anime/unsorted --target-basedir /anime
To be able to look for local anime by name, create symlinks to point to the folders created by "Sort local files".
This creates a by-name
folder under the target basedir.
- Download anime titles dump (XML) from AniDB, see AniDB Wiki - API/Anime Titles for instructions.
- Decompress the title dump:
gunzip anime-titles.xml.gz
- Run script to create the symlinks:
./animetitle.py anime-titles.xml /anime/