You need to attach the following pieces of data to the LOAD_SONG intent:
1) The type which is "com.zubersoft.mobilesheetspro.type". The supported values are: 0 == Song, 1 == Setlist, 2 == Collection
2) The database ID of the song, setlist or collection, which is "com.zubersoft.mobilesheetspro.id"
3) The page number to load, which is "com.zubersoft.mobilesheetspro.page", this is optional and defaults to 0.
4) The song index for which song to load, which is "com.zubersoft.mobilesheetspro.songIndex". It defaults to index 0.
If this is going to be more widely used, I can also add an option to specify the song, setlist, or collection title instead of database id, and when loading a setlist or collection, the song title instead of the song index.
Mike
1) The type which is "com.zubersoft.mobilesheetspro.type". The supported values are: 0 == Song, 1 == Setlist, 2 == Collection
2) The database ID of the song, setlist or collection, which is "com.zubersoft.mobilesheetspro.id"
3) The page number to load, which is "com.zubersoft.mobilesheetspro.page", this is optional and defaults to 0.
4) The song index for which song to load, which is "com.zubersoft.mobilesheetspro.songIndex". It defaults to index 0.
If this is going to be more widely used, I can also add an option to specify the song, setlist, or collection title instead of database id, and when loading a setlist or collection, the song title instead of the song index.
Mike