All Projects → waicool20 → mr2tachiyomi

waicool20 / mr2tachiyomi

Licence: other
Import your Mangarock favorites to Tachiyomi

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to mr2tachiyomi

tachiyomi-extensions-1.x
[WIP] 1.x extensions rewrite
Stars: ✭ 20 (-58.33%)
Mutual labels:  manga, tachiyomi
Tachidesk-JUI
A Tachidesk Client built in Compose Multiplatform
Stars: ✭ 203 (+322.92%)
Mutual labels:  manga, tachiyomi
tachiyomi-1.x
[WIP] 1.x app rewrite
Stars: ✭ 182 (+279.17%)
Mutual labels:  manga, tachiyomi
Tachidesk-Server
A rewrite of Tachiyomi for the Desktop
Stars: ✭ 1,052 (+2091.67%)
Mutual labels:  manga, tachiyomi
Kitsu Tools
🔨 The tools we use to build Kitsu, the coolest platform for anime and manga
Stars: ✭ 2,055 (+4181.25%)
Mutual labels:  manga
Manga
漫画阅读类APP,漫画来源利用爬虫获取
Stars: ✭ 147 (+206.25%)
Mutual labels:  manga
Kitsu Server
🚂 Rails API server for Kitsu
Stars: ✭ 145 (+202.08%)
Mutual labels:  manga
Kmanga
KManga site
Stars: ✭ 134 (+179.17%)
Mutual labels:  manga
fanga
A manga reader and downloader made with flutter
Stars: ✭ 61 (+27.08%)
Mutual labels:  manga
Opencomic
Comic and Manga reader, written with Node.js and using Electron
Stars: ✭ 213 (+343.75%)
Mutual labels:  manga
Happypanda
A cross platform manga/doujinshi manager with namespace & tag support
Stars: ✭ 161 (+235.42%)
Mutual labels:  manga
Mangaripper
This software helps you download manga (Japanese Comic) from several websites for your offline viewing.
Stars: ✭ 151 (+214.58%)
Mutual labels:  manga
Toshocat
Anime and Manga list app for desktop.
Stars: ✭ 174 (+262.5%)
Mutual labels:  manga
Text segmentation image inpainting
Stars: ✭ 146 (+204.17%)
Mutual labels:  manga
Malclient
Not so small client app for Myanimelist.net - Windows 10 UWP & Android
Stars: ✭ 253 (+427.08%)
Mutual labels:  manga
Malgraph4
MALgraph: statistics service for MyAnimeList.net users.
Stars: ✭ 143 (+197.92%)
Mutual labels:  manga
Kitsu Web
🔥 Ember.js app for Kitsu
Stars: ✭ 158 (+229.17%)
Mutual labels:  manga
Jikan Rest
The REST API for Jikan
Stars: ✭ 200 (+316.67%)
Mutual labels:  manga
Openmanga
Manga reader for Android - MOVED TO https://github.com/nv95/Kotatsu
Stars: ✭ 157 (+227.08%)
Mutual labels:  manga
Nhder
🔞 Download manga from nhentai.net 一个含有语言过滤和智能去重功能的N站本子下载器
Stars: ✭ 152 (+216.67%)
Mutual labels:  manga

MR2Tachiyomi

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.

Usage

Currently the steps are very technical and might be complicated for the typical user, be aware!

Pre-requisites:

Method 1: Using mangarock.db (Rooted devices only)

  1. 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
  2. Run MR2Tachiyomi Application Jar (Double click the jar) and open the copied mangarock.db file.
    Click Run 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

  1. 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.

Method 2: Using Helium Backup (Both Non-Rooted or Rooted devices)

  1. Backup MangaRock using Helium Backup

  2. Copy the file
    sdcard:/carbon/com.notabasement.mangarock.android.lotus/com.notabasement.mangarock.android.lotus.ab
    to your pc

  3. Run MR2Tachiyomi Application Jar (Double click the jar) and open the copied com.notabasement.mangarock.android.lotus.ab file.
    Click Run 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

  1. 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.

File output

Change the output file name to get the desired format:

  • Tachiyomi Backup Json -> output.json
  • CSV List File -> output.csv or output.txt

Troubleshooting

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.

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].