Skip to content

Instantly share code, notes, and snippets.

@moonpic
moonpic / index.js
Created September 24, 2025 15:04 — forked from fscchan/index.js
MyAnimeList export file to Aniyomi local source converter
// Steps:
// 1. This script produces `./localanime` directory, copy it into `Aniyomi` folder
// 2. Go to `Local source` in Aniyomi
// 3. Manually add each title into your library, protip: set the display to `list` and use an autoclicker to longtap every row
// 4. Library won't use `details.json` info before the title is opened once, so set the display to `list` and use an autoclicker to open each title
// 5. That's it, you can then migrate the title to an extension to watch the show
var fs = require("fs");
var fetch = require("node-fetch");
var xmljs = require("xml-js");