Bug 502669 - [Syndication] Additional User Defined fields in Feed Widget
Summary: [Syndication] Additional User Defined fields in Feed Widget
Status: REPORTED
Alias: None
Product: ktorrent
Classification: Applications
Component: general (show other bugs)
Version: 24.12.3
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: Joris Guisson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-11 10:02 UTC by ulterno
Modified: 2025-04-11 11:47 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ulterno 2025-04-11 10:02:54 UTC
SUMMARY
RSS feeds may contain additional metadata using the namespace extensions.
Let the user specify such fields and add them to the Feed Widget as columns

DETAILS
The syndication library lets us access unhandled elements.
In the feed widget, we can have a button "Add Column" opening a dialog with fields for:
  - Column Title
  - RSS Field
  - Value type
This should allow the user to define at least simple value fields.
When the user confirms the dialog, an additional column should pop up in the Feed-Items View according to the user provided parameters.

* Bonus if we can add a simple way of accessing hierarchical values
* Bonus if we can display a real time visualisation using data from the RSS feed, ass the user is typing the selection
Comment 1 ulterno 2025-04-11 11:47:53 UTC
FURTHER DETAIL
The added columns are to be saved by Feed. That way, we won't have non-parsing problems.