RSS and OPML
from petrescatraian@libranet.de to technology@beehaw.org on 10 May 2024 22:27
https://libranet.de/objects/0b6b25a8-1066-3e9f-68c6-fda138957261

Can somebody explain me how OPML works for RSS? Are these files usually imported into the RSS reader apps or are they used where they are? If I import multiple OPML files with multiple feeds, will the feeds from the first OPML be overwritten by those in the second one or will they add up? Will article read/unread status be synced to multiple devices if I use the same OPML file or not?

#technology

threaded - newest

perishthethought@lemm.ee on 10 May 2024 22:38 collapse

As n OPML file just contains the definition of which feeds you want to follow, not the actual RSS data. They’re handy when you want to switch from one RSS reader to another. You can usually export the settings from your old service and import them into the new.

Check with your RSS service but importing an OPML file should always add new services to the list, not overwrite.

I don’t think an OPML file tracks what you’ve read or not but I could be wrong about that.

petrescatraian@libranet.de on 11 May 2024 07:03 collapse

@perishthethought I see. So the feeds from the OPML file are imported into the reader's own database, right?

perishthethought@lemm.ee on 11 May 2024 12:13 collapse

Yes. Here’s an example file so you can see there’s not much in there for each entry.

hosting.opml.org/dave/spec/subscriptionList.opml

petrescatraian@libranet.de on 11 May 2024 15:51 collapse

@perishthethought thank you!