Shailesh1297 / enimax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshots

Android

Chromium extension

How to build

After cloning the repository, run the following commands:

npm install -g cordova
cordova platform add android@9.0.0

This will take care of pretty much eveything.

To finally build the apk, run:

cordova build android

Chrome extension

You can also install the chrome extension: https://github.com/enimax-anime/enimax-chrome-extension

Firefox extension

You can also install the firefox extension: https://github.com/enimax-anime/enimax-firefox-extension

Synchronizing across devices

You can set up your own server: https://github.com/enimax-anime/enimax-server.

After your remote server has been set up:

  1. Open the app and then open the settings.
  2. Click on Change server.
  3. Turn off the Local setting.
  4. Enter the URL of your server with the port number (If the URL does not have a specific port number, just enter the URL without it).
  5. Then you'll be prompted to enter the URL without the port number.

Download

If you just want to download the pre-built app, go to the releases page.

Recovering old data

v1.1.6 uses an SQLite database instead of an IndexedDB to store downloaded-videos' data. Do the following to recover your data:

  1. Open the app and then open the settings.
  2. Click on Restore Data and it should take care of the rest.

If you have any issues, you can create an issue, or post it on the discord server.

Indirect contributors

Consumet and Aniyomi were really helpful when I was trying to fix Zoro and Fmovies!

Discord server

You can join the discord server if you have any issues, or would like to request a feature.

About


Languages

Language:JavaScript 73.3%Language:TypeScript 20.5%Language:CSS 3.9%Language:HTML 2.2%