diff --git a/.claude/projects/-home-hoornet-projects-wrystr/memory/project_podcast_idea.md b/.claude/projects/-home-hoornet-projects-wrystr/memory/project_podcast_idea.md new file mode 100644 index 0000000..06f8978 --- /dev/null +++ b/.claude/projects/-home-hoornet-projects-wrystr/memory/project_podcast_idea.md @@ -0,0 +1,13 @@ +--- +name: Podcast playback idea +description: Background audio podcast playback in Wrystr, inspired by Fountain.fm's Nostr integration +type: project +--- + +**Idea: In-app podcast listening for Nostr-native podcasts** + +Fountain.fm publishes podcast episodes on Nostr. Wrystr could support playback the other way around — discover and listen to podcasts from within Wrystr. + +**Why:** Desktop app is perfect for background audio. Podcast + Nostr is a growing niche (Fountain.fm, Wavlake). Value4Value streaming sats would tie into existing NWC/zap infrastructure. Differentiator vs other Nostr clients. + +**How to apply:** When scoping future media features, consider this alongside the video/media feed idea. Key pieces: NIP-94 media metadata, podcast:item tags, persistent audio player (mini-player bar), background playback, V4V streaming sats via NWC. Research Fountain.fm's Nostr event structure before implementing. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee2fadf..4d411c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -137,7 +137,7 @@ jobs: ``` **Linux (Arch / Manjaro):** Install from the AUR: ``` - yay -S vega-git + yay -S vega-nostr-git ``` **Windows:** Download the `.exe` installer and run it. diff --git a/PKGBUILD b/PKGBUILD index 7005762..0f81ebe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ # Maintainer: hoornet -pkgname=vega +pkgname=vega-nostr pkgver=0.9.11 pkgrel=1 pkgdesc="Cross-platform Nostr desktop client with Lightning integration" diff --git a/README.md b/README.md index 2950126..d03585f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Grab the latest release from the [Releases page](https://github.com/hoornet/vega | Ubuntu / Debian / Mint | `.deb` | `sudo dpkg -i vega_*.deb` | | Fedora | `.rpm` | `sudo rpm -i vega-*.rpm` | | openSUSE | `.rpm` | `sudo zypper install vega-*.rpm` | -| Arch / Manjaro | AUR | `yay -S vega-git` | +| Arch / Manjaro | AUR | `yay -S vega-nostr-git` | | Windows | `.exe` installer | run the installer | | macOS (Apple Silicon) | `aarch64.dmg` | open and drag to Applications | diff --git a/ROADMAP.md b/ROADMAP.md index 7c18dea..cbed9ab 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -216,7 +216,7 @@ Bugs found during testing are fixed before Phase N+1 starts. A release is cut be ### v0.3.1 - **Feed tab persists across navigation** — back button now returns to the correct tab (Global/Following) instead of always resetting to Global -- **Available on AUR** — Arch/Manjaro users can install with `yay -S vega-git` +- **Available on AUR** — Arch/Manjaro users can install with `yay -S vega-nostr-git` ### v0.3.0 - **Instant feedback** — posted notes appear in feed immediately; thread replies show up without waiting for relay