rss-bridge icon indicating copy to clipboard operation
rss-bridge copied to clipboard

Auto podcaster

Open boyska opened this issue 1 year ago • 8 comments

convert a feed to a podcast (ie: add <enclosure>) based on simple heuristics.

boyska avatar Mar 16 '24 22:03 boyska

Pull request artifacts

Bridge Context Status
AutoPodcaster 1 url (pr) ⚠️ The feed has no items

last change: Tuesday 2024-06-18 20:16:24

github-actions[bot] avatar Mar 16 '24 22:03 github-actions[bot]

in essence this puts media urls into the enclosures property.

you still working on this?

dvikan avatar Mar 31 '24 01:03 dvikan

in essence this puts media urls into the enclosures property.

yes

you still working on this?

I have it running on production, so yes. However, I don't want to bother you with a review until I bring it to a better level of quality. But of course, if you want to do an early review of this and give me some feedback of what I should improve, that's more than welcome!

boyska avatar Apr 19 '24 10:04 boyska

i pushed a commit. might have introduced a bug by dropping array_values.

dvikan avatar Jun 18 '24 20:06 dvikan

i pushed a commit. might have introduced a bug by dropping array_values.

hey thanks, much appreciated.

This leads me to wondering if what this PR really misses is some testing. WDYT?

And also: what "style" of unit testing would you prefer? narrower unit testing, or broader integration tests (which would require files to be uploaded somewhere)? The latter would be able to discover changes in archive.org output, but involves external resources in the testing chain, which is usually not appreciated.

boyska avatar Jun 18 '24 22:06 boyska

i think current pr is good enough. i can see the value in extracting media from feed content and putting them into enclosure.

it's not a proper podcast/itunes format though. maybe we can improve that later.

dvikan avatar Jun 18 '24 23:06 dvikan

it's not a proper podcast/itunes format though. maybe we can improve that later.

what do you mean? what's missing to be a proper podcast/itunes? I will be happy to improve this if you have any suggestion, even after this gets merged in master.

boyska avatar Aug 02 '24 22:08 boyska

this bridge simply adds audios to enclosures. podcast/itunes is much more than that

dvikan avatar Aug 03 '24 11:08 dvikan