Would it require the use of the specific musicbrainz IDs? While supporting musicbrainz metadata is a good thing I don’t think it should be required.
Also I’d still like to see a fully-formed example feed that shows how to represent, say, one album with three tracks, including the media source for those tracks.
Thank you, that is helpful as a point of comparison. Having examples is helpful when it comes to guiding people towards an implementation, and can often be a lot more concise than talking in the abstract.
Do you envision these feeds also having pagination, so that clients can backfill past content? Atom has a pagination extension in the form of RFC 5005 and that could be adapted to RSS as well.
I focused on short feeds, since funkwhale relies on activityPub for big collections. We don’t plan to implement a “global feed” but it could be discussed ofc.
Thanks for the RFC it’s interesting