NeoDB
Self-hosted server for tracking books, movies, music, games, and podcasts
Alternative to: goodreads, letterboxd, myanimelist, storygraph
0.11.5.8
2025-04-21-
added back import status in data import/export page
-
Work migration by @j1g5awi - Each
Editionmay have more than oneWorkpreviously, this version changed it to only one and migrated existing data. The migration is done asynchronously after cluster restart. If you prefer doing this manually, add the following line to.env:
SKIP_MIGRATIONS=merge_works
and run neodb-manage catalog --migrate merge_works, this is safe to re-run multiple times if for whatever reason needed
- fixed bangumi parser - The data fix is done asynchronously after cluster restart. If you prefer doing this manually, add
SKIP_MIGRATIONS=fix_bangumito.env, and runneodb-manage catalog --migrate fix_bangumi, this is safe to re-run multiple times if for whatever reason needed. - To skip both data change in cluster restart, use
SKIP_MIGRATIONS=fix_bangumi,merge_works.