Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pombadev/otag
Opinionated audio metadata editor
https://github.com/pombadev/otag
id3 music-tagger ocaml
Last synced: about 2 months ago
JSON representation
Opinionated audio metadata editor
- Host: GitHub
- URL: https://github.com/pombadev/otag
- Owner: pombadev
- License: mit
- Created: 2022-05-11T15:26:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T04:57:43.000Z (over 2 years ago)
- Last Synced: 2023-03-04T04:35:02.900Z (almost 2 years ago)
- Topics: id3, music-tagger, ocaml
- Language: OCaml
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT.md
Awesome Lists containing this project
README
# otag
> opinionated audio metadata editor`otag` is a audio metadata editor written in OCaml using [taglib](https://taglib.org).
# Prerequisites
- [taglib](https://taglib.org)
- [opam](https://opam.ocaml.org)# Installation
### From the source
```bash
git clone https://github.com/pjmp/otag.gitcd otag
opam switch create . 4.14.0 --deps-only
eval $(opam env)
dune build
dune exec otag -- --help
```# From opam
To be published
# Motivations
This is a beginners project exploring ocaml and it's ecosystem.
For more info please checkout [learnings](./learning.md).