Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow improvements when importing RSS then segmenting #1184

Open
cavis opened this issue Feb 6, 2025 · 0 comments
Open

Workflow improvements when importing RSS then segmenting #1184

cavis opened this issue Feb 6, 2025 · 0 comments

Comments

@cavis
Copy link
Member

cavis commented Feb 6, 2025

Had a case where a feed was imported, and then days later, they went to mark a midroll. So:

  1. Import RSS
  2. Wait 1+ days
  3. Go find an episode, change medium to Uncut, change segment_count 1 -> 2
  4. Mark midroll, save

The weirdness was that:

  • The uncut= logic in (3) doesn't trust original_urls older than 24 hours, so the filename of the Uncut ended up being a random guid (fallout from Preserve Uncut filenames #874)
  • Some question if we should just start RSS imported episodes as Uncut
    • Would generate the waveform right away, and be immediately ready to add midrolls
    • Would take 2x the storage, esp if the user never plans to add midrolls to the back catalog
    • Imports would take a bit longer to complete (2x or more the porter processing)

Or middle of the road, make it a checkbox option on import?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant