{"id":16643211,"url":"https://github.com/ebassi/taglib-rust","last_synced_at":"2025-04-10T11:40:33.501Z","repository":{"id":32502784,"uuid":"36083552","full_name":"ebassi/taglib-rust","owner":"ebassi","description":"TagLib bindings for Rust","archived":false,"fork":false,"pushed_at":"2024-06-07T08:27:23.000Z","size":1141,"stargazers_count":28,"open_issues_count":5,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T10:21:26.568Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ebassi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-05-22T16:43:12.000Z","updated_at":"2025-01-25T15:17:24.000Z","dependencies_parsed_at":"2024-10-26T20:41:15.297Z","dependency_job_id":"645c6a92-b142-403e-99ea-49de6953373d","html_url":"https://github.com/ebassi/taglib-rust","commit_stats":{"total_commits":37,"total_committers":4,"mean_commits":9.25,"dds":"0.45945945945945943","last_synced_commit":"8395821edc9950462c8274a81dc7e0da0b305a42"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebassi%2Ftaglib-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebassi%2Ftaglib-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebassi%2Ftaglib-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebassi%2Ftaglib-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ebassi","download_url":"https://codeload.github.com/ebassi/taglib-rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248210593,"owners_count":21065574,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T08:07:50.001Z","updated_at":"2025-04-10T11:40:33.482Z","avatar_url":"https://github.com/ebassi.png","language":"Rust","readme":"## TagLib-Rust  [![Build Status][trav-ci-img]][trav-ci]\n\nTagLib-Rust is a library that allows accessing audio meta-data in Rust, by\nusing the TagLib library.\n\nTagLib-Rust supports reading and editing the meta-data of several popular\naudio formats. Currently there is support for:\n\n * ID3v1 and ID3v2 for MP3 files\n * Ogg Vorbis and FLAC\n * MPC\n * Speex\n * WavPack\n * TrueAudio\n * MP4\n * ASF\n\n### Requirements\n\nYou need [TagLib](http://taglib.org/) installed on your system to build. This can be found in the following packages:\n\n- Arch Linux: [taglib](https://www.archlinux.org/packages/extra/x86_64/taglib/)\n- CentOS/Fedora: taglib\n- Gentoo: [media-libs/taglib](https://packages.gentoo.org/packages/media-libs/taglib)\n- Ubuntu/Debian: [libtagc0-dev](https://packages.debian.org/search?searchon=names\u0026keywords=libtagc0-dev)\n\nThe `pkg-config` Rust module can also be optionally used to find the location\nof the TagLib library when building.\n\n### Using TagLib-Rust\n\nIf you're using [cargo][crates] to manage your project, you can download\nthrough Crates.io:\n\n```toml\n[dependencies]\ntaglib = \"*\"\n```\n\nAlternatively, you can pull it from [GitHub][taglib-gh]:\n\n```rust\n[dependencies]\ntaglib = { git = \"https://github.com/ebassi/taglib-rust\" }\n```\n\nOtherwise, clone [the Git repository][taglib-gh], and run [cargo][crates]:\n\n```\n$ cargo build\n```\n\n### Examples\n\nTagLib-Rust comes with some examples on how to use it, see the `examples`\ndirectory in the [the Git repository][taglib-gh].\n\n### Documentation\n\nThe API reference for TagLib-Rust is available [online][taglib-docs].\n\n## License\n\nTagLib-Rust is licensed under the terms of the [MIT/X11 license][osi-mit].\n\nSee the `LICENSE` file for more details.\n\n\n[trav-ci-img]: https://travis-ci.org/ebassi/taglib-rust.png?branch=master\n[trav-ci]: https://travis-ci.org/ebassi/taglib-rust\n[crates]: http://crates.io/\n[taglib-gh]: https://github.com/ebassi/taglib-rust\n[taglib-docs]: https://docs.rs/taglib/\n[osi-mit]: http://opensource.org/licenses/MIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febassi%2Ftaglib-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Febassi%2Ftaglib-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febassi%2Ftaglib-rust/lists"}