mherger wrote: 
> Ok, I can see where this is coming from: in Perl 0 is the same as false
> 
> or an empty string, if treated in a boolean context. Most likely there's
> 
> some lazy check like "if there's no name, then set it to no album". I 
> can look into this. Setting the name to "0" (incl. the hyphens) would 
> certainly "fix" this.

Thanks for clarifying, Michael.

I guess it's not easy to find all relevant places. I see some checks
like if ($title) in _createOrUpdateAlbum of Schema.pm, but I don't know
whether it's local to this method only.

And yes, I can workaround the issue by modifying the title, so it's not
a big deal.


------------------------------------------------------------------------
reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106700

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to