Podcastindex-org / web-ui

The public home page of podcastindex.org
MIT License
55 stars 122 forks source link

Add a QRCode button that one can scan on the phone to open the podcast inside of apps. #329

Open mainrs opened 8 months ago

mainrs commented 8 months ago

I am more familiar with Android apps, so I will use them as an example.

Say one is browsing the website and finds an interesting podcast. The website could have a button that generates a QRCode pointing to the podcast's webpage on podcastindex.org. Apps could then register a link handler for the domain and open the podcast page inside the app.

This makes it easier to subscribe. Instead of having to search for the podcast on the phone again you can just scan a QR Code.

stevencrader commented 8 months ago

There has been discussions about how to create a standardized link that any app could use. I'm not sure the current state of that discussion.

Here is one thread about the idea in the namespace repo.

https://github.com/Podcastindex-org/podcast-namespace/issues/330

mainrs commented 8 months ago

Thanks for letting me know! This is definitely an interesting conversation to follow!