This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# The script must be executed as the root user, or it will fail. | |
# You must have "Container Manager" installed before running this script. | |
# Additionally, "Emby Server" must be running or the script will do nothing. | |
# Manually run the script once to apply free Emby Premiere patch. | |
# Make sure to update the ASSET_PREFIX and ASSET_SUFFIX based on your Synology model. | |
# Check your asset prefix and suffix from here: https://github.com/MediaBrowser/Emby.Releases/releases/latest | |
# CAUTION: Tested only on emby-server-synology72_4.8.10.0_x86_64.spk. Compatibility with other versions is no guarantee. |