All projects
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
Displaying projects 12721 - 12740 of 31927
An audio tagging library supporing mp3, mp4, flac, and ogg containers. It supports all of the common tags used in these files including one image in a simple abstracted way which hides most of the differences between the formats.
ex. To get read all supported tags and image into a map use (get-all-info <path>) and a map will be returned with all tag data.
ex. To update an existing tag with a new artist and album while leaving all other fields untouched, use (update-tag! <file> {:artist "new artist"
:album "new album"})
ex. To delete the lyrics field, use (update-tag! <file> {:lyrics :delete})
Supported tags:
mp3: track, track-total, disc-no, disc-total, title,
artist, album, album-artist, year, genre, comment, composer,
original-artist, remixer, conductor, bpm, grouping, isrc, record-label,
encoder, lyricist, lyrics, artwork-mime, artwork-data (byte array)
mp4: all from mp3 except original-artist, remixer, record-label
ogg/flac: all except original-artist, track-total, record-label, disc-total,
remixer, grouping
API Documentation: http://danpallas.github.io/green-tags/
contributing: Pull requests are welcome, but try to keep the API simple and submit updated tests to go along with it. Don't use macros in the API because they complicate test mocking for any project that implements this library.
dan-pallas 2014-08-17 | Treat a Kafka consumer stream as a blocking lazy sequence
rq 2017-05-24 | cljs-http, but extremely out of date and it runs on node
gregor-stocks 2016-03-08 | Parser for Apache Lucene Classic Queries
gremid 2019-08-02 | FIXME: write description
aphyr 2017-03-19 | Grid Leiningen/Tomcat Integration
rritoch 2014-12-02 | Two dimensional grid data structure
msappler 2015-07-21 | Simple 2d grid library that operates on nested vectors.
m-r-hunt 2017-08-14 | Grid record to hold coordinates' grids.
alecatfel 2016-05-12 | Convert an alpha numeric Ordnance Survey grid reference to easting / northing or easting / northing to a grid reference.
walkermatt 2014-07-22 | FIXME: write description
fractal 2013-05-23 | No description given
griff 2017-02-18 | clojure.test compatible test-runner
arohner 2019-10-23 | Terraform, Clojure-style
arohner 2019-06-17 | Parsing, comparison, and manipulation of semantic version strings
dgiri101 2015-03-17 | Ring middleware for computing and visualizing geoip information for clients
dgiri101 2013-07-30 | No description given
jeb 2014-12-31 | A Clojure HTTP library wrapping the Apache HttpComponents client.
grinderrz 2018-02-27 | A better shell-out library for Clojure.
grinderrz 2018-12-27 |