SongPickerANE
SongPickerANE copied to clipboard
Only show tracks on device (iOS)
Hi again.
I'm having an issue with my app in that the SongPicker lists all tracks associated with a device but not necessarily downloaded to the device. iOS has the ability to only show downloaded tracks but this seems to get overridden when using the ANE.
When WIFI is off, an un-downloaded track can't be selected but if it's on then the picker accepts the selection but doesn't play anything.
Would it be possible to send a parameter to the ANE to toggle 'downloaded only' (or even have that as default) in a future build please?
Many thanks in advance. Tim
Sure I can take a look at adding this. Is this just iOS 7 that shows your un-downloaded tracks?
Unfortunately my old test iOS6 device is now a very expensive paperweight, so I'm not sure. Android seems to ignore cloud tracks though, happily. Thanks so much for having a look at this.
Hi Tim, I finally got around to adding this feature, I hope it works for you.
There is a new default argument to 'pickSong()' that lets you choose if it shows download songs only. By default the argument is true, so you shouldn't have to change your code. iOS will not show songs in the cloud.
-rich