mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Updated to Strix Music SDK 0.0.11
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
</Choose>
|
</Choose>
|
||||||
|
|
||||||
<ItemGroup Condition="$(UseOpenZune)">
|
<ItemGroup Condition="$(UseOpenZune)">
|
||||||
<PackageReference Include="StrixMusic.Sdk" Version="0.0.3-alpha" />
|
<PackageReference Include="StrixMusic.Sdk" Version="0.0.11-alpha" />
|
||||||
<PackageReference Include="StrixMusic.Cores.LocalFiles" Version="1.0.0" />
|
<PackageReference Include="StrixMusic.Cores.LocalFiles" Version="1.0.0" />
|
||||||
<PackageReference Include="Meziantou.Framework.Win32.CredentialManager" Version="1.4.2" />
|
<PackageReference Include="Meziantou.Framework.Win32.CredentialManager" Version="1.4.2" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
@@ -167,14 +167,14 @@ namespace Microsoft.Zune.Shell
|
|||||||
OwlCore.AbstractStorage.SystemIOFolderData settingsFolder =
|
OwlCore.AbstractStorage.SystemIOFolderData settingsFolder =
|
||||||
new(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), @"Microsoft\Zune\OpenZune"));
|
new(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), @"Microsoft\Zune\OpenZune"));
|
||||||
settingsFolder.EnsureExists().Wait();
|
settingsFolder.EnsureExists().Wait();
|
||||||
StrixMusic.Cores.LocalFiles.Services.LocalFilesCoreSettings settings = new(settingsFolder)
|
StrixMusic.Cores.LocalFiles.Settings.LocalFilesCoreSettings settings = new(settingsFolder)
|
||||||
{
|
{
|
||||||
InitWithEmptyMetadataRepos = true,
|
InitWithEmptyMetadataRepos = true,
|
||||||
ScanWithTagLib = true,
|
ScanWithTagLib = true,
|
||||||
};
|
};
|
||||||
|
|
||||||
var localCore = new StrixMusic.Cores.LocalFiles.LocalFilesCore(
|
var localCore = new StrixMusic.Cores.LocalFiles.LocalFilesCore(
|
||||||
id, settings, fileService, null);
|
id, settings, fileService, null, null);
|
||||||
|
|
||||||
var prefs = new MergedCollectionConfig
|
var prefs = new MergedCollectionConfig
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -88,7 +88,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup Condition=" $(UseOpenZune) ">
|
<ItemGroup Condition=" $(UseOpenZune) ">
|
||||||
<PackageReference Include="StrixMusic.Sdk" Version="0.0.3-alpha" />
|
<!--<PackageReference Include="StrixMusic.Sdk" Version="0.0.3-alpha" /-->
|
||||||
<PackageReference Include="StrixMusic.Cores.LocalFiles" Version="1.0.0" />
|
<PackageReference Include="StrixMusic.Cores.LocalFiles" Version="1.0.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user