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](https://emby.media/) up to date (even including beta-versions).

## Build Status

**Prod**
[![Prod Build pipeline status](https://ci.mischaufen.de/api/v1/teams/emby_updater/pipelines/emby-updater/jobs/build/badge)](https://ci.mischaufen.de/teams/emby_updater/pipelines/emby-updater/jobs/build/builds/)

**Workspace**
[![Workspace pipeline status](https://ci.mischaufen.de/api/v1/teams/emby_updater/pipelines/emby-updater/jobs/build/badge)](https://ci.mischaufen.de/teams/emby_updater/pipelines/emby-updater/jobs/build/builds/)

## Using emby-updater

### All in one binary

Thanks to [PyInstaller](https://www.pyinstaller.org/) 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](https://github.com/shokinn/emby-updater/releases) 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

```bash
sudo apt update && \
sudo apt install -y python3 python3-pip python3-apt git; \
git clone https://github.com/shokinn/emby-updater.git && \
cd emby-updater && \
pip3 install --user -r requirements.txt
```

### 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>.
```

## Building binary package

### Setup

```bash
sudo apt update && \
sudo apt install -y python3 python3-pip python3-apt git build-essential; \
git clone https://github.com/shokinn/emby-updater.git && \
cd emby-updater && \
pip3 install --user -r requirements.txt && \
pip3 install --user setuptools && \
pip3 install --user pyinstaller
```

### Build binary package

```bash
pyinstaller --onefile emby-updater.py
```

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.7.1.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

emby_updater-0.7.1-py3.7.egg (13.9 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: emby-updater-0.7.1.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.20.0 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.0

File hashes

Hashes for emby-updater-0.7.1.tar.gz
Algorithm Hash digest
SHA256 0a6ab54cc569b6e404d90ca2e5ede37a936d131c64096a2d1dd082037b8ca2c4
MD5 5f1564ae59f14ed31d85fb8ddc32c8d9
BLAKE2b-256 a629a85940d4c4566c607fff7b04d3bbe8af911613713892b410835b093ec4e1

See more details on using hashes here.

File details

Details for the file emby_updater-0.7.1-py3.7.egg.

File metadata

  • Download URL: emby_updater-0.7.1-py3.7.egg
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.20.0 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.0

File hashes

Hashes for emby_updater-0.7.1-py3.7.egg
Algorithm Hash digest
SHA256 3f4206c792cdd8fe62e3f9d44b355cfbba93c43516c027518983a5d2e07ef806
MD5 04905207b279380d0b12aaf77ad20758
BLAKE2b-256 f43af732d3f1c0d1b97e586c248be9043ea8a3aa7bc1a11192362c47fe87ce6d

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