mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 06:00:50 -07:00
We now have a new setting "Advanced Search". What this does is for each item in the plex library we will get the ratingKey and perform another API call to get the MetaData for that ratingKey, inside the metadata it contains the "guid", the guid contains either a IMDBId or TheTVDBID. We will then use that to match the request. This does mean that we now need to capture the TvDbId for each TV Request.
111 lines
No EOL
5.2 KiB
XML
111 lines
No EOL
5.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{CB37A5F8-6DFC-4554-99D3-A42B502E4591}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>PlexRequests.Api.Models</RootNamespace>
|
|
<AssemblyName>PlexRequests.Api.Models</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
|
|
<HintPath>..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Movie\CouchPotatoAdd.cs" />
|
|
<Compile Include="Movie\CouchPotatoMovies.cs" />
|
|
<Compile Include="Movie\CouchPotatoProfiles.cs" />
|
|
<Compile Include="Movie\CouchPotatoStatus.cs" />
|
|
<Compile Include="Music\HeadphonesAlbumSearchResult.cs" />
|
|
<Compile Include="Music\HeadphonesArtistSearchResult.cs" />
|
|
<Compile Include="Music\HeadphonesGetIndex.cs" />
|
|
<Compile Include="Music\HeadphonesVersion.cs" />
|
|
<Compile Include="Music\MusicBrainzCoverArt.cs" />
|
|
<Compile Include="Music\MusicBrainzReleaseInfo.cs" />
|
|
<Compile Include="Music\MusicBrainzSearchResults.cs" />
|
|
<Compile Include="Notifications\PushbulletPush.cs" />
|
|
<Compile Include="Notifications\PushbulletResponse.cs" />
|
|
<Compile Include="Notifications\PushoverResponse.cs" />
|
|
<Compile Include="Notifications\SlackNotificationBody.cs" />
|
|
<Compile Include="Plex\PlexAccount.cs" />
|
|
<Compile Include="Plex\PlexAuthentication.cs" />
|
|
<Compile Include="Plex\PlexError.cs" />
|
|
<Compile Include="Plex\PlexFriends.cs" />
|
|
<Compile Include="Plex\PlexLibraries.cs" />
|
|
<Compile Include="Plex\PlexMetadata.cs" />
|
|
<Compile Include="Plex\PlexSearch.cs" />
|
|
<Compile Include="Plex\PlexStatus.cs" />
|
|
<Compile Include="Plex\PlexMediaType.cs" />
|
|
<Compile Include="Plex\PlexUserRequest.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="SickRage\SickRageBase.cs" />
|
|
<Compile Include="SickRage\SickrageShows.cs" />
|
|
<Compile Include="SickRage\SickRagePing.cs" />
|
|
<Compile Include="SickRage\SickRageSeasonList.cs" />
|
|
<Compile Include="SickRage\SickRageShowInformation.cs" />
|
|
<Compile Include="SickRage\SickRageStatus.cs" />
|
|
<Compile Include="SickRage\SickRageTvAdd.cs" />
|
|
<Compile Include="Sonarr\SonarrAddSeries.cs" />
|
|
<Compile Include="Sonarr\SonarrAllSeries.cs" />
|
|
<Compile Include="Sonarr\SonarrError.cs" />
|
|
<Compile Include="Sonarr\SonarrProfile.cs" />
|
|
<Compile Include="Sonarr\SystemStatus.cs" />
|
|
<Compile Include="Tv\Authentication.cs" />
|
|
<Compile Include="Tv\TvMazeSearch.cs" />
|
|
<Compile Include="Tv\TvMazeSeasons.cs" />
|
|
<Compile Include="Tv\TVMazeShow.cs" />
|
|
<Compile Include="Tv\TvSearchResult.cs" />
|
|
<Compile Include="Tv\TvShow.cs" />
|
|
<Compile Include="Tv\TvShowImages.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\PlexRequests.Helpers\PlexRequests.Helpers.csproj">
|
|
<Project>{1252336D-42A3-482A-804C-836E60173DFA}</Project>
|
|
<Name>PlexRequests.Helpers</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |