fosdem-companion-android icon indicating copy to clipboard operation
fosdem-companion-android copied to clipboard

Send notification when recording of bookmarked talk comes online

Open keunes opened this issue 2 years ago • 2 comments

There's always too many talks to attend, and on-campus you're soon more catching up and walking around. Therefore, the feature I would love to have in FOSDEM Companion is a push notification when the recording comes online of a talk I have bookmarked.

Apparently the URLs are published in the XML available to app developers: https://fosdem.org/2023/schedule/xml

Ideally it would be possible to leverage WebSub for efficient delivery of information. But until that's available, I guess some kind of frequent polling would have to set up.

keunes avatar Feb 10 '23 21:02 keunes

The way the app works today, it's quite difficult to detect changes in the data set because it's doing a database transaction to overwrite previous data and the upstream data has no changelog. Also, there is not real distinction in the data between video recordings and other links.

It's not impossible though, so I'll keep it in mind if I figure out a way.

cbeyls avatar Jan 05 '24 10:01 cbeyls

@keunes this would require downloading and parsing schedule over and over.

You can go to my "FOSDEM videos" page instead:

https://marcin.juszkiewicz.com.pl/download/tables/fosdem/

During FOSDEM I will run updates every hour, then every few hours for month or two.

hrw avatar Jan 06 '24 12:01 hrw