Was the "options" query support already removed by Alby? I mean
https://getalby.com/.well-known/lnurlp/username/optionsAt least Podcasting 2.0 has a couple of "lnaddress" recipients. 🙃 Are there any other podcasts with V4V recipients using "lnaddress"?
I'm asking because we're making a good progress implementing our integration with Strike, but they only support bolt11 payments.
I'm wondering what's limiting the lnaddress adoption for V4V currently? Are the podcasters unwilling to switch to it because podcast players may not support it or are there any other problems?
Regarding the "publisher" feeds: some podcasters don't put the "publisher" tag into the feed, instead they just add a "remoteItem" on the "channel" level with medium="publisher". 🤔
The TestFlight version of PodcastGuru has listening stats now 👀
Playlists based on remote items when they are big are really hard to handle. When you are trying to "resolve" all the episodes at once you end up downloading 100s of feeds and eventually get hit by HTTP 429 (too many requests). You can "resolve" the episodes dynamically when they are displayed, but this approach has it own limitations. I wonder if it would be better to also include some actual episode info in addition to the feedGuid/itemGuid?
The "Boostagram Ball Playlist 1 to 25" feed contains a wrong podcast namespace: xmlns:podcast="
https://github.com/Playlistindex-org/podcast-namespace/blob/main/docs/1.0.md" (it contains "Playlistindex-org" instead of "Podcastindex-org"). Took me some time to figure out why the parsing was breaking 🙃
@dave @KolomonaCan someone suggest me any RSS feeds using the podcast:publisher tag? Adding support for it right now.