That's not quite what's happening. jAlbum is extracting a
title from the
<title> tag on the page. It extracts a
comment from the
<meta name='description'> tag on the page. But on many pages those two tags contain the same content.
Try creating web locations from these three links:
A title, but no description:
https://misterneutron.com/weblocs/under1.html
A title, and a different description:
https://misterneutron.com/weblocs/under2.html
A title, and an identical description:
https://misterneutron.com/weblocs/under3.html
jAlbum isn't intentionally duplicating anything. The page is doing it, and that's because while the two HTML tags perform slightly different functions on a page, having the same content in both is not unusual.
It's analogous to the
title and
comment source choices on the
Settings > Advanced > Metadata tab. If you choose
IPTC Object Name as the
title source, and
IPTC Caption as the
comment source, you might end up with the same text in both fields.
So, what would the ideal behavior be? Don't pick up
title or
comment automatically? Always pick up one, but not the other? Pick up both, but delete one of them if they're identical?