bootiful-media-mogul / scratch

im going to do all the work here in a monorepo and then factor out as necessary
Apache License 2.0
1 stars 0 forks source link

bumper `ManagedFile`s for podcasts. #12

Open joshlong opened 7 months ago

joshlong commented 7 months ago

i have a generic configuration values screen. but the more i think on it the less i think the ManagedFiles for podcast sshould be specified here. instead, they should be specidfid when editing the Podcast items themselves. that, or users can choose to upload their favorite, for each episode, overriding the podcast-level ManagedFile objects. so we need to get two flows working: configure the ManagedFiles for all episodes at the Podcast level OR configure them per episode, overriding the defaults

joshlong commented 7 months ago

hmm. thinking on this some more. do we even want to assume all podcasts have the same structure - intro, bumper, interview, and exit? maybe not. could we have a number of ManagedFiles.

joshlong commented 7 months ago

i've started a new branch called podcast-audio-clips in which ill work on configuring arbitrary clips for a given Podcast episode. First, in the Python code, then the API, then the UI.

then, finally, we'll have some global clips per Podcast, which you can choose to use in a given Episode.