From 12f32cf8d675d87f7b3ad56fc14106aed5c690ee Mon Sep 17 00:00:00 2001 From: aptalca Date: Sun, 17 Jan 2021 22:35:23 -0500 Subject: [PATCH] remove transcode mapping --- .github/workflows/external_trigger.yml | 2 +- README.md | 3 --- readme-vars.yml | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/external_trigger.yml b/.github/workflows/external_trigger.yml index 28430a6..0e73f5d 100644 --- a/.github/workflows/external_trigger.yml +++ b/.github/workflows/external_trigger.yml @@ -93,7 +93,7 @@ jobs: else echo "**** Not all artifacts are published yet, skipping trigger ****" FAILURE_REASON="New version ${EXT_RELEASE} for emby tag latest is detected, however not all artifacts are uploaded to upstream release yet. Will try again in 1 hr." - curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://cdn.discordapp.com/avatars/354986384542662657/df91181b3f1cf0ef1592fbe18e0962d7.png","embeds": [{"color": 16711680, + curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://cdn.discordapp.com/avatars/354986384542662657/df91181b3f1cf0ef1592fbe18e0962d7.png","embeds": [{"color": 9802903, "description": "**Trigger Failed** \n**Reason:** '"${FAILURE_REASON}"' \n"}], "username": "Github Actions"}' ${{ secrets.DISCORD_WEBHOOK }} fi diff --git a/README.md b/README.md index 09e0694..a36dc28 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,6 @@ services: - /path/to/library:/config - /path/to/tvshows:/data/tvshows - /path/to/movies:/data/movies - - /path/for/transcoding:/transcode #optional - /opt/vc/lib:/opt/vc/lib #optional ports: - 8096:8096 @@ -117,7 +116,6 @@ docker run -d \ -v /path/to/library:/config \ -v /path/to/tvshows:/data/tvshows \ -v /path/to/movies:/data/movies \ - -v /path/for/transcoding:/transcode `#optional` \ -v /opt/vc/lib:/opt/vc/lib `#optional` \ --device /dev/dri:/dev/dri `#optional` \ --device /dev/vchiq:/dev/vchiq `#optional` \ @@ -144,7 +142,6 @@ Container images are configured using parameters passed at runtime (such as thos | `-v /config` | Emby data storage location. *This can grow very large, 50gb+ is likely for a large collection.* | | `-v /data/tvshows` | Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc. | | `-v /data/movies` | Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc. | -| `-v /transcode` | Path for transcoding folder, *optional*. | | `-v /opt/vc/lib` | Path for Raspberry Pi OpenMAX libs *optional*. | | `--device /dev/dri` | Only needed if you want to use your Intel or AMD GPU for hardware accelerated video encoding (vaapi). | | `--device /dev/vchiq` | Only needed if you want to use your Raspberry Pi OpenMax video encoding (Bellagio). | diff --git a/readme-vars.yml b/readme-vars.yml index d02488e..cec0a72 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -39,7 +39,6 @@ opt_param_env_vars: - { env_var: "UMASK_SET", env_value: "<022>", desc: "for umask setting of Emby, default if left unset is 022."} opt_param_usage_include_vols: true opt_param_volumes: - - { vol_path: "/transcode", vol_host_path: "/path/for/transcoding", desc: "Path for transcoding folder, *optional*." } - { vol_path: "/opt/vc/lib", vol_host_path: "/opt/vc/lib", desc: "Path for Raspberry Pi OpenMAX libs *optional*." } opt_param_device_map: true opt_param_devices: