Bug 502669

Summary: [Syndication] Additional User Defined fields in Feed Widget
Product: [Applications] ktorrent Reporter: ulterno
Component: generalAssignee: Joris Guisson <joris.guisson>
Status: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version First Reported In: 24.12.3   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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.