nushell/crates
Reagan McFarland 955a5ed8fb
Plugin: from_mp4 and UntaggedValue::duration fix (#3618)
* plugin: basic from_mp4 implementation

This patch introduces a very basic implementation of from_mp4, with only
a few bits of meta-data available. The rest of the available meta-data
(which is more than half left), will be included in a later patch

* Mp4: Almost all track metadata is implemented

Only meta-data that is not implemented is duration, facing some weird
issue I am going to check on later

* Mp4: All meta-data fields implemented

All meta-data fields that can be retrieved are now retrieved, with the
exception of duration for both tracks and the entire file itself because
there is still an issue. However, that will be fixed in the upcoming
patches

* fix: UntaggedValue::duration() serializes correctly now

Previous to this patch, there was an issue where when you would use
UntaggedValue::duration() it would result in an invalid JSONRPC
resulting string when using the protocol. This patch fixes this issue

* Mp4: Duration fixed for file and tracks

* plugins: Add plugin extra to src/plugins

* Mp4: Replace unwrap() with expect()

* Fix: Remove test mp4 file
2021-06-17 14:18:31 +12:00
..
nu_plugin_binaryview Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
nu_plugin_chart Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
nu_plugin_fetch Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_from_bson Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_from_mp4 Plugin: from_mp4 and UntaggedValue::duration fix (#3618) 2021-06-17 14:18:31 +12:00
nu_plugin_from_sqlite Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_inc Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
nu_plugin_match Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_post Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
nu_plugin_ps Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_query_json Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
nu_plugin_s3 Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_selector Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
nu_plugin_start Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_sys plugin_sys: Bump sysinfo dep version (#3561) 2021-06-05 18:15:30 -05:00
nu_plugin_textview Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
nu_plugin_to_bson Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_to_sqlite Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu_plugin_tree Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
nu_plugin_xpath Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu-ansi-term enable theming of the command line syntax (#3606) 2021-06-11 14:17:43 -05:00
nu-cli Extract completions into subcrate. (#3631) 2021-06-16 15:20:01 -05:00
nu-command Support version option in Nu bin. (#3632) 2021-06-16 14:53:28 -05:00
nu-completion Extract completions into subcrate. (#3631) 2021-06-16 15:20:01 -05:00
nu-data Make arg eval lazy, remove old arg evaluation code (#3603) 2021-06-11 13:57:01 +12:00
nu-engine fix FlatShape::Garbage's default foreground color (#3634) 2021-06-16 15:43:15 -05:00
nu-errors Further improve arg errors (#3598) 2021-06-10 20:33:06 +12:00
nu-json Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu-parser Only discard command comment if prev token was comment (#3628) 2021-06-17 14:11:05 +12:00
nu-plugin Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
nu-pretty-hex Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu-protocol Plugin: from_mp4 and UntaggedValue::duration fix (#3618) 2021-06-17 14:18:31 +12:00
nu-source Bump to 0.32.1 (#3553) 2021-06-04 19:07:50 +12:00
nu-stream Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
nu-table Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
nu-test-support Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
nu-value-ext Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00