A somewhat convoluted solution to listening to podcasts on my phone
For some time, I’ve used a somewhat convoluted mechanism to download podcast files to my phone from my laptop. Here’s what I do, in the event this might be helpful to someone else as well:
Managing Podcast Feeds
I use gPodder on my Ubuntu laptop to track RSS feeds of podcasts of interest to me and download episodes I want to listen to. I also use gPodder to mark episodes I’ve listened to and remove any files I’ve listened to and don’t want to keep for later re-listening.
Downloading Podcast Files
To download individual podcast files (typically MP3s) to my phone, I:
- Use the right-click context menu in gPodder to copy the files to a central directory on my PC
- Visit that directory in a terminal and execute
python -m http.server
- On my Android phone, I use QPython to execute this script:
This script is also published as a gist here. The script ensures the files have readable names on my phone.
Playing Podcast Files
I currently use AIMP to listen to the files on my phone. I used it mainly to avoid accidentally losing my place when hitting the wrong button on my Bluetooth headphones - at the time I started using it AIMP was very good at always keeping my place in every file I was listening to. It seems to have got worse at that though, so I’m probably on the hunt for a replacement player. Suggestions are most welcome.