metadata_god 0.3.2
metadata_god: ^0.3.2 copied to clipboard
Plugin for retrieving and writing audio tags/metadata from audio files
Changelog #
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.3.2 (2023-01-05) #
Bug Fixes #
- no implementation of WireSyncRust build error (0c755e2)
0.3.1 (2022-09-29) #
0.3.0 (2022-09-27) #
Features #
- iOS support
Fixes #
- macOS unable to load shared dynamic library
0.2.0 (2022-09-01) #
Breaking #
getMetadata
andwriteMetadata
now takes a path string instead of aFile
because of web compatibility.
Fixes #
- macos library not getting added due to glob path for
vendored_libraries
- web can't be build because of FFI exception
0.1.1 (2022-09-13) #
Features #
0.1.0 (2022-09-13) #
Features #
- support for basic read/write audio tags via
getMetadata
andwriteMetadata