this post was submitted on 13 Oct 2024
86 points (93.0% liked)

Fediverse

28044 readers
540 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to [email protected]!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 1 year ago
MODERATORS
 

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!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 3 days ago (1 children)

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 [email protected] '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)

[–] [email protected] 2 points 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.