Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Brite)
  • No Skin
Collapse
A microphone in front of an orange-yellow circle. Graphic.

Podcasting Chat Community

  1. Home
  2. World
  3. Why are none of the PC2.0 hosting companies stepping up to host metadata for their podcasters?
Podcasting.Chat Banner

Why are none of the PC2.0 hosting companies stepping up to host metadata for their podcasters?

Scheduled Pinned Locked Moved World
15 Posts 4 Posters 1 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Daniel J. LewisT Daniel J. Lewis

    @StevenB I host chapters for podcasters with PodChapters.com.

    And someday when our group finally takes cross-app seriously, I'd like to offer hosting for those with Podgagement.com.

    Steven Bell :pci: :pc2red:S This user is from outside of this forum
    Steven Bell :pci: :pc2red:S This user is from outside of this forum
    Steven Bell :pci: :pc2red:
    wrote last edited by
    #6

    @theDanielJLewis

    Host the metadata for the podcasters. The comment is in the metadata. You set up an end point in your feed, I’ll send you the data.

    1 Reply Last reply
    0
    • Oscar MerryM Oscar Merry

      @StevenB

      If an app implements the rss::payment metadata spec like Fountain and Castamatic do it works:

      Link Preview Image
      Oscar Merry (@merryoscar@podcastindex.social)

      Attached: 1 image @ChadF @mitch @francosolerio great - here's what it will look like in the next fountain app version 1.4.9 that should be live in the next 48 hours - it includes app_name and sender_name:

      favicon

      PodcastIndex Social (podcastindex.social)

      Steven Bell :pci: :pc2red:S This user is from outside of this forum
      Steven Bell :pci: :pc2red:S This user is from outside of this forum
      Steven Bell :pci: :pc2red:
      wrote last edited by
      #7

      @merryoscar

      So the app hosts the metadata, and Fountain fetches it?

      Oscar MerryM 1 Reply Last reply
      0
      • Steven Bell :pci: :pc2red:S Steven Bell :pci: :pc2red:

        @merryoscar

        So the app hosts the metadata, and Fountain fetches it?

        Oscar MerryM This user is from outside of this forum
        Oscar MerryM This user is from outside of this forum
        Oscar Merry
        wrote last edited by
        #8

        @StevenB yep - we fetch it from the 'x-rss-payment' header that is returned in the URL - https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/examples/value/metadata.md#implementation

        Steven Bell :pci: :pc2red:S 1 Reply Last reply
        0
        • Oscar MerryM Oscar Merry

          @StevenB yep - we fetch it from the 'x-rss-payment' header that is returned in the URL - https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/examples/value/metadata.md#implementation

          Steven Bell :pci: :pc2red:S This user is from outside of this forum
          Steven Bell :pci: :pc2red:S This user is from outside of this forum
          Steven Bell :pci: :pc2red:
          wrote last edited by
          #9

          @merryoscar why can’t we skip the fetching part and I just send it to you direct?

          Oscar MerryM 1 Reply Last reply
          0
          • Steven Bell :pci: :pc2red:S Steven Bell :pci: :pc2red:

            @merryoscar why can’t we skip the fetching part and I just send it to you direct?

            Oscar MerryM This user is from outside of this forum
            Oscar MerryM This user is from outside of this forum
            Oscar Merry
            wrote last edited by
            #10

            @StevenB

            we could - there's just the question of how to avoid fake data if anyone can post payment metadata to a public API endpoint

            with the rss::payment spec the url to fetch the metadata originates in the payment comment - so there is a direct tie to the actual payment and since apps host the full metadata on a url their reputation is at stake if they fake data

            I am open to exploring solutions to this where apps don't have to host the payment urls - and promise I won't mention nostr 😅

            Steven Bell :pci: :pc2red:S 1 Reply Last reply
            0
            • Oscar MerryM Oscar Merry

              @StevenB

              we could - there's just the question of how to avoid fake data if anyone can post payment metadata to a public API endpoint

              with the rss::payment spec the url to fetch the metadata originates in the payment comment - so there is a direct tie to the actual payment and since apps host the full metadata on a url their reputation is at stake if they fake data

              I am open to exploring solutions to this where apps don't have to host the payment urls - and promise I won't mention nostr 😅

              Steven Bell :pci: :pc2red:S This user is from outside of this forum
              Steven Bell :pci: :pc2red:S This user is from outside of this forum
              Steven Bell :pci: :pc2red:
              wrote last edited by
              #11

              @merryoscar

              1) I send you the data, you send me a unique url
              2) I send the payment and include the unique url in the message.
              3) Fountain hosted wallets get the payment with the message, look in the database to find the metadata that's tied to that unique url found in the message and marks it as paid or verified.
              4) You don't have to trust any of the apps, just that your wallet got the payment with the unique url generated by your server.

              Oscar MerryM 1 Reply Last reply
              0
              • Steven Bell :pci: :pc2red:S Steven Bell :pci: :pc2red:

                @merryoscar

                1) I send you the data, you send me a unique url
                2) I send the payment and include the unique url in the message.
                3) Fountain hosted wallets get the payment with the message, look in the database to find the metadata that's tied to that unique url found in the message and marks it as paid or verified.
                4) You don't have to trust any of the apps, just that your wallet got the payment with the unique url generated by your server.

                Oscar MerryM This user is from outside of this forum
                Oscar MerryM This user is from outside of this forum
                Oscar Merry
                wrote last edited by
                #12

                @StevenB

                yeah something like this could definitely work - the only downside is that for people self-hosting they would have to host the service that does this

                for example - if you self-host your feed and use Strike to receive boosts and streams - this wouldn't work

                my thinking with the current rss::payment spec was that even though it's a bit more of a lift for apps - it works with any wallet

                Steven Bell :pci: :pc2red:S 1 Reply Last reply
                0
                • Oscar MerryM Oscar Merry

                  @StevenB

                  yeah something like this could definitely work - the only downside is that for people self-hosting they would have to host the service that does this

                  for example - if you self-host your feed and use Strike to receive boosts and streams - this wouldn't work

                  my thinking with the current rss::payment spec was that even though it's a bit more of a lift for apps - it works with any wallet

                  Steven Bell :pci: :pc2red:S This user is from outside of this forum
                  Steven Bell :pci: :pc2red:S This user is from outside of this forum
                  Steven Bell :pci: :pc2red:
                  wrote last edited by
                  #13

                  @merryoscar

                  My thinking is if the podcaster wants his metadata, he can get some skin in the game and host it himself or pay for hosting instead of relying on the apps to run his business for him.

                  Maybe they should host with Fountain if they want their metadata.

                  And I think Strike has a Webhook api. I know Alby does.

                  Steven Bell :pci: :pc2red:S Adam Curry :pci: :pc2blue:A 2 Replies Last reply
                  0
                  • Steven Bell :pci: :pc2red:S Steven Bell :pci: :pc2red:

                    @merryoscar

                    My thinking is if the podcaster wants his metadata, he can get some skin in the game and host it himself or pay for hosting instead of relying on the apps to run his business for him.

                    Maybe they should host with Fountain if they want their metadata.

                    And I think Strike has a Webhook api. I know Alby does.

                    Steven Bell :pci: :pc2red:S This user is from outside of this forum
                    Steven Bell :pci: :pc2red:S This user is from outside of this forum
                    Steven Bell :pci: :pc2red:
                    wrote last edited by
                    #14

                    @merryoscar

                    Yeah, I'm pretty sure this would work with Strike too.

                    Link Preview Image
                    Setting up webhooks | Strike API Documentation

                    Setting up a webhook involves a multi-step process. It includes identifying your desired trigger-event, creating a webhook endpoint, setting up a webhook subscription, and enabling your application to monitor and respond to the webhook.

                    favicon

                    (docs.strike.me)

                    1 Reply Last reply
                    0
                    • Steven Bell :pci: :pc2red:S Steven Bell :pci: :pc2red:

                      @merryoscar

                      My thinking is if the podcaster wants his metadata, he can get some skin in the game and host it himself or pay for hosting instead of relying on the apps to run his business for him.

                      Maybe they should host with Fountain if they want their metadata.

                      And I think Strike has a Webhook api. I know Alby does.

                      Adam Curry :pci: :pc2blue:A This user is from outside of this forum
                      Adam Curry :pci: :pc2blue:A This user is from outside of this forum
                      Adam Curry :pci: :pc2blue:
                      wrote last edited by
                      #15

                      @StevenB @merryoscar Excellent point about the apps.

                      1 Reply Last reply
                      1
                      0

                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                      With your input, this post could be even better 💗

                      Register Login
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes



                      Welcome To Podcasting.Chat!

                      This forum is for podcasters, podcast guests, and podcast enthusiasts alike to share tips, tricks, and their love of the medium.

                      This forum is fully federated, so you are able to contribute to any discussion here through your own software of choice (e.g. Mastodon, Misskey, Lemmy, Piefed, etc.). So you can sign up for an account here and it federates around the Fediverse. You can also follow feeds and topics from your other Fedi-enabled accounts.





                      Recent Posts


                      • PodcastsLive :pci:P
                        PodcastsLive :pci:

                        Global Voice Radio Network's tracks is going #live!

                        Radio Ranch with Roger Sayles 022526 LIVE,,

                        stream url: http://stream.podhome.fm/global-voice-radio-networks-tracks

                        show url: https://serve.podhome.fm/episodepage/global-voice-radio/1374

                        #podcast

                        Link Preview Image
                        read more

                      • CSB ≡ Comic Strip BloggerC
                        CSB ≡ Comic Strip Blogger

                        @Phil

                        Ai is self modifying

                        read more

                      • John SpurlockJ
                        John Spurlock

                        ‘They have absolutely no taste. And what that means is – I don't mean that in a small way, I mean that in a big way. In the sense that they don't think of original ideas.’

                        Link Preview Image Tasty AI

                        Is AI "taste" a quixotic task?

                        favicon

                        Spyglass (spyglass.org)

                        read more

                      • The Felon Pope :popephil:P
                        The Felon Pope :popephil:

                        @csb
                        Maybe not this fast, but certainly the pace will accelorate as AI gets better and better at improving itself. Its likely to be quite disruptive. But, never underestimate the ability of the human race to adapt.

                        read more

                      Hosted On NodeBB.org -- A Goldstein Media Project
                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups