#memacs — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #memacs, aggregated by home.social.
-
The #Memacs framework just learned how to get your #PodcastAddict #podcast episodes into your #Emacs #Orgmode with a new module:
https://github.com/novoid/MemacsIt's using the app's backup files which I have synchronized to my desktop anyhow:
uv --project path/to/memacs run memacs_podcastaddict --backup-dir /path/to/backup/PodcastAddict/ -o ~/org/memacs/podcasts.org_archive
My personal setup now has 2819 finished episodes on my agenda. 😲 👍
-
@paninid @foone That's why I made https://github.com/novoid/Memacs so that my #PKM is automatically extended by most of my service feeds I'm using.
Shouldn't be that hard to add Mastodon and others. Not sure if my Twitter module is still working because I've left that platform years ago.
-
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
-
My #Memacs and #orgedna (dependencies) were mentioned in the "2023-05 Austin Emacs Meetup" https://macadie.info/2023/05/09/2023-05-austin-emacs-meetup/#comment-2796
You can find my comments on that page below.