Sub Albums

Hi

Is there a limit to the amount of sub albums per album?

Cheers

John

Comments

  • No, only what your file system will support. Of course, an album with a huge number of subalbums may be a bit daunting to your users.
  • 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.
Sign In or Register to comment.