https://github.com/raffleberry/tags
taglib cgo
https://github.com/raffleberry/tags
c cgo-bindings go golang mp3 music music-metadata song taglib
Last synced: 3 months ago
JSON representation
taglib cgo
- Host: GitHub
- URL: https://github.com/raffleberry/tags
- Owner: raffleberry
- License: mit
- Created: 2024-09-30T15:24:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T09:01:19.000Z (over 1 year ago)
- Last Synced: 2025-01-20T17:22:58.108Z (over 1 year ago)
- Topics: c, cgo-bindings, go, golang, mp3, music, music-metadata, song, taglib
- Language: C
- Homepage: https://pkg.go.dev/github.com/raffleberry/tags
- Size: 4.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tags
Use taglib in Go
## Usage
#### Windows
- install `gcc` (tdm or msys or ...)
- run `source source.bash` (for windows)
- use `go get github.com/raffleberry/tags`
- run your app
## Building libs/binaries
#### Windows(Msys2)
```sh
pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-pkg-config mingw-w64-x86_64-taglib
```
#### Linux
```sh
# ubuntu
git clone https://github.com/taglib/taglib
sudo apt install gcc g++ cmake make libutfcpp-dev zlib1g-dev
# (Static builds)
./bake taglib
```
test the cli program `build/tags` to double check if it worked.
```sh
go get github.com/raffleberry/tags
```
## Debugging
```sh
./bake clean
```
clean before rebuilds
## Docs
[https://pkg.go.dev/github.com/raffleberry/tags](https://pkg.go.dev/github.com/raffleberry/tags)