Answered by:
Fetching album art from xbox music

Question
-
Hey there
Sorry if this is the wrong forum for this.
I successfully implemented a functionality on my Wp8 application which fetches album art for tracks which are missing the art (my app is a media player). And I want this process to be automated (to some extend: the user can either download one album art at a time, or do a mass download for all his tracks).
In the TOU, something like this pops up:
use any automated means including agents, robots, scripts or spiders to access the API;
http://msdn.microsoft.com/en-us/library/dn546691.aspx
Does this mean the mass download is breaking the TOU?
Also this...
copy, store, or cache any Music results, except for the intermediate purpose allowed in Section 2;
is my approach breaking the TOU?
Thanks
- Edited by mcosmin Saturday, February 1, 2014 10:37 PM
- Moved by Jambor yaoMicrosoft employee Monday, February 3, 2014 2:37 AM
Saturday, February 1, 2014 10:31 PM
Answers
-
I've read it, and I'm not a legal person, so if you want to be sure you need to contact MS support or a legal expert, but my take is this:
- The mass download doesn't conflict with the TOU, just as long as it's an end user initiating the mass downloads. Once agents, robots, scripts and spiders initiate a mass download you are violating the TOU.
- Copy, store, cache is allowed assuming the end user has a valid subscription.
Monday, February 3, 2014 7:40 AM -
Thinking the same thing... :-) , seems to me like you're making valid use of the API, but better contact MS support before you're implementing something that is illegal.
Kind regards,
Margriet BruggemanLois & Clark IT Services
web site: http://www.loisandclark.eu
blog: http://www.sharepointdragons.com
Monday, February 3, 2014 7:49 AMAnswerer -
I've read it, and I'm not a legal person, so if you want to be sure you need to contact MS support or a legal expert, but my take is this:
- The mass download doesn't conflict with the TOU, just as long as it's an end user initiating the mass downloads. Once agents, robots, scripts and spiders initiate a mass download you are violating the TOU.
- Copy, store, cache is allowed assuming the end user has a valid subscription.
but the sample they gave with fetching data does not check for the user subscription, it checks for my developer subscription...
I contacted microsoft directly...let's hope they answer soon...I will post their answer here...
I can use the API as long as I put the "available on xbox music" badges on the album art as wellWednesday, February 5, 2014 9:05 AM
All replies
-
I've read it, and I'm not a legal person, so if you want to be sure you need to contact MS support or a legal expert, but my take is this:
- The mass download doesn't conflict with the TOU, just as long as it's an end user initiating the mass downloads. Once agents, robots, scripts and spiders initiate a mass download you are violating the TOU.
- Copy, store, cache is allowed assuming the end user has a valid subscription.
Monday, February 3, 2014 7:40 AM -
Thinking the same thing... :-) , seems to me like you're making valid use of the API, but better contact MS support before you're implementing something that is illegal.
Kind regards,
Margriet BruggemanLois & Clark IT Services
web site: http://www.loisandclark.eu
blog: http://www.sharepointdragons.com
Monday, February 3, 2014 7:49 AMAnswerer -
I've read it, and I'm not a legal person, so if you want to be sure you need to contact MS support or a legal expert, but my take is this:
- The mass download doesn't conflict with the TOU, just as long as it's an end user initiating the mass downloads. Once agents, robots, scripts and spiders initiate a mass download you are violating the TOU.
- Copy, store, cache is allowed assuming the end user has a valid subscription.
but the sample they gave with fetching data does not check for the user subscription, it checks for my developer subscription...
I contacted microsoft directly...let's hope they answer soon...I will post their answer here...
I can use the API as long as I put the "available on xbox music" badges on the album art as wellWednesday, February 5, 2014 9:05 AM