KJNeko / Atlas

A replacement program written in c++ to replace Game-List (f95zone game manager)
GNU General Public License v3.0
18 stars 3 forks source link

JDownloader2 Integration or workflow #121

Open CuddleBear92 opened 1 year ago

CuddleBear92 commented 1 year ago

Forgot to make this github issue! JD2 support!

Three ways to do this.

  1. add the MyJDownloader API to Atlas somehow. there is Python libraries for it (since we can run python in Atlas now?).

  2. Adding Java and Embedding it into Atlas with the headless jar file.

  3. we have JD2 presets, scripts and so on to help Atlas as much as possible. could generate an info file for example that would link the original source url which the Atlas importer could read and use.

Here is some links: https://github.com/mmarquezs/My.Jdownloader-API-Python-Library https://my.jdownloader.org/developers/ https://support.jdownloader.org/Knowledgebase/Article/View/install-jdownloader-on-nas-and-embedded-devices/10

Side note: JD2 will also extract archives and verify hash values of the download. Pretty much everything is within the MyJDownloader Api, you got access to all the settings you can think of im pretty sure.