Skip to content

Releases: calne-ca/beets-plugin-extended-metadata

0.3.1

27 Dec 19:59
Compare
Choose a tag to compare

PyPi Release 0.3.1

Fixed

  • Special characters like dots and quotes not working in queries / sub-command expressions

0.3.0

27 Dec 01:37
Compare
Choose a tag to compare

PyPi Release 0.3.0

Breaking changes

  • Removed explicit query option of sub-command. The query will now be passed as an argument instead of an option.

Added

  • New copy option that copies a value from one tag to another.

Fixed

  • Quoted queries with quoted values not working. Has been implicitly fixed by passing the query as an argument.
  • Passing a non-existing option to the sub-command does not print the usage.

0.2.7

23 Dec 00:40
Compare
Choose a tag to compare

PyPi Release 0.2.7

Added

  • Actions of the emd sub-command now prompt for confirmation before doing anything

Fixed

  • When providing an empty string as a query to the emd sub-command the command prints an error isntead of matching all items

0.2.6

19 Dec 13:48
Compare
Choose a tag to compare

PyPi Release 0.2.6

Fixed

  • Updating / showing extended metadata using the emd sub-command writes unicode characters in their escaped form to the files
  • query option of the emd sub-command not working with values that contain spaces

0.2.4

19 Dec 12:23
Compare
Choose a tag to compare

PyPi Release 0.2.4

Added

  • New show option for the emd sub-command that prints the Extended Metadata of the matching files to the screen

0.2.3

19 Dec 02:05
Compare
Choose a tag to compare

PyPi Release 0.2.3

Breaking changes

Switched from prefix- to name based query extension

  • Config param query_field has been renamed to query_prefix. Has no effect on the query syntax.
  • Tags in a query are not prefixed with a dot anymore. If you use queries in scripts or e.g. in the smartplaylist plugin you have to remove the prefixing dot from all queries.

Added

  • New sub-command emd that let's you write and update extended metadata

0.1.9

03 Dec 21:44
Compare
Choose a tag to compare