开发者

Programatically make changes to Zune tracks [closed]

开发者 https://www.devze.com 2023-04-03 03:00 出处:网络
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.

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 question

Does 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/

0

精彩评论

暂无评论...
验证码 换一张
取 消