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

Prevent people from uploading invalid podcast files #1109

Open
markspolakovs opened this issue Feb 14, 2023 · 0 comments
Open

Prevent people from uploading invalid podcast files #1109

markspolakovs opened this issue Feb 14, 2023 · 0 comments
Labels

Comments

@markspolakovs
Copy link
Member

If you upload an Audacity project file (.aup, common mistake) MyRadio will happily accept it as a podcast file. The transcoding step will fail, but since it's asynchronous you don't get any feedback (in fact I think we might be unconditionally marking the podcast as processed even if this fails...).

I see several areas for improvement:

  • Sanity checks on the file (ffprobe maybe) before it's handed off for transcoding
  • Better report transcode errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant