Skip to content

Commit

Permalink
TV-API.com
Browse files Browse the repository at this point in the history
  • Loading branch information
HaddadCSharp committed Mar 9, 2024
1 parent b9c2076 commit 7f77956
Showing 5 changed files with 16 additions and 26 deletions.
6 changes: 3 additions & 3 deletions IMDbAPI_Client/IMDbAPI_Client.csproj
Original file line number Diff line number Diff line change
@@ -51,8 +51,8 @@
<ApplicationIcon>ProjectIcon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="IMDbApiLib, Version=1.9.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\IMDbApiLib.1.9.2\lib\net46\IMDbApiLib.dll</HintPath>
<Reference Include="IMDbApiLib, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\IMDbApiLib.2.0.0\lib\net46\IMDbApiLib.dll</HintPath>
</Reference>
<Reference Include="MetroFramework, Version=1.4.0.0, Culture=neutral, PublicKeyToken=5f91a84759bf584a, processorArchitecture=MSIL">
<HintPath>..\packages\MetroModernUI.1.4.0.0\lib\net\MetroFramework.dll</HintPath>
@@ -64,7 +64,7 @@
<HintPath>..\packages\MetroModernUI.1.4.0.0\lib\net\MetroFramework.Fonts.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
4 changes: 2 additions & 2 deletions IMDbAPI_Client/MainForm.designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions IMDbAPI_Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -7,10 +7,10 @@
[assembly: AssemblyTitle("IMDbAPI Client")]
[assembly: AssemblyDescription("Manage and organize movies and series")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("IMDb-API")]
[assembly: AssemblyCompany("TV-API")]
[assembly: AssemblyProduct("IMDbAPI Client")]
[assembly: AssemblyCopyright("Copyright © 2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCopyright("Copyright © 2024")]
[assembly: AssemblyTrademark("https://tv-api.com")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
@@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.9.2.0")]
[assembly: AssemblyFileVersion("1.9.2.0")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
4 changes: 2 additions & 2 deletions IMDbAPI_Client/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="IMDbApiLib" version="1.9.2" targetFramework="net472" />
<package id="IMDbApiLib" version="2.0.0" targetFramework="net472" />
<package id="MetroModernUI" version="1.4.0.0" targetFramework="net472" />
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net472" />
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net472" />
<package id="System.ComponentModel.Annotations" version="5.0.0" targetFramework="net472" />
</packages>
18 changes: 4 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
# IMDb-Api Client Application
The IMDb-API is a web service for receiving movie, serial and cast information. APIs results is a JSON and includes items such as movie specifications, images, posters, trailers, ratings, Wikipedia page content and more. [IMDb API](https://imdb-api.com)
# TV-API (IMDb-Api) Client Application
The TV-API is a web service for receiving movie, serial and cast information. APIs results is a JSON and includes items such as movie specifications, images, posters, trailers, ratings, Wikipedia page content and more. [TV-API](https://tv-api.com)

## Nuget
Install from Nuget using the command: **Install-Package IMDbApiLib** View more about that here: https://nuget.org/packages/IMDbApiLib

## API Documentation
[IMDb API Documentation](https://imdb-api.com/api)
[TV-API Documentation](https://tv-api.com/api)

## Screenshot
![IMDb API Client](https://imdb-api.com/img/imdb-api-client.png "IMDb API Client")

## IMDb-Api Client Application - Created by Avalonia and .NET 5
### Windows x86/x64
![IMDb API Client Windows](https://imdb-api.com/img/imdb-api-client-windows.png "IMDb API Client Windows")

### OSX x64
![IMDb API Client OSX](https://imdb-api.com/img/imdb-api-client-osx.png "IMDb API Client OSX")

### Linux x64
![IMDb API Client Linux](https://imdb-api.com/img/imdb-api-client-linux.png "IMDb API Client Linux")
![TV-API Client](https://tv-api.com/img/imdb-api-client.png "TV-API Client")

## Download
[Download latest version](https://github.com/IMDb-API/IMDbApiClient/releases)

0 comments on commit 7f77956

Please sign in to comment.