I think I got this feature added to PowerPress, but there is one problem at the moment. Episodes are ordered by the date in descending order rather than in the order the id’s are specified. Does that pose a problem for you? If not, then plan on it being in PowerPress 7.0 next week.
Re “generate shortcode within powerpress”, PowerPress does this. Go to the appearance tab, we list all of the shortcodes for the specific podcast. We have a shortcode for subscribe options as well as the playlist player.
Re “Provide a download link “, this will be a challenge for the current playlist. Keep in mind we are simply using the WordPress play list for podcasting, maintaining all of the fields and CSS that way as the WordPress playlist player updates you get the latest updates automatically from WordPress (not PowerPress). I will keep this in mind though if/when we build our own playlist player.
Re “A way to style the player”, yes! Some folks do not know this but the playlist player is mediaelement.js, which is what is built into WordPress. Many themes style this player and the playlist. The playlist specifically is built to be styled with CSS as well. the style=”” attribute allows you to apply your own CSS style name when you can then put in your theme’s CSS and style how you like. I’ve seen many themes and some plugins style the player itself, but I actually have barely seen the WordPress playlist player used unfortunately so I cannot point to any examples. I know the default base class for the playlist player is wp-playlist-light, and if you set the style=”dark”, then the class wp-playlist-dark is used. If you make up your own style like “awesome”, then the playlist class will be wp-playlist-awesome. Then it is just a matter if applying your own styling to the children classes.
Hope this helps!
Happy Memorial day!