OpenNewsLabs / autoEdit_2

Fast text based video editing, node Electron Os X desktop app, with Backbone front end.
https://opennewslabs.github.io/autoEdit_2/
MIT License
419 stars 56 forks source link

Export menu incorrectly lists 'JSON EDL Chronological' option twice #23

Closed jhdouglas closed 7 years ago

jhdouglas commented 7 years ago

Users have the ability to export a JSON version of the transcript in either EDL Chronological or EDL Selection Order. Currently, EDL Chronological is listed twice in this section. One option should list EDL Selection Order per its description.

1) Open autoEdit 2 app 2) Add file to have access to transcript 3) Open transcript show page 4) Click Export to view options 5) Observe JSON section 6) Note duplicate EDL Chronological options

screenshot 2016-12-12 14 54 52
pietrop commented 7 years ago

I've fixed it for version 1.0.6.

pietrop commented 7 years ago

Needs looking into if the output of the two json is what expected (chronological vs selection order) before moving to "Needs Review" label.

pietrop commented 7 years ago

See issue 24 for more on chronological vs selection order bug.