We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this questionDoes anyone know of any APIs available for Microsoft's Zune application? I want to modify the ratings of the songs that are loaded in Zune without having to open the Zune app. There is a ZuneStore.sdf database sitting in my AppData folder, but I cannot open it in Microsoft SQL Management Studio as it looks to be a special format. Surely there must be some way to开发者_如何学Python modify this data?
http://social.msdn.microsoft.com/Forums/en/sqlce/thread/6bd9a2f2-48b0-4fb0-a84b-1e76c36113dc
I can open the Zune database in SSMS 2008, but it is not in a standard SQL Compact format, so cannot run any queries against it. Consider it to be in a proprietary, undocumented, protected format.
So I guess not.
This is the closet I have found to an API. It controls the Zune player. Going to see what I can do with this.
http://zunelcd.codeplex.com/
精彩评论