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
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)
pipx install 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
- Go to the latest release page.
- Download the binary distribution package to
~/Downloads
. - make it executable with
chmod +x ~/Downloads/emby-updater
. - move it to
/usr/local/sbin
.
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
Built Distribution
File details
Details for the file emby-updater-0.8.2.tar.gz
.
File metadata
- Download URL: emby-updater-0.8.2.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1394b102ef6db9901ca1003fffe42c030cdf06feef2747125a180f44001d419a |
|
MD5 | ae0bdc0f24a08efb96fa304cc49de92e |
|
BLAKE2b-256 | a7aae8d233244435a1ab2093e2c323b6f2a9596eafac381235a026f5d09691a3 |
File details
Details for the file emby_updater-0.8.2-py3-none-any.whl
.
File metadata
- Download URL: emby_updater-0.8.2-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dafe2bb52b6aa78e44cbffe6f9ab4c4c4c17e12d206b3439219aba6d41095211 |
|
MD5 | 80c489b2fdbd7ea0b2299e31ce5cea7e |
|
BLAKE2b-256 | 0957f75d4d9790db4046a6a35dad8e7a73a9bf1f4b4dd8fa3eb45d3a3237496e |