nikhilm / node-taglib

Simple taglib bindings to Javascript using node.js
http://nikhilm.github.com/node-taglib
MIT License
147 stars 25 forks source link

isEmpty() implementation #12

Closed lennart closed 12 years ago

lennart commented 12 years ago

These commits will add the isEmpty() method on a Tag object to allow checking whether a File contains any tags at all. I added specs for the feature as well as minor cleanups that definitely do not belong into this pull request (sorry for that).