Code Monkey home page Code Monkey logo

emulerr's Introduction

eMulerr

Seamless integration for eD2k/KAD (eMule) networks and Radarr/Sonarr, enjoy.

Running the container

Add the following service to your docker-compose:

services:
  emulerr:
    image: isc30/emulerr:latest
    container_name: emulerr
    restart: unless-stopped
    tty: true
    environment:
      - PUID=1000
      - PGID=1000
      - PORT=3000 # optional, default=3000
      - ED2K_PORT=4662 # optional, default=4662
      - LOG_LEVEL=info # optional, default=info
      - PASSWORD=1234 # optional, user=emulerr
    ports:
      - "3000:3000" # web ui
      - "4662:4662" # ed2k tcp
      - "4662:4662/udp" # ed2k udp
      - "4665:4665/udp" # optional, ed2k global search udp (tcp port +3)
    volumes:
      - ./config:/config # required
      - ./downloads:/downloads # required

(Optional) Add eMulerr as a dependency for Radarr, Sonarr, etc:

 radarr:
   image: lscr.io/linuxserver/radarr:latest
+  depends_on:
+    emulerr:
+      condition: service_healthy

Configuring *rr

In order to get started, configure the Download Client in *RR:

  • Type: qBittorrent
  • Name: emulerr
  • Host: emulerr
  • Port: 3000
  • Username (if using PASSWORD): emulerr
  • Password (if using PASSWORD): PASSWORD (from environment variable)
  • Priority: 50
  • Remove completed: Yes

Also set the Download Client's Remote Path Mappings:

  • Host: emulerr
  • Remote Path: /downloads
  • Local Path: {The /downloads folder inside MOUNTED PATH FOR RADARR}

Then, add a new Indexer in *RR:

  • Type: Torznab
  • Name: emulerr
  • RSS: No
  • Automatic Search: No
  • Interactive Search: Yes
  • URL: http://emulerr:3000/
  • API Key (if using PASSWORD): PASSWORD (from environment variable)
  • Download Client: emulerr

emulerr's People

Contributors

isc30 avatar

Stargazers

Thomas Cruz avatar  avatar Hautis avatar  avatar Desi avatar Jonas Hueg avatar Plamen Kmetski avatar Luis Finke avatar Miguel Vaello avatar  avatar FiSTWHO avatar Juanjo avatar  avatar

Watchers

 avatar

emulerr's Issues

Install on UNRAID

I don´t know how to add the dependency to radarr, as I'm using it on my Unraid server.

Maybe someone could explain it to me ?

radarr:
   image: lscr.io/linuxserver/radarr:latest
+  depends_on:
+    emulerr:
+      condition: service_healthy

Platform Error on raspberry pi

Hi,
I ran emulerr on Raspberry Pi and I get this error."

 emulerr The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

Auto-redirect to homepage

OS : Unraid
Using docker compose :

services:
  emulerr:
    image: isc30/emulerr:latest
    container_name: emulerr
    restart: unless-stopped
    tty: true
    environment:
      - PUID=99
      - PGID=100
    ports:
      - "3003:3000" # web ui
      - "4662:4662" # ed2k tcp
      - "4662:4662/udp" # ed2k udp
      - "4665:4665/udp" # ed2k global search udp (tcp port +3)
    volumes:
      - /mnt/user/appdata/emulerr:/config
      - /mnt/user/downloads/nzb_torrents_completed:/downloads

After few minutes of working I'm unable to reach /download_client or / search page. I'm redirected to the homepage.

Here are the logs :

file:///emulerr/build/server/index.js:1182
    ...downloads.sort(
                 ^

TypeError: Cannot assign to read only property '0' of object '[object Array]'
    at Array.sort (<anonymous>)
    at file:///emulerr/build/server/index.js:1182:18
    at async file:///emulerr/build/server/index.js:144:32

Node.js v20.15.1

> start
> cross-env NODE_ENV=production node ./server.js

[setLogLevel] Setting log level to "info"
[18:10:42][info] [initializeJobs] Initializing jobs...
[18:10:42][info] Express server listening at http://localhost:3000
[18:10:46][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:10:48][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:10:49][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:10:56][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:01][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:05][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:12][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:13][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:21][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:22][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:23][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:23][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:24][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:25][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:25][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:26][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:26][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:27][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:11:31][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:13:12][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
[18:13:13][error] TypeError: Cannot assign to read only property '0' of object '[object Array]'
crond[48]: USER root pid 904 cmd run-parts /etc/periodic/15min

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.