this post was submitted on 10 May 2024
5 points (100.0% liked)

Technology

37643 readers
152 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
5
RSS and OPML (libranet.de)
submitted 4 months ago* (last edited 4 months ago) by petrescatraian@libranet.de to c/technology@beehaw.org
 

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?

top 5 comments
sorted by: hot top controversial new old
[–] perishthethought@lemm.ee 3 points 4 months ago (1 children)

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 1 points 4 months ago (1 children)

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

[–] perishthethought@lemm.ee 1 points 4 months ago (1 children)

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

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

[–] chaos@beehaw.org 2 points 4 months ago

OPML files really aren't much more than a list of the feeds you're subscribed to. Individual posts or articles aren't in there. I would expect that importing a second OPML file would just add more subscriptions, but it'd be up to the reader app to decide what it does.