Yoni Rabkin <[email protected]> writes: > (Without actually checking) my guess is that it is the fact that: > > (cdr '("composer")) => nil > > ...and so `string-trim-right' errors on getting nil as an input. > > So perhaps the call to `string-trim-right' can look like: > > (string-trim-right (or (cdr field) "")) > > ...to protect from that. But I'll leave that to you to decide.
You're right. I fixed it to set info-.... field only if the value is not empty. Now it works like emms-info-libtag and few others. Going to push changes soon. Thanks, Petteri
