Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zanottipaolo/omdbclient

Simple Windows Form that let you search films in the Open Movie Database (OMDb).
https://github.com/zanottipaolo/omdbclient

dot-net open-movie-database windows-forms

Last synced: 17 days ago
JSON representation

Simple Windows Form that let you search films in the Open Movie Database (OMDb).

Awesome Lists containing this project

README

        

# OMDbClient
Basic Windows Form that let you search for movies in the **Open Movie Database** ([OMDb](https://www.omdbapi.com/)).

## Description
This is a client that consumes *OMDb API* and let you:
1. Search for a movie by its title (you can also use keyboard keys to change the page and to start the research);
1. Read more details about a specific element like plot, director, actors, genre, runtime, etc;
1. Set up parameters (*type* `Movie/Series/Episode/Game` and *year*) to get better results.

## Tools required
* [JTextBox](https://drive.google.com/drive/folders/1wPXGQ_NB0reEyY3fjIHCt6jpNcK-YVAi)
* [Newtonsoft](https://www.newtonsoft.com/json)

## Screenshots

![Generic research](Screenshots/Home.PNG)

*Generic research by title.*

---

![Details movie](Screenshots/Film.PNG)

*More details about a movie.*

---

![Specific movie](Screenshots/Param.PNG)

*Specific research by title, type and year.*

#### Developed during 2019/2020 at school.