09-25-2018, 05:01 AM
(09-24-2018, 10:35 PM)Tim Curtis Wrote: Hi,
It turns out to be a bit more involved but I think I have the issue fully resolved :-) The challenge is that there is no guarantee that user music collections will have the AlbumArtist tag populated and so the default for the Library needs to be by Artist tag.
Also, thankfully your test album had left and right brackets "[" and "]" in the dir name which caused a side issue with the coverart extraction module's fallback routine which uses the PHP glob() function. It does not return anything if the brackets are present in the path. They have to be escaped \[ and \].
-Tim
Hi,
I noticed the square bracket issues yesterday too, but you also found it. Glad to know you found a fix! Would these fixes be included in the next release?