Opportunity

Results 95 comments of Opportunity

这难道不是feature吗,有了虚拟桌面必须多开才能保证每个桌面上一个歌词窗口啊

![image](https://user-images.githubusercontent.com/13471233/50942996-a1f7df80-14c5-11e9-9925-5030bb026a53.png) https://docs.microsoft.com/zh-cn/windows/uwp/design/style/segoe-ui-symbol-font

现在FoD下载完成后元数据也不会更新吧

参考 https://docs.microsoft.com/en-us/windows/uwpcommunitytoolkit/services/onedrive

```cs using Microsoft.Toolkit.Services.OneDrive; ``` ```cs OneDriveService.ServicePlatformInitializer = new Microsoft.Toolkit.Uwp.Services.OneDrive.Platform.OneDriveServicePlatformInitializer(); OneDriveService.Instance.Initialize("xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", new[] { Microsoft.Toolkit.Services.Services.MicrosoftGraph.MicrosoftGraphScope.FilesReadAll }); await OneDriveService.Instance.LoginAsync(); var rf = await OneDriveService.Instance.RootFolderAsync(); var mf = await rf.GetFolderAsync("Music"); var files = await...

试了一下,这样获取了我 OneDrive 里 500 多首歌花了 7.5 s

并不能获取到属性。。。 ![image](https://user-images.githubusercontent.com/13471233/39045940-fa77f2c8-44c6-11e8-83a1-483e956960b2.png) 我的音乐库就包含了Onedrive

Groove 就是用的 Mircosoft Graph Api 不仅如此,他播放OneDrive文件以后还是缓存在自己的文件夹底下的

@domcote Folders should be included in the system library or in the app library, just the same as local files. This feature only requests metadata from OneDrive api when a...