Skip to content

Releases: RhetTbull/mdinfo

Added combine (&) operator

24 Mar 15:20
Compare
Choose a tag to compare

Combine operator

v0.1.3

24 March 2024

Synopsis

"pretext{delim+template_field:subfield|filter[find,replace]conditional&combine_value?bool_value,default}posttext"

&combine_value: Template fields may be combined with another template statement
to return multiple values. The combine_value is another template statement. For
example, the template {created.year&{audio:title,}} would resolve to ["1999",
"The Title"] if the file was created in 1999 and had the title "The Title".
Because the combine_value is a template statement, multiple templates may be
combined together by nesting the combine operator:
{template1&{template2&{template3,},},}. In this example, a null default value is
used to prevent the default value from being combined if any of the nested
templates does not resolve to a value.

Added

  • Added combine operator (&) to combine two templates (results in multi-value template)

Bug Fixes

09 Dec 07:27
Compare
Choose a tag to compare

A couple of bug fixes in the template parser for null variables

Plugins!

19 Mar 13:36
Compare
Choose a tag to compare

Plugins!

19 March 2023

Added

  • Plugins: mdinfo-exiftool and mdinfo-macos plugins are now available

Initial Release

18 Mar 14:49
Compare
Choose a tag to compare
v0.1.0

Fixed field names with subfields