A simple tool that takes MangaRocks database and outputs a file that you can import using the backup restore tool in Tachiyomi.
Only supports Android version of MangaRock.
Currently only supports the sources MangaRock, MangaEden, MangaReader.
Currently the steps are very technical and might be complicated for the typical user, be aware!
Pre-requisites:
- Java 8
- MR2Tachiyomi Application Jar
- Tachiyomi and extensions (Download in-app)
-
Find and copy the
mangarock.db
file on your android device to your PC- File is located in the directory
root:/data/data/com.notabasement.mangarock.android.lotus/databases
- File is located in the directory
-
Run MR2Tachiyomi Application Jar (Double click the jar) and open the copied
mangarock.db
file.
ClickRun
and choose a save location for the output file (Read below for more details).
Optionally for those wanting to use the command line instead of GUI:
java -jar mr2tachiyomi.jar -i /path/to/mangarock.db -o /path/to/output.json
- After running there will be a new file created which can be imported into Tachiyomi using the backup restore feature in the settings menu. Note: MangaRock or other relevant Tachiyomi source extensions must be installed, or else the import will fail.
-
Backup MangaRock using Helium Backup
-
Copy the file
sdcard:/carbon/com.notabasement.mangarock.android.lotus/com.notabasement.mangarock.android.lotus.ab
to your pc -
Run MR2Tachiyomi Application Jar (Double click the jar) and open the copied
com.notabasement.mangarock.android.lotus.ab
file.
ClickRun
and choose a save location for the output file (Read below for more details).
Optionally for those wanting to use the command line instead of GUI:
java -jar mr2tachiyomi.jar -i /path/to/androidbackup.ab -o /path/to/output.json
- After running there will be a new file created which can be imported into Tachiyomi using the backup restore feature in the settings menu. Note: MangaRock or other relevant Tachiyomi source extensions must be installed, or else the import will fail.
Change the output file name to get the desired format:
- Tachiyomi Backup Json ->
output.json
- CSV List File ->
output.csv
oroutput.txt
Having problems with Helium on PC?
Try using the Chromium extension instead
I'm getting some kind of SQLite error!
The tool decodes a mangarock.db file out of the backup ab file, if it's 0kb in size then you have a bad backup.
- Original C reference implementation for Android Backup to Tar algorithm: https://github.com/floe/helium_ab2tar