Skip to content

Tool to add metadata to media files using lofty-rs, compiled to WASM

License

Notifications You must be signed in to change notification settings

orsett0/meta-writer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meta-Writer

Tool to add metadata to media files using lofty-rs, compiled to WASM. It tries to add metadata of the types available in the enum lofty::ItemKey, and then tries to add the unmatched values as an Ilst tag, if the file is an mp4.

This project should basically be a write-only wrapper for lofty-ls, compiled to WASM. It is currently only tested with mp3 and mp4 formats.

I'm using a Makefile because I'm too lazy to learn cargo-make, and also it seems like it does not support a file as dependency (altough I didn't look much into it).

Building steps

rustup target add wasm32-wasi
make

Sources:

License

This software and all the file in this repository, unless otherwise specified, is licensed under the Apache 2.0 license - Copyright 2023 Alessio Orsini [email protected]. The full text of the license is located in the file LICENSE

About

Tool to add metadata to media files using lofty-rs, compiled to WASM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published