07-15-2022, 05:57 AM
Are there any sciipting/command line APIs for MobileSheets? I want to bulk copy/move/backup/restore annotations.
I have the music for a complete trumpet section (5 parts now but eventually a full big band) in mobile sheets. Each part is in a unique collection and custom group and they are named and numbered in an easily identifiable/scriptable way. I'd like to be able to make annotations in one part (ideally in a separate layer) then copy those annotations to all the parts.
So my ideal script usage would be
copy_annotations $(LayerID) $(FileName)-Trumpet1 $(Filename)-Trumpet2
copy_annotations $(LayerID) $(Filename)-Trumpet1 $(Filename)-Trumpet3
copy_annotations $(LayerID) $(Filename)-Trumpet1 $(Filename)-Trumpet4
copy_annotations $(LayerID) $(Filename)-Trumpet1 $(Filename)-Trumpet5
Is this possible?
I have the music for a complete trumpet section (5 parts now but eventually a full big band) in mobile sheets. Each part is in a unique collection and custom group and they are named and numbered in an easily identifiable/scriptable way. I'd like to be able to make annotations in one part (ideally in a separate layer) then copy those annotations to all the parts.
So my ideal script usage would be
copy_annotations $(LayerID) $(FileName)-Trumpet1 $(Filename)-Trumpet2
copy_annotations $(LayerID) $(Filename)-Trumpet1 $(Filename)-Trumpet3
copy_annotations $(LayerID) $(Filename)-Trumpet1 $(Filename)-Trumpet4
copy_annotations $(LayerID) $(Filename)-Trumpet1 $(Filename)-Trumpet5
Is this possible?