{"items":[{"id":"0e494a0b-6bed-4a10-9c2b-e4b0fc0e06d0","type":"push","org":"zhengqunkoo","repo":"mpv-notify-send","title":"Prevent icon cache issues by generating unique notification thumbnails","summary":"To avoid issues with the GTK icon cache inadvertently reusing old notification thumbnails, this commit updates the script to use unique filenames based on the notification title. Previously, all thumbnails were written to a static path, which could lead to stale icons appearing in subsequent notifications. This change ensures that each notification displays the correct associated image.","url":"https://nomit.dev/zhengqunkoo/mpv-notify-send/status/a677072d46787b381f93c77dc3d871558e0992ee6789f00e1909ea5554c8e319","author":"","contributors":[],"updated_at":"2022-05-31T15:09:53+00:00"},{"id":"56f83d58-ae37-4274-a32d-95cc20f05f68","type":"push","org":"zhengqunkoo","repo":"mpv-notify-send","title":"Switch notification library from https to http.request","summary":"Updated the notification script to use `http.request` instead of `https.request` for fetching remote metadata and artwork. This adjustment improves compatibility with environments where strict HTTPS binding might not be required or available for specific media API endpoints. The change ensures the script remains functional when handling external radio stream data.","url":"https://nomit.dev/zhengqunkoo/mpv-notify-send/status/f6e5e87b7ed6362a2eab096550df47a4fc611e6612a6cf109581c3566589b39a","author":"","contributors":[],"updated_at":"2022-05-31T14:23:04+00:00"},{"id":"3901952a-6f06-4379-86b3-730e8eb97e5e","type":"push","org":"zhengqunkoo","repo":"mpv-notify-send","title":"Prevent redundant metadata observe notifications on file load in notify-send.lua","summary":"This change optimizes metadata handling by moving the `mp.observe_property` registration out of the global scope. By moving it to `notify_current_media` with a brief sleep interval instead, we avoid redundant notifications that were previously triggered twice during the initial file load. This results in a cleaner notification experience when playing new media.","url":"https://nomit.dev/zhengqunkoo/mpv-notify-send/status/e2126d41f8d6b836bfd45836b399ec187270c65c819cd5b01879cf2878ba50a4","author":"","contributors":[],"updated_at":"2021-02-13T08:47:46+00:00"},{"id":"5ffb0147-0ed9-41b5-9c1c-c399670e2179","type":"push","org":"zhengqunkoo","repo":"mpv-notify-send","title":"Added automatic web radio art fetching to notification script","summary":"This update enhances the mpv notification script by enabling automatic retrieval of album art for configured web radio streams. By defining API paths in `config.json`, the script now fetches remote metadata to correctly display thumbnails in desktop notifications, creating a much better visual experience for radio listeners.","url":"https://nomit.dev/zhengqunkoo/mpv-notify-send/status/017247ba7a6dada627562d82404b50e2e33234f68fad33d87cd852d8a2072fd8","author":"","contributors":[],"updated_at":"2021-02-13T08:45:48+00:00"},{"id":"03b0fa67-fb29-4345-a389-2190a690ec2c","type":"push","org":"zhengqunkoo","repo":"mpv-notify-send","title":"Remove Pango markup escaping from media notifications","summary":"Removed the `escape_pango_markup` helper function and stopped escaping title strings in the `notify_media` function. This change allows users to utilize Pango markup directly in their media titles when displayed via `notify-send` notifications. Now you can use formatting like bold or italics in your media labels.","url":"https://nomit.dev/zhengqunkoo/mpv-notify-send/status/e7ddb7c1c0e05cc59e69ab3064c267a4734ef08ac39f71deaecd53d09ed3acd0","author":"","contributors":[],"updated_at":"2021-02-01T12:15:15+00:00"}],"pagination":{"offset":0,"limit":5,"has_more":true}}