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

Allow subtitle downloading #11

Merged
merged 7 commits into from
Jan 31, 2024
Merged

Allow subtitle downloading #11

merged 7 commits into from
Jan 31, 2024

Conversation

kieraneglin
Copy link
Owner

What's new?

  • Adds fields in MediaProfile and associated forms to accept options to download subtitles, accept auto subtitles, embed subtitles, and choose subtitle language(s)
  • Adds subtitle_filepaths field on MediaItem to store the 2-d [lang, filepath] attributes for subtitles
  • Adds subtitle processing methods to both the options builder and metadata parser
  • Adds .iex.exs file to make iex work more bareable

What's changed?

  • Renames video_filepath to media_filepath on MediaItem to better reflect what it represents

What's fixed?

N/A

Any other comments?

N/A

@kieraneglin kieraneglin self-assigned this Jan 31, 2024
@kieraneglin kieraneglin merged commit d25e65f into master Jan 31, 2024
1 check passed
@kieraneglin kieraneglin deleted the ke/download-subtitles branch January 31, 2024 18:55
kieraneglin added a commit that referenced this pull request Mar 29, 2024
* Added subtitle options to media profile model

* Updated media profile form

* Adds subtitle-based options in options builder

* Updates metadata parser to include subtitles

* Adds subtitle_filepaths to media_item

* renamed video_filepath to media_filepath

* Added more fields to media profile show page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant