MediaArea / MediaConch

MediaConch (funded by PREFORMA)
31 stars 11 forks source link

Policy: Dropdown for FFV1 version is string, but should be numeric #153

Closed pjotrek-b closed 7 years ago

pjotrek-b commented 7 years ago

When creating a policy in the GUI editor (which is already awesome, btw!), the dropdown-menu for "Video / Format Version" nicely lists options for "Version X", but the actual value should only numeric. (See screenshot)

Steps to reproduce:

  1. Create new rule
  2. Track type=Video, Field=Format_Version
  3. Value= Select "Version 3" from the dropdown menu

The Value field will now literally be "Version 3" - which causes the policy check to fail. The Value should have been only the number "3".

mediaconch_045

tribouille commented 7 years ago

Right now, we only give "some" possible value independently of the context. (These values are only suggestion) Here, only the name and previous rule can hint on what is the expected value.

It is planned to make a filter on these values... (Not so easy to find the criteria)

JeromeMartinez commented 7 years ago

@tribouille actually version field is a bit special, as we removed "Version " from classic MediaInfo output and I did not think to ask you to support the special case. Easy to change this specific case, not related to the dependently of the context (this is another issue, no easy, as you said).

pjotrek-b commented 7 years ago

Seems fixed in daily build "16.09.20161030": Dropdown now offers the numeric-only options (without "Versions" prefixed string).

Excellent. Thank you! :cake: