Liking cljdoc? Tell your friends :D
Clojure only.

claudio.id3


read-tagclj

(read-tag f)

Given an mp3 File f, returns a map of ID3 tag or nil if none exists

Given an mp3 File f, returns a map of ID3 tag or nil if none exists
raw docstring

write-tag!clj

(write-tag! f & kvs)

Given a File f and fieldkey-string pairs kvs, modifies the file with the new value. Field keys can be given Clojure-style, as lower-case, hyphenated keywords, or as upper-case strings. Keys must correspond to a valid field key category or an exception will be thrown.

To delete a field key, provide nil as its corresponding value.

Returns the updated tag map.

Given a File f and fieldkey-string pairs kvs, modifies the file with the new value.
Field keys can be given Clojure-style, as lower-case, hyphenated keywords, or as
upper-case strings. Keys must correspond to a valid field key category or an
exception will be thrown.

To delete a field key, provide nil as its corresponding value.

Returns the updated tag map.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close