Does anybody want to write a #Memacs module for #PodcastAddict?
This way, your listened episodes (finishing timestamp) will appear in your #Orgmode agenda.
I've analysed the backup data - should be doable within a couple of hours if it's your first Memacs module: backup is a ZIP with an SQLite3 DB file that holds all relevant data in 2 tables.
Memacs: https://github.com/novoid/Memacs
Example module that parses arbitrary CSV files: https://github.com/novoid/Memacs/blob/master/memacs/csv.py
