![]() |
[IDEA] Podcasts - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Feature requests (https://moodeaudio.org/forum/forumdisplay.php?fid=8) +--- Thread: [IDEA] Podcasts (/showthread.php?tid=4707) |
Podcasts - JohnG - 02-02-2022 it would be very useful to be able to both
Nonetheless - my speakers and amp sound so much better than the embedded computer ones! I've got a second Moode player working in the office, it would be just great to have one interface to listen to whatever I want... RE: Podcasts - swinokur - 02-03-2022 This would be a more "build it yourself" version - but, maybe: - install gpodder (https://github.com/gpodder/gpodder) it has a command line client, but someone else has started a web interface: - https://github.com/nmaggioni/DashPodder I've not played with the webUI (i use gpodder to archive podcasts on Windows), but looking at the source code it appears to have the ability to start playback (but no reference to mpc/mpd). Maybe adding MPD support to the webUI is all that might be needed for a minimal implementation? RE: Podcasts - JohnG - 09-03-2022 (02-03-2022, 01:49 AM)swinokur Wrote: This would be a more "build it yourself" version - but, maybe: yes I've separately created a pod capture system (PodGrab) which creates podcasts into a /podcast directory ( and similarly radio recordings). So Moode sees 3 folders /albums /podcasts /radio the podcasts display is a little ugly - which I think means I need to sort out the metadata and I've just been listening to fascinating podcast on Mac automation & realised I can't write messages & pay attention simultaneously ![]() RE: Podcasts - philrandal - 09-05-2022 (02-02-2022, 06:58 PM)JohnG Wrote: it would be very useful to be able to both I use podget to achieve this, with a cron job downloading my podcasts daily. Works a treat. Phil RE: Podcasts - phorize - 10-20-2022 Podcast subscription would be a great feature. Perhaps integrating gpodder into the Ui would be achievable. RE: Podcasts - Tim Curtis - 10-20-2022 Might be better to just use the full featured application on Window, Mac or Linux client and then stream to moOde using Bluetooth or Airplay. RE: Podcasts - phorize - 10-30-2022 @Tim Curtis I know what you mean, but Bluetooth does fall short in a few ways. My issue is that I can’t maintain a connection via Bluetooth to my living room pi as it’s in a storage unit hidden away with my system. It connects over Ethernet. Airplay is great but that locks me in to an Apple device, which has been fine until I wanted eq on the go, which iOS basically can’t do. A native podcast aggregator would be the most elegant solution and would be the most control OS agnostic . I’m wondering how feasible it would be to use gpodder cli with configuration through the moode ui. RE: Podcasts - Tim Curtis - 10-30-2022 I'm not really into podcasts and so my interest in working on something like this is not very high but maybe another dev that has interest will take on the feature. RE: Podcasts - phorize - 10-31-2022 swinokurThis would be a more "build it yourself" version - but, maybe: - install gpodder (https://github.com/gpodder/gpodder) it has a command line client, but someone else has started a web interface: - https://github.com/nmaggioni/DashPodder I've not played with the webUI (i use gpodder to archive podcasts on Windows), but looking at the source code it appears to have the ability to start playback (but no reference to mpc/mpd). Maybe adding MPD support to the webUI is all that might be needed for a minimal implementation? Interesting. I'm wondering whether the best approach would be to see if gpodder can complile without gtk dependencies, use gpo for aggregation only and just have moode scan and present the download folder to the system in the usual fashion. It would require a "podcast directory" view from the library. This does of course beg the question as to whether there are better non-gui aggregators out there. Super busy work wise but I'll have a look. RE: Podcasts - soundchippy - 12-28-2022 I control moode from my laptop using cantata, which supports podcasts. It tells mpd to play the relevant episode url as opposed to aggregating them on the moode device |