From 206aa629f638b5623bd61ca7eebdef37a93b7f2c Mon Sep 17 00:00:00 2001 From: Holden Date: Mon, 3 Aug 2026 18:45:51 +0000 Subject: [PATCH 1/2] Add donation links (GitHub Sponsors, Ko-fi) --- .github/FUNDING.yml | 2 ++ README.md | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..0772321 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +github: sudolulo +ko_fi: sudolulo diff --git a/README.md b/README.md index 197cb09..a87da64 100644 --- a/README.md +++ b/README.md @@ -273,3 +273,8 @@ When run with a terminal attached, winnow starts an interactive session: select ## Attribution Based on [if_curator](https://github.com/ds-sebastian/if_curator) by Sebastian, licensed MIT. + +## Support + +If winnow is useful to you, consider supporting development via +[GitHub Sponsors](https://github.com/sponsors/sudolulo) or [Ko-fi](https://ko-fi.com/sudolulo). From 28217c3f0053514099b3e93f6a3d683e0e9c30ae Mon Sep 17 00:00:00 2001 From: Holden Date: Mon, 3 Aug 2026 19:10:11 +0000 Subject: [PATCH 2/2] Add sponsor badges to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a87da64..b67bb11 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # winnow -[![Docker](https://github.com/sudolulo/winnow/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/sudolulo/winnow/actions/workflows/docker-publish.yml) [![Test](https://github.com/sudolulo/winnow/actions/workflows/test.yml/badge.svg)](https://github.com/sudolulo/winnow/actions/workflows/test.yml) [![GitHub release](https://img.shields.io/github/v/release/sudolulo/winnow)](https://github.com/sudolulo/winnow/releases/latest) [![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](LICENSE) [![Immich](https://img.shields.io/badge/Immich-v1.106%2B-blueviolet)](https://immich.app) [![Frigate](https://img.shields.io/badge/Frigate-Ready-brightgreen)](https://frigate.video) +[![Docker](https://github.com/sudolulo/winnow/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/sudolulo/winnow/actions/workflows/docker-publish.yml) [![Test](https://github.com/sudolulo/winnow/actions/workflows/test.yml/badge.svg)](https://github.com/sudolulo/winnow/actions/workflows/test.yml) [![GitHub release](https://img.shields.io/github/v/release/sudolulo/winnow)](https://github.com/sudolulo/winnow/releases/latest) [![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](LICENSE) [![Immich](https://img.shields.io/badge/Immich-v1.106%2B-blueviolet)](https://immich.app) [![Frigate](https://img.shields.io/badge/Frigate-Ready-brightgreen)](https://frigate.video) [![GitHub Sponsors](https://img.shields.io/badge/GitHub%20Sponsors-%E2%9D%A4-EA4AAA?logo=githubsponsors&logoColor=white)](https://github.com/sponsors/sudolulo) [![Ko-fi](https://img.shields.io/badge/Ko--fi-support-FF5E5B?logo=kofi&logoColor=white)](https://ko-fi.com/sudolulo) > **Note:** winnow's approach to training Frigate face recognition is not an officially documented workflow — results may vary.