Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wtolson/Go-taglib
Go wrapper for taglib
https://github.com/wtolson/Go-taglib
Last synced: 20 days ago
JSON representation
Go wrapper for taglib
- Host: GitHub
- URL: https://github.com/wtolson/Go-taglib
- Owner: wtolson
- License: bsd-3-clause
- Created: 2012-11-20T01:03:40.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T15:29:14.000Z (over 3 years ago)
- Last Synced: 2024-07-31T01:22:44.237Z (4 months ago)
- Language: Go
- Homepage: http://godoc.org/github.com/wtolson/go-taglib
- Size: 656 KB
- Stars: 87
- Watchers: 6
- Forks: 19
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-taglib
=========Go wrapper for [taglib](http://taglib.github.com/)
[![Build Status](https://travis-ci.org/wtolson/go-taglib.png)](https://travis-ci.org/wtolson/go-taglib)Dependencies
------------You must have the static [taglib](http://taglib.github.com/) libraries installed
in order to compile go-taglib.### OSX:
brew install taglib
### Ubuntu:
sudo apt-get install libtagc0-dev
Install
-------go get github.com/wtolson/go-taglib
Documentation
-------------Checkout the documentation at http://godoc.org/github.com/wtolson/go-taglib