Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ Run MediaElch with HTTP GUI (port 5800) or RDM (port 5900).
Exported Volumes

## Usage
Containerizd MediaElch and allow remote accesss through HTTP GUI. Connect to `http://<docker_ip>:5800` to access mediaelch GUI
Containerised MediaElch and allow remote accesss through HTTP GUI. Connect to `http://<docker_ip>:5800` to access MediaElch GUI

## Parameters
* `-p 5800:5800 -p 5900:5900` - the port(s)
* `-p 5800:5800 -p 5900:5900` - the port(s).
* `-v /home/mediaelch/.config/kvibes` - where MediaElch should store config files.
* `-v /movies` - your movies folder
* `-v /shows` - your tv-shows folder
* `-e PGID` for GroupID - see below for explanation
* `-e PUID` for UserID - see below for explanation
* `-v /movies` - your movies folder.
* `-v /shows` - your tv-shows folder.
* `-e PGID` for GroupID - see below for explanation.
* `-e PUID` for UserID - see below for explanation.
* `-e DISPLAY_HEIGHT` - Height (in pixels) of the application's window.
* `-e DISPLAY_WIDTH` Width (in pixels) of the application's window.

### User / Group Identifiers
You can specify the user `PUID` and group `PGID`. Ensure the data volume directory on the host is owned by the same user.