Wouldn't the field size in the database not also limit the number of sub albums? The folder field in the albums table is, for example, limited to 255 characters. Wouldn't that limit the path length to 255 characters, and hence the number of sub albums?
That limit (which mimics the limit of most filesystems) is simply on the path name of the subalbum. There are quire a bit of combinations of 255 characters (255! to be exact) so not really a limit on the number of subalbum. Certainly this would limit the nesting level of subalbums, but not in any practical way.
Comments