SReview icon indicating copy to clipboard operation
SReview copied to clipboard

Issues with /released metadata

Open stefanor opened this issue 6 years ago • 3 comments

The metadata is attempting to be compatible with debconf-video's archive-meta, but there are some issues:

Conference:

  1. Would be nice to have video_base
  2. And schedule

Formats:

  1. video_formats is a list of dicts, it should be a dict.
  2. The bitrate is an unqualified integer. It should probably be 1024k or 1m, not 1024.
  3. Missing container

Talks:

  1. Speakers is a single string, not a string per speaker.
  2. Descriptions are null. I'd prefer to omit it, if you don't know it.
  3. eventid isn't a defined key.

stefanor avatar Jul 30 '18 06:07 stefanor

Here's what I'm doing to fix & improve the data: https://salsa.debian.org/debconf-video-team/archive-meta/blob/master/tools/sreview.py

stefanor avatar Jul 30 '18 09:07 stefanor

also, we apparently only list the file as it is produced under the first profile, rather than under all profiles

yoe avatar Aug 17 '18 09:08 yoe

Also, the "default" format is the "lq" format, and the "webm" format is what we'd call the default.

stefanor avatar Aug 02 '19 01:08 stefanor