Xyrio / RSSOwlnix

RSSOwlnix is a fork of RSSOwl a powerful application to organize, search and read your RSS, RDF & Atom news feeds in a comfortable way. Highlights are saved searches, notifications, filters, fast fulltext search and a flexible, clean user interface.
Eclipse Public License 1.0
237 stars 22 forks source link

How to unhide item from feed, if it was "deleted" manually? #153

Open Larissa-Kravtsova opened 1 year ago

Larissa-Kravtsova commented 1 year ago

How to unhide item from feed, if it was "deleted" manually?

OS: win10 RSSOwlnix version: RSSOwlnix-2-9-0-win32.win32.x86_64

Xyrio commented 1 year ago

there is no function for that (that i know of). if you just deleted it you can undo.

figure out yourself how to edit the database directly ( http://www.softsea.com/review/db4o-Object-Manager.html ).

maybe cleanup deleted stuff then redownload rss. or write your own rss and add it with file:/// prefix like file:///c:/data.rss and modify guid/link inside the rss. you can add stuff to links using #1 #2 ... like http://google.com/the.rss#1 http://google.com/the.rss#2 to make them unique but still working the same.

Larissa-Kravtsova commented 1 year ago

figure out yourself how to edit the database directly ( http://www.softsea.com/review/db4o-Object-Manager.html ).

Yeah, I've already tried. After each edit something breaks. I just change StateOrdinal from 4 (HIDDEN) to 2, and then all news are gone, just empty feeds.

you can add stuff to links using #1 #2 ... like http://google.com/the.rss#1 http://google.com/the.rss#2 to make them unique but still working the same.

Thanks for the tip! I'll use this probably.