Table of Contents

Eden Batch Downloader
Preview Status
Discontinued Discontinued
Platforms
JAVA Linux Microsoft Windows Anime & Manga
Download
Manga Downloader

Eden (formerly MangaEden.com) Batch Downloader is a simple multiplatform tool to download in batch manga chapters from MangaEden.com.

Warning: this application is no longer supported now! Please take a look at Manga Downloader for a replacement.

Installation

Instructions about command line mode

Starting from v5.0 the program has a command line mode!

To start the program in command line mode you have to launch it from a terminal using the following simple syntax:

java -jar EdenBatchDownloader.jar -c EBD.xml

The option -c brings the program to start the command line mode. EBD.xml is the config file with all parameters needed for the download process.

But how to create a valid EBD.xml? Well, you have 2 possible ways available:

  1. Using the program in the normal graphical mode: it is the most easy and suitable for beginners way, simply set everything in program as you want it (from EditSettings), open any manga you want and select from the list the chapters you want to download. In the end, instead of clicking on the button to start the download, go into the File menu and you'll can find the option Export to XML.
    Using it the program will ask you where to save a EBD.xml file ready to be imported and used in command line mode!
  2. Using the following template editing it according to your choices:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <!DOCTYPE preferences SYSTEM "http://java.sun.com/dtd/preferences.dtd">
    <preferences EXTERNAL_XML_VERSION="1.0">
      <root type="user">
        <map/>
        <node name="EdenBatchDownloader">
          <map>
            <entry key="CHAPTERS" value="12,13,15,22,53,54,55,60"/>
            <entry key="MODE" value="PDF"/>
            <entry key="OUTPUT" value="/home/redsquirrel"/>
            <entry key="PDFQ" value="9"/>
            <entry key="SINGLE" value="0"/>
            <entry key="URL" value="http://www.mangaeden.com/it-manga/one-piece"/>
          </map>
        </node>
      </root>
    </preferences>

The parameters you have to change are those indicated as key of which you have to replace the value in the corresponding entry value. Be careful to edit only them otherwise you will get a corrupted XML that will not be imported by the program.

The purpose of each key is deducible, but here below you can find a detailed explanation for each of them:

Important: you have NOT to insert the chapter's number, you have to insert the index of the chapter into the list on website!
To understand this better here's a picture that explains what are the indices (click on image to view full size):

As you can see the red numbers on the left indicate the indexes that you have to enter to download the corrisponding chapter on the right.
Note: I have not added support for the chapter's number simply because they do not really reflect the position of the chapter! Let's do a simple example: in a manga there could be a chapter 0 (zero) or a chapter 1.5 or even a double chapter 2… in all these cases the chapter 3 will not really be in position 3 because before it there are more than two chapters!

Note: if this parameter is missing or has a not allowed value then the program will use the default value that is CBZ.

Note: if this parameter is missing then the program will use the default value that is the current working directory.

Note: if this parameter is missing or has a not allowed value then the program will use the default value that is 9.

Note: if this parameter is missing or has a not allowed value then the program will use the default value that is 0.

Bugs, Issues, Enhancements and Proposals

You can report any bugs or issues, as well as suggestions for enhancements and proposals, using the project's official page on BitBucket.

Changelog

v6.2.1

v6.2

v6.1

v6.0

Important note: since v6.0 suffered of a total rewrite of much of the program's functions, surely there could be bugs that are entirely new. I therefore ask you to be patient if you get any of them and please report them immediately through the official project page on BitBucket you can find HERE, thank you.

v5.1

v5.0

v4.1

v4.0

v3.0

Final note about v3.0: as said before, because of the new policy adopted by Mangaeden.com, it is no longer possible to download the manga directly in CBZ from the site. For this reason I had to opt for the manual download page by page. Unfortunately, as you can easily imagine, this means that whereas in past versions there was only one thing to do (download the CBZ file) now the process becomes longer and more complex (request to the APIs of the pages in the chapter → download of each page → eventual compression CBZ → eventual elimination of downloaded pages) which requires much longer time. So please be patient and be ready to wait longer.

v2.1

v2.0

v1.4

v1.3

v1.2

v1.1

v1.0

Thanks