Releases: calne-ca/beets-plugin-extended-metadata
Releases · calne-ca/beets-plugin-extended-metadata
0.3.1
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
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
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
Added
- New show option for the emd sub-command that prints the Extended Metadata of the matching files to the screen
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