From 8452f463a324ed7bca615b44c2f44abc830edd5c Mon Sep 17 00:00:00 2001 From: Joe Bushell Date: Tue, 26 May 2026 23:00:15 +0100 Subject: [PATCH 1/2] Add Apple Music Artist extension --- README.md | 3 +++ repositories.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 48d1856..46bece6 100644 --- a/README.md +++ b/README.md @@ -235,3 +235,6 @@ There are some FreshRSS extensions out there, developed by community members. * [Three Pane Reader](https://github.com/caglaryalcin/xExtension-ThreePaneReader): An Inoreader-style three-pane reading layout (navigation, article list, and article content side by side) +### By [@sanpo](https://codeberg.org/sanpo), [Web](https://sanpo.land) + +* [Apple Music Artist](https://codeberg.org/sanpo/xExtension-AppleMusicArtist): Subscribe to an artist's releases by their Apple Music artist page URL. diff --git a/repositories.json b/repositories.json index 0bb1328..2a204d1 100644 --- a/repositories.json +++ b/repositories.json @@ -127,4 +127,7 @@ }, { "url": "https://github.com/caglaryalcin/xExtension-ThreePaneReader", "type": "git" +}, { + "url": "git.sanpo.land/joe/xExtension-AppleMusicArtist", + "type": "git" }] From 02d60102d814f50e9c710665af1c7741b94c52c9 Mon Sep 17 00:00:00 2001 From: sanpo Date: Wed, 27 May 2026 13:56:34 +0100 Subject: [PATCH 2/2] Use codeberg repository --- repositories.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repositories.json b/repositories.json index 2a204d1..7ee0a82 100644 --- a/repositories.json +++ b/repositories.json @@ -128,6 +128,6 @@ "url": "https://github.com/caglaryalcin/xExtension-ThreePaneReader", "type": "git" }, { - "url": "git.sanpo.land/joe/xExtension-AppleMusicArtist", + "url": "https://codeberg.org/sanpo/xExtension-AppleMusicArtist", "type": "git" }]