Eric Teubert
Eric Teubert
Currently _only_ S3 compatible storage works. However, we want to be more flexible. One use case is having external storage where Radiator simply knows the file URL and nothing else....
Create standardized API Doc. https://editor.swagger.io/
Keep an eye on this: https://elixirforum.com/t/ive-forked-arc-to-waffle-and-merged-all-open-prs/25559 Apparently Arc is abandoned but this fork looks promising.
- see if https://github.com/grain-team/vttyl works - Elixir API to parse vtt - store parsed vtt (as one data blob? relational?) - return JSON (like used in PWP4 currently) - maybe...
Even when coming from Podlove Publisher, the first step should be to use the feed based importer. However, there should be an additional migration component if the origin is Podlove...
- [ ] Create (Registration) - [ ] Read (current user) - [ ] Update (current user) - [ ] Delete (current user) - [ ] Tests - [ ]...
When an entity with an ecto attribute is updated or deleted, the attached image must be deleted as well. There must be no images stored that are not referenced by...
> 💡 Braindump, possible base for further discussion. Splitting up the radiator core is an ongoing discussion. Two obvious candidates to discuss: 1. RSS feed Generation 2. Web Player configuration...
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...
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...