Skip to content

Commit

Permalink
Added latest Subsonic API (1.16.1), improved deserialization process,…
Browse files Browse the repository at this point in the history
… upgraded to latest C# version
  • Loading branch information
midwan committed May 9, 2022
1 parent 0879eec commit 1ee57c8
Show file tree
Hide file tree
Showing 9 changed files with 6,923 additions and 20,628 deletions.
563 changes: 563 additions & 0 deletions MB_SubSonic/Domain/subsonic-rest-api-1.12.0.xsd

Large diffs are not rendered by default.

588 changes: 588 additions & 0 deletions MB_SubSonic/Domain/subsonic-rest-api-1.13.0.xsd

Large diffs are not rendered by default.

20,391 changes: 0 additions & 20,391 deletions MB_SubSonic/Domain/subsonic-rest-api-1.14.0.Designer.cs

This file was deleted.

638 changes: 638 additions & 0 deletions MB_SubSonic/Domain/subsonic-rest-api-1.15.0.xsd

Large diffs are not rendered by default.

638 changes: 638 additions & 0 deletions MB_SubSonic/Domain/subsonic-rest-api-1.16.0.xsd

Large diffs are not rendered by default.

640 changes: 640 additions & 0 deletions MB_SubSonic/Domain/subsonic-rest-api-1.16.1.xsd

Large diffs are not rendered by default.

3,645 changes: 3,645 additions & 0 deletions MB_SubSonic/Domain/subsonic-rest-api-1_16_1.cs

Large diffs are not rendered by default.

19 changes: 18 additions & 1 deletion MB_SubSonic/SubSonic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -31,6 +32,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand All @@ -44,7 +46,7 @@
<ItemGroup>
<Compile Include="Domain\AesEncryption.cs" />
<Compile Include="Domain\ConnectStream.cs" />
<Compile Include="Domain\subsonic-rest-api-1.14.0.Designer.cs" />
<Compile Include="Domain\subsonic-rest-api-1_16_1.cs" />
<Compile Include="Domain\SubsonicSettings.cs" />
<Compile Include="Helpers\FileHelper.cs" />
<Compile Include="Helpers\SettingsHelper.cs" />
Expand Down Expand Up @@ -74,9 +76,24 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="Domain\subsonic-rest-api-1.12.0.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Domain\subsonic-rest-api-1.13.0.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Domain\subsonic-rest-api-1.14.0.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Domain\subsonic-rest-api-1.15.0.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Domain\subsonic-rest-api-1.16.0.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Domain\subsonic-rest-api-1.16.1.xsd">
<SubType>Designer</SubType>
</None>
<None Include="SubSonic.png" />
</ItemGroup>
<ItemGroup>
Expand Down
429 changes: 193 additions & 236 deletions MB_SubSonic/Subsonic.cs

Large diffs are not rendered by default.

0 comments on commit 1ee57c8

Please sign in to comment.