nEJC
nEJC
Can't you just read deeper into the sample code on [hallojs.org](http://hallojs.org/) webpage? http://hallojs.org/js/markdown/editor.js ``` javascript var markdownize = function(content) { var html = content.split("\n").map($.trim).filter(function(line) { return line != ""; }).join("\n");...
+1 by me. Albums should really be grouped Album Artist (if content is present in tag).
Just upgraded to 5.6.0 - can confirm it works as I would expect it to (album is now listed only once). Probably also fixes @davem0rgan initial issue ...