pdfrg

Results 20 comments of pdfrg

For a simple message using gotify-cli: ``` cat /var/log/unattended-upgrades/unattended-upgrades.log | grep Packages | gotify push ``` If you also want to be notified when no packages were upgraded, substitute ```...

Sure, but this curl command will not include the TITLE or PRIORITY you assigned. I think they are optional, however. You also need to replace `` with your actual token....

Everything is right, you just didn't define PRIORITY. When I run your script, with just the addition of ``` PRIORITY=5 ``` It works as desired.

You initially asked "but how can I list all upgraded programs?" Which is why I included the grep filter to list only those packages. However, if you want to send...

Love the links and scores. May I suggest for Rotten Tomatoes, including both the critics score and the audience score? Thanks very much.

qB: 4.5.5 OS: ubuntu 22.04 I can't get this to work either. Not sure if I'm missing something or it's not possible. https://github.com/qbittorrent/qBittorrent/issues/14480#issuecomment-1898704657 Thanks.

OK, I have been working with the template, testing and enhancing. Now with working links to TMDB, IMDb, tvdb, and MusicBrainz where appropriate. Also with audio and video codec information,...

Latest revision of my Gotify template. 1. Incorporated workaround of point 1 in above comment, using coverartarchive.org. 2. Reorganized template to combine title and message for each type of notification,...

I'm glad you found it useful. I'm still using the template above without additional modifications. There is a brief line on the plugin homepage https://github.com/jellyfin/jellyfin-plugin-webhook that says "See [Templates](https://github.com/jellyfin/jellyfin-plugin-webhook/blob/master/Jellyfin.Plugin.Webhook/Templates) for...

> You can use `{{ServerUrl}}` instead of `http://SERVER_IP:PORT`. Edit: I think there should be a default fully-fleshed template assumed if one isn't using a custom one, or a warning that...