This just got way easier as comskip seems to be in apt packages now. The only thing you need to do is slightly modify the script in jellyfin-dvr-comskip because it assumes a docker install
sudo apt install comskip
This just got way easier as comskip seems to be in apt packages now. The only thing you need to do is slightly modify the script in jellyfin-dvr-comskip because it assumes a docker install
sudo apt install comskip
| // Computes the HMAC for requests sent to the Coinbase Pro API. | |
| // | |
| // - Add the following code as Postman pre-request script | |
| // - Adapt the getPatch function an the variable names according to your needs | |
| const timestamp = Date.now() / 1000; | |
| function getPath(url) { | |
| // URL path regex works only if your URLs look like this: {{api_url}}/resource | |
| // If you use hardcoded URLs or any other scheme, adapt the regex pattern! |