Skip to main content

A little tool to keep your emby media server up to date.

Project description

emby-updater

emby-updater is a small tool to keep the Emby media server up to date (even including beta-versions).

Using emby-updater

All in one binary

The binary distribution is DEPRECATED, DON'T USE

Thanks to PyInstaller you can download emby-updater without to care about any dependencies, because they are inbuilt to the binary.

Just head over to the releases page and download the binary.

Currently only Ubuntu 18.04+ (amd64) is supported.

Python code for maximum flexibility

Do you want to control what is running on your system?
Grab the Python code, install the dependencies and run or modify it :)

Setup

with pipx (recommended)

Install pipx

sudo -i
apt update && \
  apt install -y python3-apt; \
  pipx install --system-site-packages emby-updater
with pip in the user environment
sudo apt update && \
sudo apt install -y python3 python3-pip python3-apt; \
pip3 install --user emby-updater
from binary distribution

The binary distribution is DEPRECATED, DON'T USE

1. Go to the latest release page.
2. Download the binary distribution package to ~/Downloads.
3. make it executable with chmod +x ~/Downloads/emby-updater.
4. move it to /usr/local/sbin.

DEPRECATED -- sudo mv ~/Downloads/emby-updater /usr/local/sbin/

Usage

usage: emby-updater.py [-h] [--beta] [-d DOWNLOAD_PATH] [--update] [--version]
                       [-y]

emby-updater will help you to install Emby (updates) easily.

optional arguments:
  -h, --help            show this help message and exit
  --beta                installs Emby beta versions
  -d DOWNLOAD_PATH, --download-path DOWNLOAD_PATH
                        set path for downloaded binaries
  --update              update the script itself if an update is available
  --version             show program's version number and exit
  -y, --yes             automatic yes to prompts. Assume "yes" as answer to
                        all prompts and run non-interactively. If an
                        undesirable situation, such as changing a held package
                        or removing an essential package, occurs then emby-
                        updater.py will abort.

This is an unofficial update tool for the Emby media server.
It's not supported through any official Emby Support.
emby-updater is proudly presented by Philip 'ShokiNN' Henning <mail@philip-henning.com>.

emby-updater is licensed under MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

emby-updater-0.8.4.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

emby_updater-0.8.4-py3-none-any.whl (7.0 kB view details)

Uploaded Python 3

File details

Details for the file emby-updater-0.8.4.tar.gz.

File metadata

  • Download URL: emby-updater-0.8.4.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for emby-updater-0.8.4.tar.gz
Algorithm Hash digest
SHA256 37a39053c893fbb0f2677162c1c2d92fedce48b9b6ba7f2a2abc286c66316c16
MD5 64c37b4564d831cb691e2c08312f721b
BLAKE2b-256 cc53c50e66a6dceff8262a7c30ce447dc41eab31bfb79f91abba39513a4d2383

See more details on using hashes here.

File details

Details for the file emby_updater-0.8.4-py3-none-any.whl.

File metadata

File hashes

Hashes for emby_updater-0.8.4-py3-none-any.whl
Algorithm Hash digest
SHA256 458d6073f5ea8a1a7acb4e4fda860813ec88d43e243e11f529bfab2abb4f1e8d
MD5 870154be0edbea5273ee4b0840f5c93a
BLAKE2b-256 9942fa965a5a5141c18944638ff70b9ee65acaf29b6f72e9e278a92e92637d5b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page