update docs and dependencies (#603)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Flurl" Version="3.0.3" />
|
||||
<PackageReference Include="Flurl" Version="3.0.4" />
|
||||
<PackageReference Include="LanguageExt.Core" Version="4.0.3" />
|
||||
<PackageReference Include="MediatR" Version="10.0.1" />
|
||||
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Refit" Version="6.1.15" />
|
||||
<PackageReference Include="Refit.Newtonsoft.Json" Version="6.1.15" />
|
||||
<PackageReference Include="Refit" Version="6.2.16" />
|
||||
<PackageReference Include="Refit.Newtonsoft.Json" Version="6.2.16" />
|
||||
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.4" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
@@ -10,8 +10,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ErsatzTV.Application", "Ers
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ErsatzTV.Core.Tests", "ErsatzTV.Core.Tests\ErsatzTV.Core.Tests.csproj", "{CE7F1ACD-F286-4761-A7BC-A541A1E25C86}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ErsatzTV-Windows", "ErsatzTV-Windows\ErsatzTV-Windows.csproj", "{805DB439-1CC1-44E1-A39F-F472635CF94E}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
@@ -38,10 +36,6 @@ Global
|
||||
{CE7F1ACD-F286-4761-A7BC-A541A1E25C86}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{CE7F1ACD-F286-4761-A7BC-A541A1E25C86}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{CE7F1ACD-F286-4761-A7BC-A541A1E25C86}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{805DB439-1CC1-44E1-A39F-F472635CF94E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{805DB439-1CC1-44E1-A39F-F472635CF94E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{805DB439-1CC1-44E1-A39F-F472635CF94E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{805DB439-1CC1-44E1-A39F-F472635CF94E}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(NestedProjects) = preSolution
|
||||
EndGlobalSection
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<PackageReference Include="MudBlazor" Version="6.0.5" />
|
||||
<PackageReference Include="NaturalSort.Extension" Version="3.2.0" />
|
||||
<PackageReference Include="PPioli.FluentValidation.Blazor" Version="5.0.0" />
|
||||
<PackageReference Include="Refit.HttpClientFactory" Version="6.1.15" />
|
||||
<PackageReference Include="Refit.HttpClientFactory" Version="6.2.16" />
|
||||
<PackageReference Include="Serilog" Version="2.10.0" />
|
||||
<PackageReference Include="Serilog.AspNetCore" Version="4.1.0" />
|
||||
<PackageReference Include="Serilog.Settings.Configuration" Version="3.3.0" />
|
||||
|
||||
@@ -24,6 +24,7 @@ The following fields are available for searching movies:
|
||||
- `content_rating`: The movie content rating (case-sensitive)
|
||||
- `language`: The movie audio stream language
|
||||
- `release_date`: The movie release date (YYYYMMDD)
|
||||
- `added_date`: The date the movie was added to ErsatzTV (YYYYMMDD)
|
||||
- `minutes`: the rounded-up whole number duration of the movie in minutes
|
||||
- `type`: Always `movie`
|
||||
|
||||
@@ -41,6 +42,7 @@ The following fields are available for searching shows:
|
||||
- `content_rating`: The show content rating (case-sensitive)
|
||||
- `language`: The show audio stream language
|
||||
- `release_date`: The show release date (YYYYMMDD)
|
||||
- `added_date`: The date the show was added to ErsatzTV (YYYYMMDD)
|
||||
- `type`: Always `show`
|
||||
|
||||
### Episodes
|
||||
@@ -54,6 +56,7 @@ The following fields are available for searching episodes:
|
||||
- `library_name`: The name of the library that contains the episode
|
||||
- `language`: The episode audio stream language
|
||||
- `release_date`: The episode release date (YYYYMMDD)
|
||||
- `added_date`: The date the episode was added to ErsatzTV (YYYYMMDD)
|
||||
- `minutes`: the rounded-up whole number duration of the episode in minutes
|
||||
- `type`: Always `episode`
|
||||
|
||||
@@ -65,6 +68,7 @@ The following fields are available for searching artists:
|
||||
- `genre`: The artist genre
|
||||
- `style`: The artist style
|
||||
- `mood`: The artist mood
|
||||
- `added_date`: The date the artist was added to ErsatzTV (YYYYMMDD)
|
||||
- `library_name`: The name of the library that contains the artist
|
||||
- `type`: Always `artist`
|
||||
|
||||
@@ -79,6 +83,7 @@ The following fields are available for searching music videos:
|
||||
- `library_name`: The name of the library that contains the music video
|
||||
- `language`: The music video audio stream language
|
||||
- `release_date`: The music video release date (YYYYMMDD)
|
||||
- `added_date`: The date the music video was added to ErsatzTV (YYYYMMDD)
|
||||
- `minutes`: the rounded-up whole number duration of the music video in minutes
|
||||
- `type`: Always `music_video`
|
||||
|
||||
@@ -89,6 +94,7 @@ The following fields are available for searching other videos:
|
||||
- `title`: The filename of the video (without extension)
|
||||
- `tag`: All of the video's parent folders
|
||||
- `minutes`: the rounded-up whole number duration of the video in minutes
|
||||
- `added_date`: The date the other video was added to ErsatzTV (YYYYMMDD)
|
||||
- `type`: Always `other_video`
|
||||
|
||||
### Songs
|
||||
@@ -101,6 +107,7 @@ The following fields are available for searching songs:
|
||||
- `genre`: The song genre
|
||||
- `tag`: All of the song's parent folders
|
||||
- `minutes`: the rounded-up whole number duration of the song in minutes
|
||||
- `added_date`: The date the song was added to ErsatzTV (YYYYMMDD)
|
||||
- `type`: Always `song`
|
||||
|
||||
## Special Search Fields
|
||||
@@ -108,6 +115,8 @@ The following fields are available for searching songs:
|
||||
- `released_inthelast`: For any media type that supports `release_date`, `released_inthelast` takes a number and a unit (days, weeks, months, years) and returns items released between the specified time ago and now
|
||||
- `released_notinthelast`: For any media type that supports `release_date`, `released_notinthelast` takes a number and a unit (days, weeks, months, years) and returns items released before the specified time ago
|
||||
- `released_onthisday`: For any media type that supports `release_date`, `released_onthisday` takes any value (ignored) and will return items released on this month number and day number in previous years
|
||||
- `added_inthelast`: For any media type that supports `added_date`, `added_inthelast` takes a number and a unit (days, weeks, months, years) and returns items added to ErsatzTV between the specified time ago and now
|
||||
- `added_notinthelast`: For any media type that supports `added_date`, `added_notinthelast` takes a number and a unit (days, weeks, months, years) and returns items added to ErsatzTV before the specified time ago
|
||||
|
||||
## Sample Searches
|
||||
|
||||
|
||||
Reference in New Issue
Block a user