Asset Upnp parses the Album Artist field if separated by semi-colons. Fantastic!
But, it doesn't always list them all in the database.
For example, from the following only the first 4 names get parsed:
Vinay , Ramón ; Weber , Ludwig ; Mödl , Martha ; Hotter , Hans ; Uhde , Hermann ; Malaniuk , Ira ; Bayreuth Festival Orchestra ; Bayreauth Festival Chorus
The fourth listing ends at character 64.
Is Asset limited by size of a variable used to hold the full content of the field while it parses it? Or will it only parse a limited number of artists in the field?
But, it doesn't always list them all in the database.
For example, from the following only the first 4 names get parsed:
Vinay , Ramón ; Weber , Ludwig ; Mödl , Martha ; Hotter , Hans ; Uhde , Hermann ; Malaniuk , Ira ; Bayreuth Festival Orchestra ; Bayreauth Festival Chorus
The fourth listing ends at character 64.
Is Asset limited by size of a variable used to hold the full content of the field while it parses it? Or will it only parse a limited number of artists in the field?
Comment