Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Duplicates? #225

Closed
cement-head opened this issue Jan 16, 2020 · 6 comments
Closed

Remove Duplicates? #225

cement-head opened this issue Jan 16, 2020 · 6 comments
Assignees
Labels
Component-Core Type-Enhancement This is request for brand new feature.
Milestone

Comments

@cement-head
Copy link

Does RSSGuard have a "remove duplicates" feature and/or plug-in?

@martinrotter
Copy link
Owner

Hello, you mean remove "duplicate" messages? AFAIK, no. How should this feature work? How would "duplicity" of messages be recognized? By same title? Same URL? Across all feeds or only in the same feed?

RSS Guard avoids "duplicate" messages within one feed, quote from source code:

  // Here we have query which will check for existence of the "same" message in given feed.
  // The two message are the "same" if:
  //   1) they belong to the same feed AND,
  //   2) they have same URL AND,
  //   3) they have same AUTHOR AND,
  //   4) they have same title.

@martinrotter martinrotter self-assigned this Apr 20, 2020
@martinrotter martinrotter added Component-Core Status-Accepted I will eventually implement this. Type-Enhancement This is request for brand new feature. labels Apr 20, 2020
@Eleferen
Copy link

Hello. rssguard is the best rss reader! Thank you for developing it.

This feature would be very useful. You can put this in the settings, for example like this:
image

Very often I encounter duplicate messages when the author changes the title. Example:
image

This is the same article!

@martinrotter
Copy link
Owner

Should this feature work automatically when new messages get downloaded or as command for example from "Tools" menu?

@Eleferen
Copy link

I think it should work automatically when downloading new messages.

@martinrotter martinrotter changed the title Remove Duoplicates? Remove Duplicates? Jun 2, 2020
@martinrotter
Copy link
Owner

@Eleferen So that when RSS Guard downloads new messages and some message meets certain rules (has same title OR/AND ...) then certain action should be done (skip from downloading, mark as read, ...).

Thus, this functionality could be added as part of more general "filtering messages when downloading" mechanism #31 .

@martinrotter
Copy link
Owner

I will close this, all events regarding this feature will now be in #31.

@martinrotter martinrotter added Status-Work-Another-Ticket and removed Status-Accepted I will eventually implement this. labels Jun 19, 2020
@martinrotter martinrotter added this to the 3.6.4 milestone Jun 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component-Core Type-Enhancement This is request for brand new feature.
Projects
None yet
Development

No branches or pull requests

3 participants