remove transcode mapping
This commit is contained in:
2
.github/workflows/external_trigger.yml
vendored
2
.github/workflows/external_trigger.yml
vendored
@@ -93,7 +93,7 @@ jobs:
|
|||||||
else
|
else
|
||||||
echo "**** Not all artifacts are published yet, skipping trigger ****"
|
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."
|
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"}],
|
"description": "**Trigger Failed** \n**Reason:** '"${FAILURE_REASON}"' \n"}],
|
||||||
"username": "Github Actions"}' ${{ secrets.DISCORD_WEBHOOK }}
|
"username": "Github Actions"}' ${{ secrets.DISCORD_WEBHOOK }}
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -89,7 +89,6 @@ services:
|
|||||||
- /path/to/library:/config
|
- /path/to/library:/config
|
||||||
- /path/to/tvshows:/data/tvshows
|
- /path/to/tvshows:/data/tvshows
|
||||||
- /path/to/movies:/data/movies
|
- /path/to/movies:/data/movies
|
||||||
- /path/for/transcoding:/transcode #optional
|
|
||||||
- /opt/vc/lib:/opt/vc/lib #optional
|
- /opt/vc/lib:/opt/vc/lib #optional
|
||||||
ports:
|
ports:
|
||||||
- 8096:8096
|
- 8096:8096
|
||||||
@@ -117,7 +116,6 @@ docker run -d \
|
|||||||
-v /path/to/library:/config \
|
-v /path/to/library:/config \
|
||||||
-v /path/to/tvshows:/data/tvshows \
|
-v /path/to/tvshows:/data/tvshows \
|
||||||
-v /path/to/movies:/data/movies \
|
-v /path/to/movies:/data/movies \
|
||||||
-v /path/for/transcoding:/transcode `#optional` \
|
|
||||||
-v /opt/vc/lib:/opt/vc/lib `#optional` \
|
-v /opt/vc/lib:/opt/vc/lib `#optional` \
|
||||||
--device /dev/dri:/dev/dri `#optional` \
|
--device /dev/dri:/dev/dri `#optional` \
|
||||||
--device /dev/vchiq:/dev/vchiq `#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 /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/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 /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*. |
|
| `-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/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). |
|
| `--device /dev/vchiq` | Only needed if you want to use your Raspberry Pi OpenMax video encoding (Bellagio). |
|
||||||
|
|||||||
@@ -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."}
|
- { 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_usage_include_vols: true
|
||||||
opt_param_volumes:
|
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*." }
|
- { 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_device_map: true
|
||||||
opt_param_devices:
|
opt_param_devices:
|
||||||
|
|||||||
Reference in New Issue
Block a user