Can I read the track number of a song from OneDrive using the LiveConnect API?

150 Views Asked by At

The REST API provides the title, artist, album, and picture for each track. However, I don't see any way to retrieve the track number.

I know that OneDrive has this information:

OneDrive web app

Is it possible to retrieve a track number for a song directly from OneDrive? Or do I need to parse the id3 tags myself, despite other relevant metadata being available through the LiveConnect API?

1

There are 1 best solutions below

0
Jeanine M S On

Based on the returned audio object reference, it doesn't appear to be a provided field in the response.