radiator icon indicating copy to clipboard operation
radiator copied to clipboard

Podcast Hosting & Publishing | The spark ✨ that lights the fire 🔥

Results 73 radiator issues
Sort by recently updated
recently updated
newest added

Uploading is currently documented in https://github.com/podlove/radiator/blob/master/guides/Files.md This will be out of date once the Audio restructuring is done. It would be good to include a JS example on how to...

area:documentation

On application start, verify that [ua_inspector](https://hex.pm/packages/ua_inspector) is setup correctly by checking that its database is available. See https://hexdocs.pm/ua_inspector/UAInspector.html#ready?/0 In case of failure, print a helpful message, mainly that it can...

enhancement
good first issue

Spilts outline module into two different modules, one that is tree aware and one that acts more like a classic repository module.

Implements a tree aware `insert_node` and `delete_node` Also a a fetch tree function based in CTE which are adding a virtual attribute level. I split the changeset of Node into...

@see https://www.tzeyiing.com/posts/2024/02/13/setup-beam-with-asdf-tool-version link to version managers: https://mise.jdx.dev or https://asdf-vm.com

First of all, is this the right tool to self-host the audio files of a podcast? Secondly, if so, how does one add an Episode and upload an audio file?...

question

When a node gets deleted, the next node in line pointing to the node to delete must be updated and link to the same node as the deleted one before...

I confess, I am a fan of event based architectures (like event sourcing). In order to do so we need to persist events. But I also believe conflict resolution is...

We currently dont have topics. Questions: should this information be stored in the database? This is a session info . But a re-sign in should not reset this I guess.