This depends on the asset types being added to choices.py first.
This depends on the Codec table being populated first.
Create a new model for a database table to hold rows for containers that are supported.
Container database table partial example:
| Extension |
Asset Type |
Number Supported |
Codec |
| m4a |
audio |
1 |
[Codec.pk of <audio,aac>] |
| m4a |
audio |
1 |
[Codec.pk of <audio,alac>] |
| webm |
audio |
8 |
[Codec.pk of <audio,opus>] |
| webm |
video |
1 |
[Codec.pk of <video,vp9>] |
| webm |
video |
1 |
[Codec.pk of <video,avc1>] |
| mkv |
video |
1 |
[Codec.pk of <video,avc1>] |
This depends on the asset types being added to
choices.pyfirst.This depends on the
Codectable being populated first.Codecmodel #1421audioasset type #1459videoasset type #1460Create a new model for a database table to hold rows for containers that are supported.
Containerdatabase table partial example: