Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Support uploading multiple qualities of a single file #8

Open
jaredallard opened this issue Aug 13, 2019 · 2 comments
Open

Support uploading multiple qualities of a single file #8

jaredallard opened this issue Aug 13, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@jaredallard
Copy link
Contributor

jaredallard commented Aug 13, 2019

Scope

We need to be able to support creating multiple qualities of media files

How

  1. Media is uploaded via downloader microservice, as normal
  2. Based on configuration, converter converts the same file into multiple different qualities and uploads them to S3
  3. Twilight (which will be rewritten in Go to code share w/ identifier) will get quality information from converter, and will create the relevant episode_files_v1 entries in the database
    3.5 OPTIONALLY: Twilight sends a message to identifier to add an entry to the database.
  4. events (api gateway) will return these different qualities over the soon to be spec'd out API endpoints for getting s3 links

See #6 for some basic (not 100% true anymore) sketches of what the episode_files_v1 table looks like

@jaredallard jaredallard self-assigned this Aug 13, 2019
@jaredallard jaredallard added this to the remove-jellyfin milestone Aug 13, 2019
@jaredallard jaredallard pinned this issue Aug 13, 2019
@jaredallard jaredallard added the enhancement New feature or request label Aug 13, 2019
@jaredallard
Copy link
Contributor Author

Twilight and Identifier now do their parts to populate the episode_files_v1 table

@jaredallard
Copy link
Contributor Author

Here's what it looks like:

twilight and identifier

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant