As my cloud provider isn’t natively supported and no further providers are planned, I’ve made my own solution. To minimise API calls, it seems sensible to use the RSS Feed Notifications to trigger actions.
However, there isn’t a lot of information in the feeds, which requires matching and reconcilliation via the API. It would be helpful for developers, while minimising strain on your servers to include metadata (already accessibile via the api) in the feed itself e.g.
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:torbox="http://torbox.app/rss/ns/1.0" version="2.0">
<channel>
<title>TorBox Notifications</title>
<link>https://api.torbox.app/v1/api/notifications/rss?token=abcdefg-9876543</link>
<description>TorBox Notifications</description>
<atom:link href="https://api.torbox.app/v1/api/notifications/rss?token=abcdefg-9876543" rel="self" type="application/rss+xml"/>
<item>
<title>Torrent Ready To Download</title>
<description>Your torrent Ubuntu 22.04 LTS has finished processing and is ready to download.</description
<guid>2900756</guid>
<pubDate>2025-02-24T00:03:05Z</pubDate>
<torbox:type>torrent</torbox:type>
<torbox:id>1265425</torbox:id>
<torbox:download_present>true</torbox:download_present>
<torbox:size>3650722202</torbox:size>
</item>
</channel>
</rss>
Please authenticate to join the conversation.
Planned
💡 Feature Request
4 months ago
heavy_dust87
Get notified by email when there are changes.
Planned
💡 Feature Request
4 months ago
heavy_dust87
Get notified by email when there are changes.