I’ve setup my own federated podcast through Castopod, but unsure of how to federate it with Lemmy directly. It is project-focused around FOSS tooling and just enjoying life. X-posted to selfhosted and technology communities.

Any suggestions on better integrating it with Lemmy, Mastodon and other services? Relay servers were mentioned to me, but I haven’t messed with them yet. This article on joinfediverse wiki, https://relaylist.com/ and Fedi Tips guide are what I’m working through understanding. Thanks!

  • kbal@fedia.io
    link
    fedilink
    arrow-up
    13
    ·
    3 days ago

    It appears to be @linuxprepper@podcast.james.network for those who want to follow it.

    To have it post to lemmy I believe you’d just need to address things to e.g. @fediverse@lemmy.world

  • disguised_doge@kbin.earth
    link
    fedilink
    arrow-up
    6
    ·
    3 days ago

    https://kbin.earth/m/fediverse@lemmy.world/t/376830/Add-any-RSS-feed-to-any-Lemmy-community

    You might be able to integrate into lemmy by adding your podcast rss into a lemmy community made for your podcast. Lemmy users could subscribe to the community and follow/discuss there. Feels like a redundant suggestion if your cms already supports activity pub, but as far as lemmy integration that’s the only way I can think might work.

  • Andrew@piefed.social
    link
    fedilink
    English
    arrow-up
    8
    ·
    3 days ago

    unsure of how to federate it with Lemmy directly

    I think this will be a struggle.

    In Lemmy terms, everyone here is a ‘Person’, sending a ‘Note’ activity for the fediverse@lemmy.world ‘Group’.
    With Castopod, it classes your podcast as a ‘Person’, and each episode as a ‘PodcastEpisode’.

    If Castopod classed your podcast as a Group, the same as PeerTube does for video channels, then integration would be relatively easy. A Group for a podcast would make more sense to me, but FunkWhale have made similar decisions, probably due to the dominance of Mastodon within the Fediverse.

    As mentioned, you could probably tag your episodes with the address of a pre-existing Group (e.g. a community on Lemmy), but that pre-supposes that Lemmy knows what to do with the ‘PodcastEpisode’ type (a quick look on their GitHub suggests that it currently doesn’t)

    • Microw@lemm.ee
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 days ago

      Afaik nutomic recently improved federation interoperability with projects like WordPress that use “Person” instead of “Group”. But idk the technical details for that.