Add in-app player
Would be cool if the podcast was played directly in Hammond instead of run the software on the system for play sounds, this can be achieved adding gstreamer as dependency and play the file with it, here is a simple example of gstreamer use with the rust API: https://github.com/sdroege/gstreamer-rs/blob/master/tutorials/src/bin/basic-tutorial-1.rs
Regards