03-04-2024, 05:26 PM
Change the storage location to whichever folder you want to use, then copy your files/folders under the storage location before importing them. Then MobileSheets will use the files from their original location and won't bother creating its own directories.
As far as changing how the folders are created, that would eliminate the ability for MobileSheets to easily avoid duplicate files that are imported into the library if it generated a unique directory name every time. The logic would have to get more complicated, as queries would have to be done against the database to find out where a given filename might be stored for a different song, and then each matching filename would have to be checked to see if it was duplicate before finally deciding if the new file would be allowed. It's better to just uniquely name files and songs to avoid conflicts in the first place.
Mike
As far as changing how the folders are created, that would eliminate the ability for MobileSheets to easily avoid duplicate files that are imported into the library if it generated a unique directory name every time. The logic would have to get more complicated, as queries would have to be done against the database to find out where a given filename might be stored for a different song, and then each matching filename would have to be checked to see if it was duplicate before finally deciding if the new file would be allowed. It's better to just uniquely name files and songs to avoid conflicts in the first place.
Mike