Sign inSign up

masonxx/mediaelch

By masonxx

•Updated over 2 years ago

Image
2

100K+

masonxx/mediaelch repository overview

⁠I'm pretty new to this docker stuff, so use it at your own risk!

⁠docker-mediaelch

Container for MediaElch (http://www.kvibes.de/mediaelch/⁠)

Run MediaElch with HTTP GUI (port 5800) or RDM (port 5900).

Exported Volumes

Based on https://github.com/Giftie/docker-mediaelch⁠ which uses the latest ppa:mediaelch/mediaelch-stable

⁠Usage

Containerizd 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)
  • -v /home/mediaelch/.config/kvibes - where MediaElch should store config files. / UPDATE: actually its stored here /config/xdg/config/kvibes
  • -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

⁠Run command

docker run -p 5800:5800 -p 5900:5900 -v /path/to/config/folder:/config/xdg/config/kvibes -v /path/to/media:/movies -e PGID=1000 -e PUID=1000 mediaelch:latest

⁠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.

⁠Update

Fixed the VNC resolution (1600x900) in the browser to display the full artwork with Image 1.1

01.01.2021 - Updated to latest MediaElch Version 2.8.2.1

12.01.2021 - Updated to latest MediaElch Version 2.8.4

26.01.2021 - Updated to latest MediaElch Version 2.8.6

27.04.2021 - Updated to latest MediaElch Version 2.8.8 also using this version as docker tag to make things easier

04.05.2021 - Updated to latest MediaElch Version 2.8.10

10.05.2021 - Updated to latest MediaElch Version 2.8.12

13.03.2022 - Updated to latest MediaElch Version 2.8.16

28.10.2022 - Updated to latest MediaElch Version 2.8.18

22.06.2024 - Updatet to MediaElch Version 2.10.0 seems they deprecated the ppa for further versions. Need to find another way to integrate it

Tag summary

Content type

Image

Digest

sha256:ccf3562c9…

Size

277.6 MB

Last updated

over 2 years ago

docker pull masonxx/mediaelch