Sign inSign up

jandrop/xnoppo

By jandrop

Updated over 5 years ago

This is a wrapper in docker of xnoppo script to share content from Emby server to the Oppo 203

Image
7

100K+

jandrop/xnoppo repository overview

Xnoppo

This is a wrapper for the Siberian's script to make it possible to share content from the Emby server to the Oppo 203 and clones with Jailbreak

Getting Started

These instructions will cover usage information and for the docker container

Prerequisities

In order to run this container, you'll need Docker installed.

Usage
To start the service

Just create the docker-compose.yml for Xnoppo 1.5c

version: '2'
services:
  xnoppo:
    image: jandrop/xnoppo:latest
    restart: always
    volumes:
    - ./config:/emby
    network_mode: "bridge"

for Xnoppo 2.0 just map the port 8090 to enter in the web config interface

version: '2'
services:
  xnoppo:
    image: jandrop/xnoppo:2.0
    restart: always
    volumes:
    - ./config:/emby
   ports:
    - 8090:8090
    network_mode: "bridge"

and run it

docker-compose up -d

Xnoppo 1.5c / Xnoppo 2.0: if you have the config.json just copy it into the config folder and then restart the container

docker-compose restart

ONLY Xnoppo 1.5c: if you need to configure the service just run

docker exec -it CONTAINER_ID python3 /emby/emby_xnoppo_conf.py

Xnoppo 2.0: To configure the service just enter in the web UI http://server_ip:8090/emby_conf.html

For Synology follow this video

If you need more info you can visit avpassion forum

Tag summary

Content type

Image

Digest

Size

26.4 MB

Last updated

almost 6 years ago

docker pull jandrop/xnoppo